git-vuln-finder/tests/test_finder.py

10 lines
190 B
Python
Raw Normal View History

2020-01-06 15:29:45 +00:00
from git_vuln_finder import find
def test_find_vuln():
all_potential_vulnerabilities, all_cve_found, found = find("/home/cedric/git/curl")
assert len(list(all_cve_found)) == 63