We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22de9c commit 44939b0Copy full SHA for 44939b0
CHANGELOG.rst
@@ -8,7 +8,13 @@ Version v30.3.2
8
9
- We re-enabled support for the PostgreSQL securities advisories importer.
10
- We fixed the API key request form UI and made it consistent with rest of UI.
11
-
+- We made bulk search faster by pre-computing
12
+ `package_url` and `plain_package_url` in Package model.
13
+ And provided two options in package bulk search
14
+ ``purl_only`` option to get only vulnerable
15
+ purls without any extra details, ``plain_purl`` option
16
+ to filter purls without qualifiers and
17
+ subpath and also return them without qualifiers and subpath.
18
19
Version v30.3.1
20
----------------
0 commit comments