Skip to content

Commit 35ffb91

Browse files
committed
Regen test fixture for VCIO
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 83cb6c4 commit 35ffb91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vulntotal/datasources/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def supported_ecosystem(cls):
8383
"golang": "GO",
8484
"cargo": "RUST",
8585
"npm": "NPM",
86-
"erlang": "ERLANG",
86+
"hex": "ERLANG",
8787
"pub": "PUB",
8888
}
8989

vulntotal/tests/test_data/vulnerablecode/parse_advisory-expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"purl": "pkg:generic/namespace/test",
3+
"purl": "pkg:maven/org.apache.tomcat/tomcat",
44
"affected_versions": [
55
"8.5.50",
66
"9.0.30",
@@ -110,7 +110,7 @@
110110
]
111111
},
112112
{
113-
"purl": "pkg:generic/namespace/test",
113+
"purl": "pkg:maven/org.apache.tomcat/tomcat",
114114
"affected_versions": [
115115
"7.0.0",
116116
"7.0.81",

0 commit comments

Comments
 (0)