mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Update README with rule G108
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
parent
9cee24cccd
commit
d8f249a079
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ directory you can supply './...' as the input argument.
|
||||||
- G104: Audit errors not checked
|
- G104: Audit errors not checked
|
||||||
- G106: Audit the use of ssh.InsecureIgnoreHostKey
|
- G106: Audit the use of ssh.InsecureIgnoreHostKey
|
||||||
- G107: Url provided to HTTP request as taint input
|
- G107: Url provided to HTTP request as taint input
|
||||||
|
- G108: Profiling endpoint automatically exposed on /debug/pprof
|
||||||
- G201: SQL query construction using format string
|
- G201: SQL query construction using format string
|
||||||
- G202: SQL query construction using string concatenation
|
- G202: SQL query construction using string concatenation
|
||||||
- G203: Use of unescaped data in HTML templates
|
- G203: Use of unescaped data in HTML templates
|
||||||
|
|
Loading…
Reference in a new issue