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
Add a new YAML report status, NEEDS_REVIEW, which indicates that
a report has been automatically generated but needs to be reviewed
by a human later.
The goal of this new status is to allow us to quickly publish initial
versions of *most* reports that will require review.
A report with status NEEDS_REVIEW has slightly stricter requirements
than UNREVIEWED reports:
- NEEDS_REVIEW reports must have a fixed version for each affected module
- NEEDS_REVIEW reports must not have any "unsupported_versions"
These stricter requirements prevent us from publishing low-information reports
that could affect many users. Auto-generated reports that do not meet these
requirements need to be manually reviewed by a human.
When a new NEEDS_REVIEW report is committed, the automatically generated
commit message includes "Updates #NNN" for the corresponding issue instead
of "Fixes #NNN", because additional action is still needed.
NEEDS_REVIEW is an internal status only - it is converted to UNREVIEWED
when published to OSV.
Change-Id: I340279f5a3f73e508b145f613d3d07d71e870aaa
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/626157
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Damien Neil <[email protected]>
0 commit comments