From 872b33106ce4ba9253328009b63c4157b48d6867 Mon Sep 17 00:00:00 2001 From: kfess <35001425+kfess@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:22:27 +0900 Subject: [PATCH] docs: add G116 rule description to README (#1439) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 355d437..40404da 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ directory you can supply `./...` as the input argument. - G112: Potential slowloris attack - G114: Use of net/http serve function that has no support for setting timeouts - G115: Potential integer overflow when converting between integer types +- G116: Detect Trojan Source attacks using bidirectional Unicode control characters - G201: SQL query construction using format string - G202: SQL query construction using string concatenation - G203: Use of unescaped data in HTML templates