From ac8b1306d499362ad191ffa645d76b856670d223 Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Tue, 5 Jul 2022 01:31:51 +0530 Subject: [PATCH] Add changelog Signed-off-by: Tushar Goel --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c295625d9..8c61b19ef 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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: