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
- G117# G117: Exported struct field matches secret pattern; false positives on legitimate API types.
144
145
- G204# G204: Subprocess launched with variable; too many false positives.
145
146
- G301# G301: Expect directory permissions to be 0750 or less (also EXC0009); too restrictive
146
147
- G302# G302: Expect file permissions to be 0600 or less (also EXC0009); too restrictive
147
148
- G304# G304: Potential file inclusion via variable.
148
149
- G306# G306: Expect WriteFile permissions to be 0600 or less (too restrictive; also flags "0o644" permissions)
149
150
- G307# G307: Deferring unsafe method "*os.File" on type "Close" (also EXC0008); (TODO: evaluate these and fix where needed: G307: Deferring unsafe method "*os.File" on type "Close")
150
151
- G504# G504: Blocklisted import net/http/cgi: Go versions < 1.6.3 are vulnerable to Httpoxy attack: (CVE-2016-5386); (only affects go < 1.6.3)
152
+
- G703# G703: Path traversal via taint analysis; too many false positives.
153
+
- G704# G704: SSRF via taint analysis; too many false positives on internal HTTP clients.
154
+
- G705# G705: XSS via taint analysis; too many false positives.
0 commit comments