Skip to content

Commit

Permalink
Use updated github_response API in VulnTotal
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
  • Loading branch information
keshav-space committed Oct 8, 2024
1 parent 7c7113d commit b3409c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulntotal/datasources/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from typing import Iterable

from dotenv import load_dotenv
from fetchcode.package_versions import github_response
from fetchcode.utils import github_response
from packageurl import PackageURL

from vulntotal.validator import DataSource
Expand Down

0 comments on commit b3409c5

Please sign in to comment.