mirror of
https://github.com/cve-search/git-vuln-finder.git
synced 2024-11-22 06:47:20 +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:
|
||||
potential_vulnerabilities[rcommit.hexsha]["cve"] = cve
|
||||
if cve:
|
||||
potential_vulnerabilities[rcommit.hexsha]["state"] = "cve-assigned"
|
||||
else:
|
||||
potential_vulnerabilities[rcommit.hexsha]["state"] = commit_state
|
||||
|
|
Loading…
Reference in a new issue