Skip to content

Commit f12ccf6

Browse files
committed
chore(BRIDGE-587): patch vulnerabilities July 2026
1 parent 287bd2e commit f12ccf6

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/actions/govulncheck.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ main(){
99
jq -r '.finding | select( (.osv != null) and (.trace[0].function != null) ) | .osv ' < vulns.json > vulns_osv_ids.txt
1010

1111
ignore GO-2026-4550 "Indirect import from goopengpg. Waiting for fix on their side"
12-
ignore GO-2026-5856 "BRIDGE-587 Handshakes which used Encrypted Client Hello could be de-anonymized by passive network observer."
13-
12+
1413
has_vulns
1514

1615
echo

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run govulncheck
1818
uses: ./.github/actions/govulncheck
1919
with:
20-
go-version-input: 1.26.4
20+
go-version-input: 1.26.5
2121
go-package: ./...
2222

2323
- name: Run golangci-lint

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/ProtonMail/go-proton-api
22

33
go 1.26.1
44

5-
toolchain go1.26.4
5+
toolchain go1.26.5
66

77
require (
88
github.com/Masterminds/semver/v3 v3.4.0

0 commit comments

Comments
 (0)