Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <[email protected]>
  • Loading branch information
TG1999 committed Jul 4, 2022
1 parent ceafdb1 commit ac8b130
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ Version v30.0.0
another aliases/ endpoint to lookup for vulnerabilities by aliases. These two endpoints will be
replaced by query parameters on the main vulnerabilities/ endpoint when stabilized.

- Added filters for vulnerabilities endpoint to get fixed packages in accordance to the details given in filters:
For example:
- /api/vulnerabilities?type=pypi&namespace=foo&name=bar
will give only versioned purls of this type `pkg:pypi/foo/bar`

- Package endpoint will give fixed packages of only those that
matches type, name, namespace, subpath and qualifiers of the package queried.

Other:

Expand Down

0 comments on commit ac8b130

Please sign in to comment.