1
0
mirror of synced 2025-12-30 21:02:34 -05:00

Merge pull request #20649 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-09-16 04:00:54 -04:00
committed by GitHub
3 changed files with 19 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -27,12 +27,18 @@ Only repository owners and administrators can edit repository-level security adv
## Editing advisories in the GitHub Advisory Database
1. Navigate to https://github.com/advisories.
2. Select the security advisory you would like to contribute to.
3. On the right-hand side of the page, click the **Suggest improvements for this vulnerability** link.
![Suggest improvements link](/assets/images/help/security/suggest-improvements-to-advisory.png)
4. In the contribution form, make the desired improvements. You can edit or add any detail.
5. When you finish editing the advisory, click **Submit improvements**.
6. Once you submit your improvements, a pull request containing your changes will be created for review in [github/advisory-database](https://github.com/github/advisory-database) by the {% data variables.product.prodname_security %} curation team. If the advisory originated from a {% data variables.product.prodname_dotcom %} repository, we will also tag the original publisher for optional commentary. You can view the pull request and get notifications when it is updated or closed.
1. Select the security advisory you would like to contribute to.
1. On the right-hand side of the page, click the **Suggest improvements for this vulnerability** link.
![Screenshot of the suggest improvements link](/assets/images/help/security/suggest-improvements-to-advisory.png)
1. In the contribution form, make the desired improvements. You can edit or add any detail.{% ifversion security-advisories-reason-for-change %}
1. Under **Reason for change**, explain why you want to make this improvement. If you include links to supporting material this will help our reviewers.
![Screenshot of the reason for change field](/assets/images/help/security/security-advisories-suggest-improvement-reason.png){% endif %}
1. When you finish editing the advisory, click **Submit improvements**.
1. Once you submit your improvements, a pull request containing your changes will be created for review in [github/advisory-database](https://github.com/github/advisory-database) by the {% data variables.product.prodname_security %} curation team. If the advisory originated from a {% data variables.product.prodname_dotcom %} repository, we will also tag the original publisher for optional commentary. You can view the pull request and get notifications when it is updated or closed.
You can also open a pull request directly on an advisory file in the [github/advisory-database](https://github.com/github/advisory-database) repository. For more information, see the [contribution guidelines](https://github.com/github/advisory-database/blob/main/CONTRIBUTING.md).

View File

@@ -0,0 +1,7 @@
# Reference: #7792
# Documentation for incremental improvements to community contributions
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.8'
ghae: 'issue-7792'