From 17b7d31f417a75c893f25ba061ca0a63b77ad947 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Wed, 21 Jun 2023 10:07:27 +0200 Subject: [PATCH] Update README file with new rule (#975) Signed-off-by: Cosmin Cojocar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71e032d808..6c6d2982c8 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ directory you can supply `./...` as the input argument. - G504: Import blocklist: net/http/cgi - G505: Import blocklist: crypto/sha1 - G601: Implicit memory aliasing of items from a range statement +- G602: Slice access out of bounds ### Retired rules