2020-01-06 16:29:45 +01:00
|
|
|
|
|
|
|
|
|
|
|
from git_vuln_finder import find
|
|
|
|
|
|
|
|
|
2020-01-06 18:10:09 +01:00
|
|
|
def test_find_vuln(clone_curl):
|
|
|
|
all_potential_vulnerabilities, all_cve_found, found = find("./test_repos/curl/")
|
2020-01-06 16:29:45 +01:00
|
|
|
|
|
|
|
assert len(list(all_cve_found)) == 63
|