You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,16 @@ Version v37.0.0
13
13
- We have added new models AdvisoryV2, AdvisoryAlias, AdvisoryReference, AdvisorySeverity, AdvisoryWeakness, PackageV2 and CodeFixV2.
14
14
- We are using ``avid`` as an internal advisory ID for uniquely identifying advisories.
15
15
- We have a new route ``/v2`` which only support package search which has information on packages that are reported to be affected or fixing by advisories.
16
-
- This version introduces ``/api/v2/advisories-packages`` which has information on packages that are reported to be affected or fixing by advisories.
16
+
- This version introduces ``/api/v3/packages`` which has information on packages that are reported to be affected or fixing by advisories.
17
17
- Pipeline Dashboard improvements #1920.
18
18
- Throttle API requests based on user permissions #1909.
19
19
- Add pipeline to compute Advisory ToDos #1764
20
+
- Use related advisory severity to calculate exploitibility, weighted severity and risk scores
21
+
- Migrate all importers to use the new advisory models. All new advisories have a unique AVID and all importers will use this AVID as the unique identifier for advisories instead of CVE ID or other identifiers used by the data sources #1881.
22
+
- Handle advisories with same and related data https://github.com/aboutcode-org/vulnerablecode/issues/2099.
23
+
- Add a pipeline for exporting VulnerableCode data to FederatedCode #2110.
24
+
- Plan storing of exploits and EPSS based advisories #2069.
0 commit comments