@@ -2,77 +2,77 @@ guideline: cwe-top-25-2024
2
2
guideline_title : CWE Top 25 Most Dangerous Software Weaknesses 2024
3
3
rules :
4
4
- rule_id : cwe-20
5
- rule_title : Improper Input Validation
5
+ title : Improper Input Validation
6
6
rule_url : https://cwe.mitre.org/data/definitions/20.html
7
7
- rule_id : cwe-22
8
- rule_title : Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
8
+ title : Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
9
9
rule_url : https://cwe.mitre.org/data/definitions/22.html
10
10
- rule_id : cwe-77
11
- rule_title : Improper Neutralization of Special Elements used in a Command ('Command Injection')
11
+ title : Improper Neutralization of Special Elements used in a Command ('Command Injection')
12
12
rule_url : https://cwe.mitre.org/data/definitions/77.html
13
13
- rule_id : cwe-78
14
- rule_title : Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
14
+ title : Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
15
15
rule_url : https://cwe.mitre.org/data/definitions/78.html
16
16
- rule_id : cwe-79
17
- rule_title : Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
17
+ title : Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
18
18
rule_url : https://cwe.mitre.org/data/definitions/79.html
19
19
- rule_id : cwe-89
20
- rule_title : Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
20
+ title : Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
21
21
rule_url : https://cwe.mitre.org/data/definitions/89.html
22
22
- rule_id : cwe-94
23
- rule_title : Improper Control of Generation of Code ('Code Injection')
23
+ title : Improper Control of Generation of Code ('Code Injection')
24
24
rule_url : https://cwe.mitre.org/data/definitions/94.html
25
25
- rule_id : cwe-119
26
- rule_title : Improper Restriction of Operations within the Bounds of a Memory Buffer
26
+ title : Improper Restriction of Operations within the Bounds of a Memory Buffer
27
27
rule_url : https://cwe.mitre.org/data/definitions/119.html
28
28
- rule_id : cwe-125
29
- rule_title : Out-of-bounds Read
29
+ title : Out-of-bounds Read
30
30
rule_url : https://cwe.mitre.org/data/definitions/125.html
31
31
- rule_id : cwe-190
32
- rule_title : Integer Overflow or Wraparound
32
+ title : Integer Overflow or Wraparound
33
33
rule_url : https://cwe.mitre.org/data/definitions/190.html
34
34
- rule_id : cwe-200
35
- rule_title : Exposure of Sensitive Information to an Unauthorized Actor
35
+ title : Exposure of Sensitive Information to an Unauthorized Actor
36
36
rule_url : https://cwe.mitre.org/data/definitions/200.html
37
37
- rule_id : cwe-269
38
- rule_title : Improper Privilege Management
38
+ title : Improper Privilege Management
39
39
rule_url : https://cwe.mitre.org/data/definitions/269.html
40
40
- rule_id : cwe-287
41
- rule_title : Improper Authentication
41
+ title : Improper Authentication
42
42
rule_url : https://cwe.mitre.org/data/definitions/287.html
43
43
- rule_id : cwe-306
44
- rule_title : Missing Authentication for Critical Function
44
+ title : Missing Authentication for Critical Function
45
45
rule_url : https://cwe.mitre.org/data/definitions/306.html
46
46
- rule_id : cwe-352
47
- rule_title : Cross-Site Request Forgery (CSRF)
47
+ title : Cross-Site Request Forgery (CSRF)
48
48
rule_url : https://cwe.mitre.org/data/definitions/352.html
49
49
- rule_id : cwe-400
50
- rule_title : Uncontrolled Resource Consumption
50
+ title : Uncontrolled Resource Consumption
51
51
rule_url : https://cwe.mitre.org/data/definitions/400.html
52
52
- rule_id : cwe-416
53
- rule_title : Use After Free
53
+ title : Use After Free
54
54
rule_url : https://cwe.mitre.org/data/definitions/416.html
55
55
- rule_id : cwe-434
56
- rule_title : Unrestricted Upload of File with Dangerous Type
56
+ title : Unrestricted Upload of File with Dangerous Type
57
57
rule_url : https://cwe.mitre.org/data/definitions/434.html
58
58
- rule_id : cwe-476
59
- rule_title : NULL Pointer Dereference
59
+ title : NULL Pointer Dereference
60
60
rule_url : https://cwe.mitre.org/data/definitions/476.html
61
61
- rule_id : cwe-502
62
- rule_title : Deserialization of Untrusted Data
62
+ title : Deserialization of Untrusted Data
63
63
rule_url : https://cwe.mitre.org/data/definitions/502.html
64
64
- rule_id : cwe-787
65
- rule_title : Out-of-bounds Write
65
+ title : Out-of-bounds Write
66
66
rule_url : https://cwe.mitre.org/data/definitions/787.html
67
67
- rule_id : cwe-798
68
- rule_title : Use of Hard-coded Credentials
68
+ title : Use of Hard-coded Credentials
69
69
rule_url : https://cwe.mitre.org/data/definitions/798.html
70
70
- rule_id : cwe-862
71
- rule_title : Missing Authorization
71
+ title : Missing Authorization
72
72
rule_url : https://cwe.mitre.org/data/definitions/862.html
73
73
- rule_id : cwe-863
74
- rule_title : Incorrect Authorization
74
+ title : Incorrect Authorization
75
75
rule_url : https://cwe.mitre.org/data/definitions/863.html
76
76
- rule_id : cwe-918
77
- rule_title : Server-Side Request Forgery (SSRF)
77
+ title : Server-Side Request Forgery (SSRF)
78
78
rule_url : https://cwe.mitre.org/data/definitions/918.html
0 commit comments