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.
2 parents 96bd222 + 1ddb042 commit 4faae54Copy full SHA for 4faae54
CHANGELOG.rst
@@ -2,6 +2,13 @@ Release notes
2
=============
3
4
5
+Version v33.2.0
6
+-----------------
7
+
8
+- We fixed NVD importer to import the latest data by adding weakness
9
+ in unique content ID for advisories.
10
11
12
Version v33.1.0
13
-----------------
14
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = vulnerablecode
-version = 33.1.0
+version = 33.2.0
license = Apache-2.0 AND CC-BY-SA-4.0
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
vulnerablecode/__init__.py
@@ -12,7 +12,7 @@
import warnings
from pathlib import Path
15
-__version__ = "33.1.0"
+__version__ = "33.2.0"
16
17
18
def command_line():
0 commit comments