it should be safe to do that

This commit is contained in:
Cédric Bonhomme 2020-01-06 08:22:37 +01:00
parent 851d8946fd
commit 1460433429
Signed by untrusted user who does not match committer: cedric
GPG key ID: A1CB94DE57B7A70D

View file

@ -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