vulndb/cmd/vulnreport
Tatiana Bradley 73190ac6a7 internal/report: add new excluded reason WITHDRAWN
Add new excluded reason, WITHDRAWN, which indicates
that a report was withdrawn before we got a chance
to publish it in vulndb.

This allows us to keep better track of withdrawn reports
(as opposed to completely omitting them from our
records).

Change-Id: I7209edc88e903787b0c79556177af8f34fed8a4e
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/607818
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
2024-08-26 20:06:40 +00:00
..
color cmd/vulnreport: add color to logs (and refactor) 2024-02-09 21:26:32 +00:00
log cmd/vulnreport: add test framework for vulnreport 2024-06-13 15:59:21 +00:00
testdata cmd/vulnreport: simplify the duplicates process 2024-08-16 17:42:07 +00:00
command.go cmd/vulnreport: add test framework for vulnreport 2024-06-13 15:59:21 +00:00
commit.go cmd/vulnreport: don't run fix twice for unreviewed reports 2024-06-26 14:52:33 +00:00
create.go cmd/vulnreport: consider withdrawn status in vulnreport create commands 2024-08-19 17:24:31 +00:00
create_excluded.go internal/report: use variables to represent excluded reasons 2024-08-26 20:06:37 +00:00
creator.go internal/report: add new excluded reason WITHDRAWN 2024-08-26 20:06:40 +00:00
cve.go cmd/vulnreport: add test framework for vulnreport 2024-06-13 15:59:21 +00:00
environment.go all: move triage-related code to its own package 2024-07-30 15:43:52 +00:00
find_aliases.go internal/genericosv: avoid github rate limits in batch commands 2024-08-19 17:24:33 +00:00
find_aliases_test.go cmd/vulnreport: add test framework for vulnreport 2024-06-13 15:59:21 +00:00
fix.go cmd/vulnreport: check if packages exist in vulnreport fix 2024-07-19 16:06:05 +00:00
git.go cmd/vulnreport: factor out git functions 2023-05-31 21:31:09 +00:00
issue_client.go cmd/vulnreport: simplify the duplicates process 2024-08-16 17:42:07 +00:00
issue_parser.go cmd/vulreport: fix duplicate finding in vulnreport triage 2024-06-20 18:17:18 +00:00
lint.go cmd/vulnreport: fix bug in duplicate-finding for triage 2024-07-22 18:24:17 +00:00
main.go cmd/vulnreport: add command vulnreport withdraw 2024-07-15 17:56:36 +00:00
osv.go cmd/vulnreport: add test framework for vulnreport 2024-06-13 15:59:21 +00:00
regenerate.go cmd/vulnreport: further unify code of vulnreport regen and review 2024-06-28 15:28:22 +00:00
review.go cmd/vulnreport: further unify code of vulnreport regen and review 2024-06-28 15:28:22 +00:00
run_test.go all: move triage-related code to its own package 2024-07-30 15:43:52 +00:00
set_dates.go cmd/vulnreport: add test framework for vulnreport 2024-06-13 15:59:21 +00:00
suggest.go cmd/vulnreport: add test framework for vulnreport 2024-06-13 15:59:21 +00:00
symbols.go cmd/vulnreport: add test framework for vulnreport 2024-06-13 15:59:21 +00:00
triage.go cmd/vulnreport: simplify the duplicates process 2024-08-16 17:42:07 +00:00
unexclude.go internal/report: add new excluded reason WITHDRAWN 2024-08-26 20:06:40 +00:00
vulnreport_test.go cmd/vulnreport: add test framework for vulnreport 2024-06-13 15:59:21 +00:00
withdraw.go cmd/vulnreport: add command vulnreport withdraw 2024-07-15 17:56:36 +00:00
writer.go cmd/vulnreport: only write files if they would be modified 2024-07-19 16:05:29 +00:00
xref.go all: move triage-related code to its own package 2024-07-30 15:43:52 +00:00