mirror of
https://github.com/cve-search/git-vuln-finder.git
synced 2024-11-22 14:57:20 +00:00
wip
This commit is contained in:
parent
86e9f1ff5b
commit
4307c41173
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ from git_vuln_finder import find
|
||||||
|
|
||||||
|
|
||||||
def test_find_vuln():
|
def test_find_vuln():
|
||||||
all_potential_vulnerabilities, all_cve_found, found = find("./test_repos/curl")
|
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
|
assert len(list(all_cve_found)) == 63
|
||||||
|
|
Loading…
Reference in a new issue