From 43bef719b47ff8de56265f54dc0d0a9c4afe13c9 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 27 May 2024 11:57:12 +0100 Subject: [PATCH] Update README with G115 rule description Signed-off-by: Cosmin Cojocar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 946536a944..4992a946b2 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ directory you can supply `./...` as the input argument. - G112: Potential slowloris attack - G113: Usage of Rat.SetString in math/big with an overflow (CVE-2022-23772) - G114: Use of net/http serve function that has no support for setting timeouts +- G115: Potential integer overflow when converting between integer types - G201: SQL query construction using format string - G202: SQL query construction using string concatenation - G203: Use of unescaped data in HTML templates