Skip to content

Commit

Permalink
python typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrittervg committed Feb 15, 2024
1 parent 2598111 commit dbc111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundation_security_advisories/assign_cve_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def main():
cve_advisory.newest_instance.references[0][0].startswith("https://bugzilla.mozilla.org/show_bug.cgi?id="):
bug_id = cve_advisory.newest_instance.references[0][0].replace("https://bugzilla.mozilla.org/show_bug.cgi?id=", "")
try_set_bugzilla_alias(bug_id, cve_advisory.id)
elif cve_advisory.newest_instance.title.startswith("Memory safety bugs fixed")
elif cve_advisory.newest_instance.title.startswith("Memory safety bugs fixed"):
pass # Roll-up
else:
print(f"{cve_advisory.newest_instance.parent.id} didn't have an expected reference format so you have to set it manually.")
Expand Down

0 comments on commit dbc111d

Please sign in to comment.