Update the README

This commit is contained in:
Cosmin Cojocar 2017-04-10 19:40:27 +02:00
parent 5b71c2b05f
commit 7dc4638db8

View file

@ -36,6 +36,7 @@ or to specify a set of rules to explicitly exclude using the '-exclude=' flag.
- G102: Bind to all interfaces - G102: Bind to all interfaces
- G103: Audit the use of unsafe block - G103: Audit the use of unsafe block
- G104: Audit errors not checked - G104: Audit errors not checked
- G105: Audit the use of math/big.Int.Exp
- 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