Skip to content

Commit 37c6c7e

Browse files
committed
Use updated github_response API in VulnTotal
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 46ace78 commit 37c6c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulntotal/datasources/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from typing import Iterable
1212

1313
from dotenv import load_dotenv
14-
from fetchcode.package_versions import github_response
14+
from fetchcode.utils import github_response
1515
from packageurl import PackageURL
1616

1717
from vulntotal.validator import DataSource

0 commit comments

Comments
 (0)