Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
  • Loading branch information
TG1999 committed Mar 28, 2023
1 parent 60f3bcb commit 8c54378
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@ Release notes
=============


Next Release
--------------

- We added loading of env for GitHub datasource in vulntotal.
- We fixed import process in github importer in vulnerablecode reported here
https://github.com/nexB/vulnerablecode/issues/1142.
- We added an improver to get all package versions
of all ecosystems for a range of affected packages.
- We added documentation for configuring throttling rate for API endpoints.
- We fixed kbmsr2019 importer.
- We added support for conan advisories through gitlab importer.


Version v32.0.0rc3
------------
-------------------

- Add aliases to package endpoint.
- We added Apache HTTPD improver.
Expand Down
2 changes: 1 addition & 1 deletion vulnerabilities/package_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def fetch(self, pkg: str) -> Iterable[PackageVersion]:

class ConanVersionAPI(VersionAPI):
"""
Fetch versions of Erlang packages from the hex API
Fetch versions of ``conan`` packages from the Conan API
"""

package_type = "conan"
Expand Down

0 comments on commit 8c54378

Please sign in to comment.