Skip to content

Commit 45f1fe2

Browse files
committed
Address review comments
Signed-off-by: Tushar Goel <[email protected]>
1 parent a81ae30 commit 45f1fe2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@ Release notes
22
=============
33

44

5+
Next Release
6+
--------------
7+
8+
- We added loading of env for GitHub datasource in vulntotal.
9+
- We fixed import process in github importer in vulnerablecode reported here
10+
https://github.com/nexB/vulnerablecode/issues/1142.
11+
- We added an improver to get all package versions
12+
of all ecosystems for a range of affected packages.
13+
- We added documentation for configuring throttling rate for API endpoints.
14+
- We fixed kbmsr2019 importer.
15+
- We added support for conan advisories through gitlab importer.
16+
17+
518
Version v32.0.0rc3
6-
------------
19+
-------------------
720

821
- Add aliases to package endpoint.
922
- We added Apache HTTPD improver.

vulnerabilities/package_managers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def fetch(self, pkg: str) -> Iterable[PackageVersion]:
558558

559559
class ConanVersionAPI(VersionAPI):
560560
"""
561-
Fetch versions of Erlang packages from the hex API
561+
Fetch versions of ``conan`` packages from the Conan API
562562
"""
563563

564564
package_type = "conan"

0 commit comments

Comments
 (0)