Skip to content

Commit

Permalink
doc/triage.md: document vulncheck osv
Browse files Browse the repository at this point in the history
Change-Id: I1c1c65490ebd194f50616ef3577a34db88e2bcd0
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/475922
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Jonathan Amsterdam <[email protected]>
Reviewed-by: Tatiana Bradley <[email protected]>
  • Loading branch information
jba committed Mar 13, 2023
1 parent 42e3019 commit 77ae2d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/triage.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ new report to the database by following these steps:
and excluded reports. It also accepts multiple Github issue numbers (space
separated), and Github issue ranges (e.g., `1000-1010`).
2. Edit the report file template.
3. From the repo root, run `vulnreport commit [<report file> | <Github issue number>]`.
3. From the repo root, run `vulnreport commit [<report file> | <GitHub issue number>]`.
(Example: `vulnreport commit 1623`.)
This will lint the report, add exported symbols, convert the YAML to OSV, and commit
the new files with a standard commit message. Commits are to the local git
Expand All @@ -112,6 +112,10 @@ new report to the database by following these steps:
4. Send the commit for review and approval. See the Go
[contribution guide](https://go.dev/doc/contribute) for sending a change on
Gerrit.
5. If you make changes to the report during review, run
`vulnreport fix <GitHub issue number>` before re-mailing to update the OSV
and perform other useful actions.


### If the report is labeled `excluded: REASON`

Expand Down

0 comments on commit 77ae2d0

Please sign in to comment.