doc: add triage instructions for issues not affecting Go code

Change-Id: Id0a80bd4925de06f1bae1c23efae1bda3c31fb9c
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/614616
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
This commit is contained in:
Zvonimir Pavlinovic 2024-09-20 16:30:40 +00:00
Родитель 19e5675a49
Коммит ac6b9d6d8b
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -169,6 +169,16 @@ The issue can be closed without further action.
`vulnreport fix <GitHub issue number>` before re-mailing to update the OSV
and make sure the report is still valid.
### Add a new not-Go-code report (label `possibly not Go`)
1. Remove the `possibly not Go` label
2. Check if the issue affects Go code
3. If not
- Add `excluded: NOT_GO_CODE` label
- Add excluded report (see next section)
4. If yes
- Create a new standard report (see previous section)
### Batch add excluded reports (label `excluded: REASON`)
1. Sync your git repo, re-install the vulnreport tool, and create a fresh branch.