Skip to content

Commit

Permalink
doc: add triage instructions for issues not affecting Go code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
zpavlinovic committed Sep 20, 2024
1 parent 19e5675 commit ac6b9d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/triage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ac6b9d6

Please sign in to comment.