mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-22 14:02:16 +02:00
test_image_content: whitelist some GLSAs
systemd and sudo are already fixed. Git was fixed by updating to 2.23.2, not 2.24.1. Samba is 2 years old and customized, thus difficult to update. file, Python, and gdb are only in the SDK.
This commit is contained in:
parent
ebff4d216c
commit
d7981d4270
@ -9,6 +9,13 @@ GLSA_WHITELIST=(
|
||||
201909-01 # Perl, SDK only
|
||||
201909-08 # backported fix
|
||||
201911-01 # package too old to even have the affected USE flag
|
||||
202003-20 # backported fix
|
||||
202003-12 # only applies to old, already-fixed CVEs
|
||||
202003-24 # SDK only
|
||||
202003-26 # SDK only
|
||||
202003-30 # fixed by updating within older minor release
|
||||
202003-31 # SDK only
|
||||
202003-52 # difficult to update :-(
|
||||
)
|
||||
|
||||
glsa_image() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user