File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ namespace {
3232static const CWE CWE398 (398U ); // Indicator of Poor Code Quality
3333static const CWE CWE571 (571U ); // Expression is Always True
3434static const CWE CWE587 (587U ); // Assignment of a Fixed Address to a Pointer
35- static const CWE CWE704 (704U ); // Incorrect Type Conversion or Cast
35+ static const CWE CWE704 (704U ); // Incorrect Type Conversion or Cast
3636
3737// ---------------------------------------------------------------------------
3838// ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ namespace {
4444// ---------------------------------------------------------------------------
4545
4646// CWE ids used:
47- static const CWE CWE131 (131U ); // Incorrect Calculation of Buffer Size
48- static const CWE CWE170 (170U ); // Improper Null Termination
49- static const CWE CWE398 (398U ); // Indicator of Poor Code Quality
50- static const CWE CWE682 (682U ); // Incorrect Calculation
51- static const CWE CWE758 (758U ); // Reliance on Undefined, Unspecified, or Implementation-Defined Behavior
52- static const CWE CWE786 (786U ); // Access of Memory Location Before Start of Buffer
53- static const CWE CWE788 (788U ); // Access of Memory Location After End of Buffer
47+ static const CWE CWE131 (131U ); // Incorrect Calculation of Buffer Size
48+ static const CWE CWE170 (170U ); // Improper Null Termination
49+ static const CWE CWE398 (398U ); // Indicator of Poor Code Quality
50+ static const CWE CWE682 (682U ); // Incorrect Calculation
51+ static const CWE CWE758 (758U ); // Reliance on Undefined, Unspecified, or Implementation-Defined Behavior
52+ static const CWE CWE786 (786U ); // Access of Memory Location Before Start of Buffer
53+ static const CWE CWE788 (788U ); // Access of Memory Location After End of Buffer
5454
5555// ---------------------------------------------------------------------------
5656
You can’t perform that action at this time.
0 commit comments