File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1919 go-version-file : go.mod
2020
2121 - name : Run govulncheck
22- uses : golang/ govulncheck-action@v1
22+ uses : codeready-toolchain/toolchain-cicd/ govulncheck-action@master
2323 with :
24- go-version-input : ${{ steps.install- go.outputs.go-version }}
25- go-package : ./...
26- repo-checkout : false
24+ go-version-file : go.mod
25+ cache : false
26+ config : .govulncheck.yaml
Original file line number Diff line number Diff line change 1+ ignored-vulnerabilities :
2+ # Request smuggling due to acceptance of invalid chunked data in net/http
3+ # Standard library
4+ # Found in: net/http/internal@go1.22.12
5+ # Fixed in: net/http/internal@go1.23.8
6+ - id : GO-2025-3563
7+ silence-until : 2025-10-02
8+ info : https://pkg.go.dev/vuln/GO-2025-3563
9+ # Inconsistent handling of O_CREATE|O_EXCL on Unix and Windows in os in syscall
10+ # Found in: os@go1.22.12
11+ # Fixed in: os@go1.23.10
12+ - id : GO-2025-3750
13+ silence-until : 2025-10-02
14+ info : https://pkg.go.dev/vuln/GO-2025-3750
15+ # Sensitive headers not cleared on cross-origin redirect in net/http
16+ # Found in: net/http@go1.22.12
17+ # Fixed in: Fixed in: net/http@go1.23.10
18+ - id : GO-2025-3751
19+ info : https://pkg.go.dev/vuln/GO-2025-3751
20+ silence-until : 2025-10-02
You can’t perform that action at this time.
0 commit comments