File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ Release notes
22=============
33
44
5+ Version v30.1.1
6+ ----------------
7+
8+ - We added a new web UI link to explain how to obtain an API for the publicly
9+ hosted VulnerableCode
10+
11+
512Version v30.1.0
613----------------
714
@@ -32,7 +39,7 @@ This is a major version that is not backward compatible.
3239
3340- We removed the ability to edit relationships from the UI. The UI is now read-only.
3441
35- - We replace the web UI with a brand new UI based on the same overall look and feel as ScanCode.io.
42+ - We replaced the web UI with a brand new UI based on the same overall look and feel as ScanCode.io.
3643
3744- We added support for NixOS as a Linux deployment target.
3845
@@ -62,7 +69,7 @@ This is a major version that is not backward compatible.
6269 another aliases/ endpoint to lookup for vulnerabilities by aliases. These two endpoints will be
6370 replaced by query parameters on the main vulnerabilities/ endpoint when stabilized.
6471
65- - Added filters for vulnerabilities endpoint to get fixed packages in accordance
72+ - We added filters for vulnerabilities endpoint to get fixed packages in accordance
6673 to the details given in filters: For example, when you call the endpoint this way
6774 ``/api/vulnerabilities?type=pypi&namespace=foo&name=bar ``, you will receive only
6875 fixed versioned purls of the type ``pypi ``, namespace ``foo `` and name ``bar ``.
Original file line number Diff line number Diff line change 11[metadata]
22name = vulnerablecode
3- version = 30.1.0
3+ version = 30.1.1
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.1.0 "
15+ __version__ = "30.1.1 "
1616
1717
1818def command_line ():
You can’t perform that action at this time.
0 commit comments