You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First you need to choose where you will base your patches, this should be latest stable release and we will later merge changes to QA and master branches.
For example we will work on QA_5_2 and the security patches will be in QA_5_2-security branch.
First check whether QA_5_2-security branch already exists:
Once the changes are merged, you should delete the corresponding branch in the security repository to avoid confusion when other security issues arise:
git push security :QA_5_2-security
Preparing advisories
The advisories are prepared as draft in the website administration. Once they are ready to publish, just remove the draft flag and they will appear on the website.
Maintaining to security repo
You need to update all branches present in the security repository, to their refs in the main repository.