There was an error while loading. Please reload this page.
1 parent ebb09f0 commit 0ebd28bCopy full SHA for 0ebd28b
2 files changed
.github/actions/govulncheck.sh
@@ -8,8 +8,6 @@ main(){
8
9
jq -r '.finding | select( (.osv != null) and (.trace[0].function != null) ) | .osv ' < vulns.json > vulns_osv_ids.txt
10
11
- ignore GO-2026-5037 "BRIDGE-565 crypto/x509 fixes quadratic cost of verifying large DNS SAN lists."
12
-
13
has_vulns
14
15
echo
go.mod
@@ -2,7 +2,7 @@ module github.com/ProtonMail/gluon
2
3
go 1.26.1
4
5
-toolchain go1.26.3
+toolchain go1.26.4
6
7
require (
github.com/ProtonMail/go-mbox v1.1.0
0 commit comments