We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3371bd commit b414868Copy full SHA for b414868
1 file changed
.golangci.toml
@@ -98,6 +98,7 @@ excludes = [
98
'G304', # Audit file path provided as taint input (path traversal via user-supplied file paths)
99
'G307', # Deferring a method which returns an error (e.g., defer f.Close() without checking the error)
100
'G702', # net/http SetDeadline not called (HTTP server timeout not configured)
101
+ 'G703', # Path traversal via taint analysis
102
'G706', # Audit use of io.ReadAll (potential denial of service from unbounded reads)
103
]
104
0 commit comments