diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 257a2954a2..5ae5e513d2 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -39,6 +39,8 @@ binary { # NET-8174 (2024-02-26): Missing YAML Content Leads To Panic (requires malicious plugin) "GHSA-r53h-jv2g-vpx6", "CVE-2024-26147", # alias + "GHSA-jw44-4f3j-q396", # Tracked in NET-8174 + "CVE-2019-25210" # alias ] } } diff --git a/scan.hcl b/scan.hcl index 402f81f950..d151d9c64c 100644 --- a/scan.hcl +++ b/scan.hcl @@ -39,6 +39,8 @@ repository { # NET-8174 (2024-02-26): Missing YAML Content Leads To Panic (requires malicious plugin) "GHSA-r53h-jv2g-vpx6", "CVE-2024-26147", # alias + "GHSA-jw44-4f3j-q396", # Tracked in NET-8174 + "CVE-2019-25210" # alias ] } }