Skip to content

data/cwe-names.csv: sync with coverity-analytics #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions data/cwe-names.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"15","External Control of System or Configuration Setting"
"19","Data Processing Errors"
"20","Improper Input Validation"
"22","Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')"
"23","Relative Path Traversal"
Expand Down Expand Up @@ -26,13 +27,19 @@
"123","Write-what-where Condition"
"124","Buffer Underwrite ('Buffer Underflow')"
"125","Out-of-bounds Read"
"126","Buffer Over-read"
"128","Wrap-around Error"
"129","Improper Validation of Array Index"
"130","Improper Handling of Length Parameter Inconsistency"
"131","Incorrect Calculation of Buffer Size"
"134","Use of Externally-Controlled Format String"
"135","Incorrect Calculation of Multi-Byte String Length"
"138","Improper Neutralization of Special Elements"
"140","Improper Neutralization of Delimiters"
"153","Improper Neutralization of Substitution Characters"
"154","Improper Neutralization of Variable Name Delimiters"
"155","Improper Neutralization of Wildcards or Matching Symbols"
"156","Improper Neutralization of Whitespace"
"166","Improper Handling of Missing Special Element"
"167","Improper Handling of Additional Special Element"
"168","Improper Handling of Inconsistent Special Elements"
Expand All @@ -50,6 +57,8 @@
"192","Integer Coercion Error"
"193","Off-by-one Error"
"194","Unexpected Sign Extension"
"195","Signed to Unsigned Conversion Error"
"196","Unsigned to Signed Conversion Error"
"197","Numeric Truncation Error"
"198","Use of Incorrect Byte Ordering"
"201","Insertion of Sensitive Information Into Sent Data"
Expand All @@ -65,6 +74,7 @@
"223","Omission of Security-relevant Information"
"224","Obscured Security-relevant Information by Alternate Name"
"226","Sensitive Information in Resource Not Removed Before Reuse"
"227", "API Abuse"
"229","Improper Handling of Values"
"233","Improper Handling of Parameters"
"237","Improper Handling of Structural Elements"
Expand All @@ -77,6 +87,7 @@
"253","Incorrect Check of Function Return Value"
"256","Unprotected Storage of Credentials"
"257","Storing Passwords in a Recoverable Format"
"259","Use of Hard-coded Password"
"260","Password in Configuration File"
"261","Weak Encoding for Password"
"262","Not Using Password Aging"
Expand Down Expand Up @@ -185,6 +196,7 @@
"433","Unparsed Raw Web Content Delivery"
"434","Unrestricted Upload of File with Dangerous Type"
"437","Incomplete Model of Endpoint Features"
"438","Behavioral Problems"
"439","Behavioral Change in New Version or Environment"
"440","Expected Behavior Violation"
"444","Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling')"
Expand Down Expand Up @@ -245,6 +257,7 @@
"569","Expression Issues"
"570","Expression is Always False"
"571","Expression is Always True"
"572","Call to Thread run() instead of start()"
"573","Improper Following of Specification by Caller"
"580","clone() Method Without super.clone()"
"581","Object Model Violation: Just One of Equals and Hashcode Defined"
Expand Down Expand Up @@ -287,14 +300,17 @@
"664","Improper Control of a Resource Through its Lifetime"
"665","Improper Initialization"
"667", "Improper Locking"
"670","Always-Incorrect Control Flow Implementation"
"672","Operation on a Resource after Expiration or Release"
"674","Uncontrolled Recursion"
"676","Use of Potentially Dangerous Function"
"681","Incorrect Conversion between Numeric Types"
"682","Incorrect Calculation"
"683","Function Call With Incorrect Order of Arguments"
"685","Function Call With Incorrect Number of Arguments"
"686","Function Call With Incorrect Argument Type"
"688","Function Call With Incorrect Variable or Reference as Argument"
"691","Insufficient Control Flow Management"
"694","Use of Multiple Resources with Duplicate Identifier"
"695","Use of Low-Level Functionality"
"697","Incorrect Comparison"
Expand Down Expand Up @@ -366,6 +382,7 @@
"1006","Bad Coding Practices"
"1007","Insufficient Visual Distinction of Homoglyphs Presented to User"
"1021","Improper Restriction of Rendered UI Layers or Frames"
"1023","Incomplete Comparison with Missing Factors"
"1024","Comparison of Incompatible Types"
"1025","Comparison Using Wrong Factors"
"1037","Processor Optimization Removal or Modification of Security-critical Code"
Expand Down Expand Up @@ -457,3 +474,4 @@
"1240","Use of a Risky Cryptographic Primitive"
"1241","Use of Predictable Algorithm in Random Number Generator"
"1265","Unintended Reentrant Invocation of Non-reentrant Code Via Nested Calls"
"9001","Low Level Non-security Compiler Warning"