Skip to content

Commit

Permalink
Support stale Debian 9 vulns (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann authored Jul 7, 2022
1 parent d6a03de commit 3bfca1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wellknownnamespaces/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ var (
// KnownStaleNamespaces is the set of base namespaces we know have stale vulnerabilities.
KnownStaleNamespaces = set.NewFrozenStringSet(
"debian:8",
"debian:9",
"ubuntu:12.04",
"ubuntu:12.10",
"ubuntu:13.04",
Expand Down Expand Up @@ -49,7 +50,6 @@ var (
"centos:6",
"centos:7",
"centos:8",
"debian:9",
"debian:10",
"debian:11",
"debian:unstable",
Expand Down

0 comments on commit 3bfca1d

Please sign in to comment.