From 7dc4638db8e544c06bdb57db72ec3118166fa03b Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 10 Apr 2017 19:40:27 +0200 Subject: [PATCH] Update the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c73dbb3..23a824a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ or to specify a set of rules to explicitly exclude using the '-exclude=' flag. - G102: Bind to all interfaces - G103: Audit the use of unsafe block - G104: Audit errors not checked + - G105: Audit the use of math/big.Int.Exp - G201: SQL query construction using format string - G202: SQL query construction using string concatenation - G203: Use of unescaped data in HTML templates