mirror of
https://github.com/securego/gosec.git
synced 2026-01-15 01:33:41 +08:00
Add new rule for Slowloris Attack
This commit is contained in:
@@ -89,6 +89,11 @@ var (
|
||||
Description: "Creating and using insecure temporary files can leave application and system data vulnerable to attack.",
|
||||
Name: "Insecure Temporary File",
|
||||
},
|
||||
{
|
||||
ID: "400",
|
||||
Description: "The software does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.",
|
||||
Name: "Uncontrolled Resource Consumption",
|
||||
},
|
||||
{
|
||||
ID: "409",
|
||||
Description: "The software does not handle or incorrectly handles a compressed input with a very high compression ratio that produces a large output.",
|
||||
|
||||
Reference in New Issue
Block a user