mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-18 15:56:29 -05:00
Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
parent
4900cbfe1a
commit
49974cb486
1 changed files with 11 additions and 0 deletions
|
|
@ -32,6 +32,17 @@ container {
|
|||
"CVE-2024-58251",
|
||||
"GO-2022-0635", // github.com/aws/aws-sdk-go@v1.x
|
||||
]
|
||||
|
||||
// The OSV scanner will trip on several packages that are included in the
|
||||
// the UBI images. This is due to RHEL using the same base version in the
|
||||
// package name for the life of the distro regardless of whether or not
|
||||
// that version has been patched for security. Rather than enumate ever
|
||||
// single CVE that the OSV scanner will find (several tens) we'll ignore
|
||||
// the base UBI packages.
|
||||
paths = [
|
||||
"usr/lib/sysimage/rpm/*",
|
||||
"var/lib/rpm/*",
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue