mirror of
https://github.com/securego/gosec.git
synced 2024-12-27 21:15:52 +00:00
updated README with ssrf rule and description
This commit is contained in:
parent
9ab9999452
commit
ec1b1893e1
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ or to specify a set of rules to explicitly exclude using the '-exclude=' flag.
|
||||||
- G104: Audit errors not checked
|
- G104: Audit errors not checked
|
||||||
- G105: Audit the use of math/big.Int.Exp
|
- G105: Audit the use of math/big.Int.Exp
|
||||||
- G106: Audit the use of ssh.InsecureIgnoreHostKey
|
- G106: Audit the use of ssh.InsecureIgnoreHostKey
|
||||||
|
- G107: Url provided to HTTP request as taint input
|
||||||
- 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