Skip to content

Commit 1edfb93

Browse files
committed
Add changelog
Signed-off-by: Tushar Goel <[email protected]>
1 parent ceafdb1 commit 1edfb93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ Version v30.0.0
4545
another aliases/ endpoint to lookup for vulnerabilities by aliases. These two endpoints will be
4646
replaced by query parameters on the main vulnerabilities/ endpoint when stabilized.
4747

48+
- Added filters for vulnerabilities endpoint to get fixed packages in accordance to the details given in filters:
49+
For example:
50+
- /api/vulnerabilities?type=pypi&namespace=foo&name=bar
51+
will give only fixed versioned purls of this type `pkg:pypi/foo/bar`
52+
53+
- Package endpoint will give fixed packages of only those that
54+
matches type, name, namespace, subpath and qualifiers of the package queried.
4855

4956
Other:
5057

0 commit comments

Comments
 (0)