Skip to content

Commit 104952c

Browse files
committed
chore(BRIDGE-525): silence vulnerabilities on 08-04-2026
1 parent 644189b commit 104952c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/govulncheck.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ main(){
88

99
jq -r '.finding | select( (.osv != null) and (.trace[0].function != null) ) | .osv ' < vulns.json > vulns_osv_ids.txt
1010

11+
ignore GO-2026-4866 "BRIDGE-525 crypto/x509 verifying a certificate chain excluded DNS constraints which were not applied to wildcard DNS SANs."
12+
ignore GO-2026-4870 "BRIDGE-525 crypto/tls if one side of TLS connection sends multiple key messages post handshake can lead to deadlock."
13+
ignore GO-2026-4946 "BRIDGE-525 crypto/x509 validating certificate chains is unexpectedly inefficient when chains contain very large number of policy mappings."
14+
ignore GO-2026-4947 "BRIDGE-525 crypto/x509 during chain building the amount of work is not limited passed in VerifyOptions.Intermediates which can lead to denial of service."
15+
1116
has_vulns
1217

1318
echo

0 commit comments

Comments
 (0)