git-vuln-finder/tests/test_finder.py
Cédric Bonhomme 86e9f1ff5b
wip
2020-01-06 16:58:30 +01:00

9 lines
186 B
Python

from git_vuln_finder import find
def test_find_vuln():
all_potential_vulnerabilities, all_cve_found, found = find("./test_repos/curl")
assert len(list(all_cve_found)) == 63