File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ namespace {
3535 CheckExceptionSafety instance;
3636}
3737
38+ static const struct CWE CWE398 (398U ); // Indicator of Poor Code Quality
39+ static const struct CWE CWE703 (703U ); // Improper Check or Handling of Exceptional Conditions
40+ static const struct CWE CWE480 (480U ); // Use of Incorrect Operator
3841
3942// ---------------------------------------------------------------------------
4043
Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ class Settings;
3232class ErrorLogger ;
3333class Token ;
3434
35- // CWE ID used:
36- static const struct CWE CWE398 (398U ); // Indicator of Poor Code Quality
37- static const struct CWE CWE703 (703U ); // Improper Check or Handling of Exceptional Conditions
38- static const struct CWE CWE480 (480U ); // Use of Incorrect Operator
39-
4035
4136// / @addtogroup Checks
4237// / @{
You can’t perform that action at this time.
0 commit comments