From f1b903f060cb8f139c6671e0b0c31dfadddbdc52 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Tue, 6 Feb 2018 16:59:00 +0100 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc3b160f2a..1c9a1e4306 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ or to specify a set of rules to explicitly exclude using the '-exclude=' flag. - G103: Audit the use of unsafe block - G104: Audit errors not checked - G105: Audit the use of math/big.Int.Exp + - G106: Audit the use of ssh.InsecureIgnoreHostKey - G201: SQL query construction using format string - G202: SQL query construction using string concatenation - G203: Use of unescaped data in HTML templates