mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-22 18:17:08 +00:00
it should be safe to do that
This commit is contained in:
parent
851d8946fd
commit
1460433429
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ def summary(
|
||||||
]
|
]
|
||||||
if cve:
|
if cve:
|
||||||
potential_vulnerabilities[rcommit.hexsha]["cve"] = cve
|
potential_vulnerabilities[rcommit.hexsha]["cve"] = cve
|
||||||
if cve:
|
|
||||||
potential_vulnerabilities[rcommit.hexsha]["state"] = "cve-assigned"
|
potential_vulnerabilities[rcommit.hexsha]["state"] = "cve-assigned"
|
||||||
else:
|
else:
|
||||||
potential_vulnerabilities[rcommit.hexsha]["state"] = commit_state
|
potential_vulnerabilities[rcommit.hexsha]["state"] = commit_state
|
||||||
|
|
Loading…
Reference in a new issue