You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppress false-positive gosec G703 (path traversal) and G704 (SSRF)
findings from stricter taint analysis in golangci-lint 2.10.1.
Also exclude modernize/newexpr check globally — it incorrectly suggests
replacing ptr(true) with new(bool), but new(T) only produces zero-value
pointers.
0 commit comments