Skip to content

Commit

Permalink
Add "Assignment and Release Process" section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maltejur authored and tomrittervg committed Nov 13, 2023
1 parent 990292e commit 21b762c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,13 @@ $ cd .git/hooks && ln -s ../../pre-commit-hook.sh pre-commit

After this if you attempt to commit a change to a file that has a problem being parsed, you'll be
informed which file has a problem and the commit will be aborted.

## Assignment and Release Process

Advisories are written and assigned as per the process described in the
[Security/Firefox/Security Bug Life Cycle/Security Advisories](https://wiki.mozilla.org/Security/Firefox/Security_Bug_Life_Cycle/Security_Advisories)
wiki page. Once advisories have a CVE id, and are pushed to the master branch of this repository
([mozilla/foundation-security-advisories](https://github.com/mozilla/foundation-security-advisories)), they will
automatically be published to CVE Services by GitHub Actions running the
[publish_cve_advisories](foundation_security_advisories/publish_cve_advisories.py) script. This will also update already
published advisories, for example in cases of a typo.

0 comments on commit 21b762c

Please sign in to comment.