Skip to content

Commit 28e5456

Browse files
committed
Remove invalid purl in test_osv.py vulntotal
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent a39a5e5 commit 28e5456

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vulntotal/tests/test_osv.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def test_generate_payload(self):
2525
purls = [
2626
"pkg:pypi/jinja2@2.4.1",
2727
"pkg:android/System@10",
28-
"pkg:deb:8/davical@1.1.3-1",
2928
"pkg:maven/org.apache.tomcat/tomcat@10.1.0-M8",
3029
"pkg:linux/Kernel@v5.4.195",
3130
"pkg:packagist/dolibarr/dolibarr@12.0.5",
@@ -37,7 +36,6 @@ def test_generate_payload(self):
3736
expected = [
3837
{"version": "2.4.1", "package": {"ecosystem": "PyPI", "name": "jinja2"}},
3938
{"version": "10", "package": {"ecosystem": "Android", "name": "System"}},
40-
{"version": "1.1.3-1", "package": {"name": "davical"}},
4139
{
4240
"version": "10.1.0-M8",
4341
"package": {"ecosystem": "Maven", "name": "org.apache.tomcat:tomcat"},

0 commit comments

Comments
 (0)