11Release notes
22=============
33
4+ Version v34.0.1
5+ -------------------
6+
7+ - Add Pipeline to flag ghost packages (#1533)
8+ - Add logging configuration (#1533)
9+ - Drop support for python 3.8 (#1533)
10+ - Drop using docker-compose and use the built-in "docker compose" instead
11+ - Upgrade core dependencies including Django and Rest Framework
12+ - Fix typo in KEV improver (#1594)
13+
14+
15+ Version v34.0.0
16+ -------------------
17+
18+ - Improve API performance.
19+ - Add severity range score in API.
20+ - Refactor GitlabDataSource to work with browser extension
21+
22+
23+ Version v34.0.0rc5
24+ -------------------
25+
26+ - Add safetydb importer.
27+ - Add missing width setting for the table in the vulnerability details UI.
28+ - Add KEV support.
29+ - Add UI template for API.
30+ - Use VersionRange.normalize to compare advisory.
31+ - Use integer column to display score.
32+ - Add support for CVSSv4 & SSVC and import the data using vulnrichment.
33+ - Add support for reference_type in the API.
34+ - Add API improvements for the package endpoint.
35+
36+
37+ Version v34.0.0rc4
38+ -------------------
39+
40+ - Drop migration for removing duplicated changelogs.
41+
42+
43+ Version v34.0.0rc3
44+ -------------------
45+
46+ - Add resource URL to the vulnerability and package details view in the API serializers (#1423)
47+ - Add support for all osv ecosystems (#926)
48+ - Add RubyImporter to git_importer test_git_importer_clone (#799)
49+ - Remove duplicated changelogs (#1400)
50+ - Fix Encoding Type in Fireeye Importer (#1404)
51+ - Add license_url for GitHub Importer (#1392)
52+ - Add support for CVSS vectors display (#1312)
53+
54+
55+ Version v34.0.0rc2
56+ -------------------
57+
58+ - We updated package-url models, WARNING: in next major version of
59+ vulnerablecode i.e v35.0.0 qualifiers will be of type ``string `` and not ``dict ``.
60+ - We added changelog and dates on packages and vulnerabilities.
61+ - We fixed table borders in Vulnerability details UI #1356 (#1358)
62+ - We added robots.txt in views.
63+ - We fixed import runner's process_inferences (#1360)
64+ - We fixed debian OVAL importer (#1361)
65+ - We added graph model diagrams #977(#1350)
66+ - We added endpoint for purl lookup (#1359)
67+ - We fixed swagger API docs generation (#1366)
68+ - Fix issues https://github.com/nexB/vulnerablecode/issues/1385, https://github.com/nexB/vulnerablecode/issues/1387
69+
70+
71+ Version v34.0.0rc1
72+ -------------------
73+
74+ - We updated package-url models, WARNING: in next major version of
75+ vulnerablecode i.e v35.0.0 qualifiers will be of type ``string `` and not ``dict ``.
76+ - We added changelog and dates on packages and vulnerabilities.
77+ - We fixed table borders in Vulnerability details UI #1356 (#1358)
78+ - We added robots.txt in views.
79+ - We fixed import runner's process_inferences (#1360)
80+ - We fixed debian OVAL importer (#1361)
81+ - We added graph model diagrams #977(#1350)
82+ - We added endpoint for purl lookup (#1359)
83+ - We fixed swagger API docs generation (#1366)
84+
85+
86+ Version v33.6.5
87+ -------------------
88+
89+ - We added /var/www/html as volume in nginx Docker compose (#1373).
90+
91+
92+ Version v33.6.4
93+ -------------------
94+
95+ - We added /var/www/html as volume in Docker compose (#1371).
96+
97+
98+ Version v33.6.3
99+ ----------------
100+
101+ - We updated RTD build configuration.
102+ - We added importer for OSS-Fuzz.
103+ - We removed vulnerabilities with empty aliases.
104+ - We fixed search encoding issue https://github.com/nexB/vulnerablecode/issues/1336.
105+ - We added middleware to ban "bytedance" user-agent.
106+
107+
108+ Version v33.6.2
109+ ----------------
110+
111+ - We added note about CSRF_TRUSTED_ORIGINS.
112+ - We added proper acknowledgements for NGI projects.
113+ - We added throttling for anonymous users.
114+
115+ Version v33.6.1
116+ ----------------
117+
118+ - We added pagination to valid versions improver.
119+
120+
121+ Version v33.6.0
122+ ----------------
123+
124+ - We added support to write packages and vulnerabilities at the time of import.
125+
126+
127+ Version v33.5.0
128+ ----------------
129+
130+ - We fixed a text-overflow issue in the Essentials tab of the Vulnerability details template.
131+ - We added clickable links to the Essentials tab of the Vulnerability details template that enable
132+ the user to navigate to the Fixed by packages tab and the Affected packages tab.
133+ - We fixed severity range issue for handling unknown scores.
134+
135+ Version v33.4.0
136+ ----------------
137+
138+ - We added importer specific improvers and removed default improver
139+ additionally improve recent advisories first.
140+
141+
142+ Version v33.3.0
143+ ----------------
144+
145+ - We filtered out the weakness that are not presented in the
146+ cwe2.database before passing them into the vulnerability details view.
147+
148+
149+ Version v33.2.0
150+ -----------------
151+
152+ - We fixed NVD importer to import the latest data by adding weakness
153+ in unique content ID for advisories.
154+
155+
156+ Version v33.1.0
157+ -----------------
158+
159+ - We have paginated the default improver and added keyboard interrupt support for import and improve processes.
160+ - We bumped PyYaml to 6.0.1 and saneyaml to 0.6.0 and dropped docker-compose.
161+
162+
163+ Version v33.0.0
164+ -----------------
165+
166+ - We have dropped ``unresolved_vulnerabilities `` from /api/package endpoint API response.
167+ - We have added missing quotes for href values in template.
168+ - We have fixed merge functionality of AffectedPackage.
169+
4170
5171Version v32.0.1
6172-----------------
@@ -20,9 +186,9 @@ Version v32.0.0rc4
20186-------------------
21187
22188- We added loading of env for GitHub datasource in vulntotal.
23- - We fixed import process in github importer in vulnerablecode reported here
189+ - We fixed import process in github importer in vulnerablecode reported here
24190 https://github.com/nexB/vulnerablecode/issues/1142.
25- - We added an improver to get all package versions
191+ - We added an improver to get all package versions
26192 of all ecosystems for a range of affected packages.
27193- We added documentation for configuring throttling rate for API endpoints.
28194- We fixed kbmsr2019 importer.
0 commit comments