mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-22 10:07:11 +00:00
9 lines
235 B
Python
9 lines
235 B
Python
|
|
|
|
from git_vuln_finder import find
|
|
|
|
|
|
def test_find_vuln():
|
|
all_potential_vulnerabilities, all_cve_found, found = find("/home/runner/work/git-vuln-finder/git-vuln-finder/test_repos/curl/")
|
|
|
|
assert len(list(all_cve_found)) == 63
|