File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,22 @@ Release notes
33
44
55
6- Version v30.2.2
6+ Version v30.3.0
77----------------
88
99- We enabled API throttling for a basic user and for a staff user
1010 they can have unlimited access on API.
1111
1212- We added throttle rate for each API endpoint and it can be
13- configured from the settings #991 https://github.com/nexB/vulnerablecode/issues/991.
13+ configured from the settings #991 https://github.com/nexB/vulnerablecode/issues/991
14+
15+ - We improved how we import NVD data
16+ - We refactored and made the purl2cpe script work to dump purl to CPE mappings
17+
18+ Internally:
19+
20+ - We aligned key names internally with the names used in the UI and API (such as affected and fixed)
21+ - We now use querysets as model managers and have streamlined view code
1422
1523
1624Version v30.2.1
Original file line number Diff line number Diff line change 11[metadata]
22name = vulnerablecode
3- version = 30.2.1
3+ version = 30.3.0
44license = Apache-2.0 AND CC-BY-SA-4.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1212import warnings
1313from pathlib import Path
1414
15- __version__ = "30.2.1 "
15+ __version__ = "30.3.0 "
1616
1717
1818def command_line ():
You can’t perform that action at this time.
0 commit comments