mirror of
https://github.com/cve-search/git-vuln-finder.git
synced 2024-11-22 23:07:20 +00:00
10 lines
190 B
Python
10 lines
190 B
Python
|
|
||
|
|
||
|
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
|