Skip to content

Commit 0eb99d2

Browse files
authored
Update go.mod to force golang.org/x/net to latest
Bumping version and ensuring latest golang.org/x/net as the HTTP rapid reset is triggering primitive vuln scanners, we do not implement a HTTP2 server and are not vulnerable but a minor bump can still help reduce noise for those searching for what they need to upgrade and patch.
1 parent 162f8e5 commit 0eb99d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ require (
1313
github.com/gorilla/css v1.0.0 // indirect
1414
)
1515

16-
retract [v1.0.0, v1.0.24] // Retract older versions as only latest is to be depended upon
16+
retract [v1.0.0, v1.0.25] // Retract older versions as only latest is to be depended upon

0 commit comments

Comments
 (0)