Add new rule for Slowloris Attack

This commit is contained in:
云微
2022-04-30 03:38:50 -07:00
committed by GitHub
parent a64cde55a4
commit 34d144b3fa
8 changed files with 130 additions and 1 deletions

View File

@@ -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.",