Skip to content

Commit 0d9effb

Browse files
committed
Allow all package types in Github V2 importer
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent f9672de commit 0d9effb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release notes
22
=============
33

4+
Version v37.0.0
5+
---------------------
6+
7+
- This is a major version, this version introduces Advisory level details
8+
9+
410
Version v36.1.3
511
---------------------
612

vulnerabilities/tests/pipelines/test_github_importer_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_advisories_count(mock_fetch):
3535
count = pipeline.advisories_count()
3636

3737
# Assert that the count is correct
38-
assert count == 10
38+
assert count == 70
3939

4040

4141
def test_collect_advisories(mock_fetch):

0 commit comments

Comments
 (0)