Skip to content

Commit

Permalink
Update cwe.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Feb 26, 2022
1 parent 5883cd4 commit 8fa8f65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libsast/standards/cwe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ cwe:
cwe-182: "CWE-182: Collapse of Data into Unsafe Value"
cwe-183: "CWE-183: Permissive List of Allowed Inputs"
cwe-184: "CWE-184: Incomplete List of Disallowed Inputs"
cwe-185: "CWE-185: Incorrect Regular Expression"
cwe-186: "CWE-186: Overly Restrictive Regular Expression"
cwe-188: "CWE-188: Reliance on Data/Memory Layout"
cwe-19: "CWE-19: Data Handling"
Expand Down Expand Up @@ -283,7 +284,7 @@ cwe:
cwe-408: "CWE-408: Incorrect Behavior Order: Early Amplification"
cwe-409: "CWE-409: Improper Handling of Highly Compressed Data (Data Amplification)"
cwe-41: "CWE-41: Improper Resolution of Path Equivalence"
cwe-400: "Uncontrolled Resource Consumption"
cwe-400: "CWE-400: Uncontrolled Resource Consumption"
cwe-410: "CWE-410: Insufficient Resource Pool"
cwe-412: "CWE-412: Unrestricted Externally Accessible Lock"
cwe-413: "CWE-413: Improper Resource Locking"
Expand Down Expand Up @@ -468,6 +469,7 @@ cwe:
cwe-795: "CWE-795: Only Filtering Special Elements at a Specified Location"
cwe-798: "CWE-798: Use of Hard-coded Credentials"
cwe-799: "CWE-799: Improper Control of Interaction Frequency"
cwe-80: "CWE-80: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)"
cwe-804: "CWE-804: Guessable CAPTCHA"
cwe-805: "CWE-805: Buffer Access with Incorrect Length Value"
cwe-807: "CWE-807: Reliance on Untrusted Inputs in a Security Decision"
Expand Down

0 comments on commit 8fa8f65

Please sign in to comment.