Skip to content

Commit

Permalink
Bump severity for some categories (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhu Subramanian committed Aug 4, 2021
1 parent 3d43083 commit 4bc3409
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1186,19 +1186,19 @@ def set(configName, value):
"UNVALIDATED_REDIRECT": "MEDIUM",
"BasicAuth": "MEDIUM",
"BasicAuthTimingAttack": "MEDIUM",
"CSRFTokenForgeryCVE": "HIGH",
"CSRFTokenForgeryCVE": "CRITICAL",
"ContentTag": "MEDIUM",
"CookieSerialization": "LOW",
"CreateWith": "LOW",
"CrossSiteScripting": "HIGH",
"CrossSiteScripting": "CRITICAL",
"DefaultRoutes": "MEDIUM",
"Deserialize": "HIGH",
"DetailedExceptions": "MEDIUM",
"DigestDoS": "HIGH",
"DynamicFinders": "HIGH",
"DynamicFinders": "CRITICAL",
"EscapeFunction": "MEDIUM",
"Evaluation": "HIGH",
"Execute": "HIGH",
"Evaluation": "CRITICAL",
"Execute": "CRITICAL",
"FileAccess": "MEDIUM",
"FileDisclosure": "HIGH",
"FilterSkipping": "MEDIUM",
Expand All @@ -1208,7 +1208,7 @@ def set(configName, value):
"JRubyXML": "MEDIUM",
"JSONEncoding": "MEDIUM",
"JSONEntityEscape": "MEDIUM",
"JSONParsing": "HIGH",
"JSONParsing": "CRITICAL",
"LinkTo": "MEDIUM",
"LinkToHref": "MEDIUM",
"MailTo": "MEDIUM",
Expand All @@ -1230,8 +1230,8 @@ def set(configName, value):
"RenderInline": "LOW",
"ResponseSplitting": "MEDIUM",
"RouteDoS": "HIGH",
"SQL": "HIGH",
"SQLCVEs": "HIGH",
"SQL": "CRITICAL",
"SQLCVEs": "CRITICAL",
"SSLVerify": "MEDIUM",
"SafeBufferManipulation": "LOW",
"SanitizeMethods": "MEDIUM",
Expand Down

0 comments on commit 4bc3409

Please sign in to comment.