Skip to content

Commit

Permalink
internal/triage/priority: add github.com/canonical/lxd to high priori…
Browse files Browse the repository at this point in the history
…ty list

Change-Id: Iac4620b31a307a7174c05c59b06e5f4b82998689
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/635279
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Zvonimir Pavlinovic <[email protected]>
Reviewed-by: Damien Neil <[email protected]>
  • Loading branch information
tatianab committed Dec 11, 2024
1 parent 8291e09 commit bfe5f3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/triage/priority/priority.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ var override map[string]Priority = map[string]Priority{
// information without intervention.
"github.com/argoproj/argo-cd": Low,
"github.com/argoproj/argo-cd/v2": Low,

// Based on golang/vulndb#3317.
"github.com/canonical/lxd": High,
}

func priority(mp string, importers int, sc map[reportState]int) *Result {
Expand Down

0 comments on commit bfe5f3a

Please sign in to comment.