1 | {
|
2 | "75": "Failure to Sanitize Special Elements into a Different Plane (Special Element Injection)",
|
3 | "79": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
|
4 | "85": "Doubled Character XSS Manipulations",
|
5 | "95": "Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')",
|
6 | "116": "Improper Encoding or Escaping of Output",
|
7 | "157": "Failure to Sanitize Paired Delimiters",
|
8 | "159": "Failure to Sanitize Special Element",
|
9 | "242": "Use of Inherently Dangerous Function",
|
10 | "315": "Cleartext Storage of Sensitive Information in a Cookie",
|
11 | "319": "Cleartext Transmission of Sensitive Information",
|
12 | "330": "Use of Insufficiently Random Values",
|
13 | "351": "Insufficient Type Distinction",
|
14 | "398": "Indicator of Poor Code Quality",
|
15 | "453": "Insecure Default Variable Initialization",
|
16 | "454": "External Initialization of Trusted Variables or Data Stores",
|
17 | "456": "Missing Initialization of a Variable",
|
18 | "462": "Duplicate Key in Associative List (Alist)",
|
19 | "474": "Use of Function with Inconsistent Implementations",
|
20 | "478": "Missing Default Case in Switch Statement",
|
21 | "480": "Use of Incorrect Operator",
|
22 | "481": "Assigning instead of Comparing",
|
23 | "483": "Incorrect Block Delimitation",
|
24 | "484": "Omitted Break Statement in Switch",
|
25 | "539": "Information Exposure Through Persistent Cookies",
|
26 | "546": "Suspicious Comment",
|
27 | "563": "Assignment to Variable without Use ('Unused Variable')",
|
28 | "565": "Reliance on Cookies without Validation and Integrity Checking",
|
29 | "570": "Expression is Always False",
|
30 | "571": "Expression is Always True",
|
31 | "584": "Return Inside Finally Block",
|
32 | "597": "Use of Wrong Operator in String Comparison",
|
33 | "614": "Sensitive Cookie in HTTPS Session Without 'Secure' Attribute",
|
34 | "670": "Always-Incorrect Control Flow Implementation",
|
35 | "676": "Use of Potentially Dangerous Function",
|
36 | "694": "Use of Multiple Resources with Duplicate Identifier",
|
37 | "704": "Incorrect Type Conversion or Cast",
|
38 | "705": "Incorrect Control Flow Scoping",
|
39 | "710": "Coding Standards Violation",
|
40 | "749": "Exposed Dangerous Method or Function",
|
41 | "915": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
|
42 | } |
\ | No newline at end of file |