mirror of
https://github.com/securego/gosec.git
synced 2026-01-15 01:33:41 +08:00
docs: add G116 rule description to README (#1439)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user