updated README with ssrf rule and description

This commit is contained in:
Jovon Itwaru 2018-03-09 14:13:40 -05:00
parent 9ab9999452
commit ec1b1893e1

View file

@ -42,6 +42,7 @@ or to specify a set of rules to explicitly exclude using the '-exclude=' flag.
- G104: Audit errors not checked
- G105: Audit the use of math/big.Int.Exp
- G106: Audit the use of ssh.InsecureIgnoreHostKey
- G107: Url provided to HTTP request as taint input
- G201: SQL query construction using format string
- G202: SQL query construction using string concatenation
- G203: Use of unescaped data in HTML templates