Skip to content

Commit ef4fe40

Browse files
committed
Bump version
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 768bdd0 commit ef4fe40

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,27 @@ Release notes
33

44

55

6-
Version v30.3.2
6+
Version v31.0.0
77
----------------
88

9+
- We added a new Vulntotal command line tool that can compare the vulnerabilities
10+
between multiple vulnerability databases.
11+
12+
- We refactored how we handle CVSS scores. We are no longer storing a CVSS
13+
score separately from a CVSS vector. Instead the vector is stored in the
14+
scoring_elements field.
15+
916
- We re-enabled support for the PostgreSQL securities advisories importer.
17+
1018
- 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.
19+
20+
- We made bulk search faster by pre-computing `package_url` and
21+
`plain_package_url` in Package model. And provided two options in package
22+
bulk search ``purl_only`` option to get only vulnerable purls without any
23+
extra details, ``plain_purl`` option to filter purls without qualifiers and
24+
subpath and also return them without qualifiers and subpath. The names used
25+
are provisional and may be updated in a future release.
26+
1827

1928
Version v30.3.1
2029
----------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vulnerablecode
3-
version = 30.3.1
3+
version = 31.0.0
44
license = Apache-2.0 AND CC-BY-SA-4.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

vulnerablecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import warnings
1313
from pathlib import Path
1414

15-
__version__ = "30.3.1"
15+
__version__ = "31.0.0"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)