forked from sergiuzaharia/CWE_Scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdir_list_1.txt
More file actions
37 lines (37 loc) · 1.28 KB
/
dir_list_1.txt
File metadata and controls
37 lines (37 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
CWE114_Process_Control
CWE121_Stack_Based_Buffer_Overflow
CWE122_Heap_Based_Buffer_Overflow
CWE123_Write_What_Where_Condition
CWE124_Buffer_Underwrite
CWE126_Buffer_Overread
CWE127_Buffer_Underread
CWE134_Uncontrolled_Format_String
CWE15_External_Control_of_System_or_Configuration_Setting
CWE176_Improper_Handling_of_Unicode_Encoding
CWE188_Reliance_on_Data_Memory_Layout
CWE190_Integer_Overflow
CWE191_Integer_Underflow
CWE194_Unexpected_Sign_Extension
CWE195_Signed_to_Unsigned_Conversion_Error
CWE196_Unsigned_to_Signed_Conversion_Error
CWE197_Numeric_Truncation_Error
CWE222_Truncation_of_Security_Relevant_Information
CWE223_Omission_of_Security_Relevant_Information
CWE226_Sensitive_Information_Uncleared_Before_Release
CWE23_Relative_Path_Traversal
CWE242_Use_of_Inherently_Dangerous_Function
CWE244_Heap_Inspection
CWE247_Reliance_on_DNS_Lookups_in_Security_Decision
CWE252_Unchecked_Return_Value
CWE253_Incorrect_Check_of_Function_Return_Value
CWE256_Plaintext_Storage_of_Password
CWE259_Hard_Coded_Password
CWE272_Least_Privilege_Violation
CWE273_Improper_Check_for_Dropped_Privileges
CWE284_Improper_Access_Control
CWE319_Cleartext_Tx_Sensitive_Info
CWE321_Hard_Coded_Cryptographic_Key
CWE325_Missing_Required_Cryptographic_Step
CWE327_Use_Broken_Crypto
CWE328_Reversible_One_Way_Hash
CWE338_Weak_PRNG