We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e531f2 commit 306e8cfCopy full SHA for 306e8cf
.github/actions/govulncheck.sh
@@ -8,10 +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-2025-3373 "BRIDGE-315 stdlib crypto/x509"
12
- ignore GO-2025-3420 "BRIDGE-315 stdlib net/http"
13
- ignore GO-2025-3447 "BRIDGE-315 stdlib crypto/internal/nistec"
14
-
15
has_vulns
16
17
echo
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ProtonMail/go-proton-api
2
3
-go 1.23
+go 1.24
4
5
require (
6
github.com/Masterminds/semver/v3 v3.2.0
0 commit comments