mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-22 10:07:11 +00:00
wip
This commit is contained in:
parent
29cbb7c982
commit
86e9f1ff5b
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("./test_repos/curl")
|
||||||
|
|
||||||
assert len(list(all_cve_found)) == 63
|
assert len(list(all_cve_found)) == 63
|
||||||
|
|
Loading…
Reference in a new issue