Skip to content

Commit

Permalink
Update the MFSA-RESERVE regex to allow for the MFSA-RESERVE-2023-2 st…
Browse files Browse the repository at this point in the history
…yle used now for rollup advisories
  • Loading branch information
tomrittervg committed Dec 15, 2023
1 parent e42c4bd commit e17796a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundation_security_advisories/check_advisories.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
get_modified_files
)

CVE_RE = re.compile('^(CVE|MFSA-TMP|MFSA-RESERVE)-20[0-9]{2}-[0-9]{4,9}$')
CVE_RE = re.compile('^(CVE|MFSA-TMP|MFSA-RESERVE)-20[0-9]{2}-[0-9]{1,9}$')
md_schema = Schema({
'mfsa_id': str,
'fixed_in': [str],
Expand Down

0 comments on commit e17796a

Please sign in to comment.