Skip to content

Commit 5ed488a

Browse files
committed
data/cwe-names.csv: sync with coverity-analytics
Contributed-by: Steve Grubb Closes: #53
1 parent b6db666 commit 5ed488a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

data/cwe-names.csv

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"15","External Control of System or Configuration Setting"
2+
"19","Data Processing Errors"
23
"20","Improper Input Validation"
34
"22","Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')"
45
"23","Relative Path Traversal"
@@ -26,13 +27,19 @@
2627
"123","Write-what-where Condition"
2728
"124","Buffer Underwrite ('Buffer Underflow')"
2829
"125","Out-of-bounds Read"
30+
"126","Buffer Over-read"
2931
"128","Wrap-around Error"
3032
"129","Improper Validation of Array Index"
3133
"130","Improper Handling of Length Parameter Inconsistency"
3234
"131","Incorrect Calculation of Buffer Size"
3335
"134","Use of Externally-Controlled Format String"
3436
"135","Incorrect Calculation of Multi-Byte String Length"
37+
"138","Improper Neutralization of Special Elements"
3538
"140","Improper Neutralization of Delimiters"
39+
"153","Improper Neutralization of Substitution Characters"
40+
"154","Improper Neutralization of Variable Name Delimiters"
41+
"155","Improper Neutralization of Wildcards or Matching Symbols"
42+
"156","Improper Neutralization of Whitespace"
3643
"166","Improper Handling of Missing Special Element"
3744
"167","Improper Handling of Additional Special Element"
3845
"168","Improper Handling of Inconsistent Special Elements"
@@ -50,6 +57,8 @@
5057
"192","Integer Coercion Error"
5158
"193","Off-by-one Error"
5259
"194","Unexpected Sign Extension"
60+
"195","Signed to Unsigned Conversion Error"
61+
"196","Unsigned to Signed Conversion Error"
5362
"197","Numeric Truncation Error"
5463
"198","Use of Incorrect Byte Ordering"
5564
"201","Insertion of Sensitive Information Into Sent Data"
@@ -65,6 +74,7 @@
6574
"223","Omission of Security-relevant Information"
6675
"224","Obscured Security-relevant Information by Alternate Name"
6776
"226","Sensitive Information in Resource Not Removed Before Reuse"
77+
"227", "API Abuse"
6878
"229","Improper Handling of Values"
6979
"233","Improper Handling of Parameters"
7080
"237","Improper Handling of Structural Elements"
@@ -77,6 +87,7 @@
7787
"253","Incorrect Check of Function Return Value"
7888
"256","Unprotected Storage of Credentials"
7989
"257","Storing Passwords in a Recoverable Format"
90+
"259","Use of Hard-coded Password"
8091
"260","Password in Configuration File"
8192
"261","Weak Encoding for Password"
8293
"262","Not Using Password Aging"
@@ -185,6 +196,7 @@
185196
"433","Unparsed Raw Web Content Delivery"
186197
"434","Unrestricted Upload of File with Dangerous Type"
187198
"437","Incomplete Model of Endpoint Features"
199+
"438","Behavioral Problems"
188200
"439","Behavioral Change in New Version or Environment"
189201
"440","Expected Behavior Violation"
190202
"444","Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling')"
@@ -245,6 +257,7 @@
245257
"569","Expression Issues"
246258
"570","Expression is Always False"
247259
"571","Expression is Always True"
260+
"572","Call to Thread run() instead of start()"
248261
"573","Improper Following of Specification by Caller"
249262
"580","clone() Method Without super.clone()"
250263
"581","Object Model Violation: Just One of Equals and Hashcode Defined"
@@ -287,14 +300,17 @@
287300
"664","Improper Control of a Resource Through its Lifetime"
288301
"665","Improper Initialization"
289302
"667", "Improper Locking"
303+
"670","Always-Incorrect Control Flow Implementation"
290304
"672","Operation on a Resource after Expiration or Release"
305+
"674","Uncontrolled Recursion"
291306
"676","Use of Potentially Dangerous Function"
292307
"681","Incorrect Conversion between Numeric Types"
293308
"682","Incorrect Calculation"
294309
"683","Function Call With Incorrect Order of Arguments"
295310
"685","Function Call With Incorrect Number of Arguments"
296311
"686","Function Call With Incorrect Argument Type"
297312
"688","Function Call With Incorrect Variable or Reference as Argument"
313+
"691","Insufficient Control Flow Management"
298314
"694","Use of Multiple Resources with Duplicate Identifier"
299315
"695","Use of Low-Level Functionality"
300316
"697","Incorrect Comparison"
@@ -366,6 +382,7 @@
366382
"1006","Bad Coding Practices"
367383
"1007","Insufficient Visual Distinction of Homoglyphs Presented to User"
368384
"1021","Improper Restriction of Rendered UI Layers or Frames"
385+
"1023","Incomplete Comparison with Missing Factors"
369386
"1024","Comparison of Incompatible Types"
370387
"1025","Comparison Using Wrong Factors"
371388
"1037","Processor Optimization Removal or Modification of Security-critical Code"
@@ -457,3 +474,4 @@
457474
"1240","Use of a Risky Cryptographic Primitive"
458475
"1241","Use of Predictable Algorithm in Random Number Generator"
459476
"1265","Unintended Reentrant Invocation of Non-reentrant Code Via Nested Calls"
477+
"9001","Low Level Non-security Compiler Warning"

0 commit comments

Comments
 (0)