From bb539b88aa8bf668fa7bbb1a445bb00141ca4435 Mon Sep 17 00:00:00 2001 From: "John M. Horan" Date: Tue, 3 Jan 2023 12:21:45 -0800 Subject: [PATCH] Add changelog entry for apache_httpd #971 Reference: https://github.com/nexB/vulnerablecode/issues/971 Signed-off-by: John M. Horan --- CHANGELOG.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 98148bf8e..424dc698e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,10 +2,16 @@ Release notes ============= +Version v31.1.1 +--------------- + +- We re-enabled support for the Apache HTTPD securities advisories importer. + + Version v31.1.0 ---------------- -- We re-enabled support for the NPM vulnerabilities advisories importer. +- We re-enabled support for the NPM vulnerabilities advisories importer. - We re-enabled support for the Retiredotnet vulnerabilities advisories importer. - We are now handling purl fragments in package search. For example: you can now serch using queries in the UI like this : ``cherrypy@2.1.1``, @@ -30,7 +36,7 @@ Version v31.0.0 - We made bulk search faster by pre-computing `package_url` and `plain_package_url` in Package model. And provided two options in package bulk search ``purl_only`` option to get only vulnerable purls without any - extra details, ``plain_purl`` option to filter purls without qualifiers and + extra details, ``plain_purl`` option to filter purls without qualifiers and subpath and also return them without qualifiers and subpath. The names used are provisional and may be updated in a future release.