Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added risk assessment

...

Code Block
bgColor#ccccff
langc
if (a == b) {
  /* ... */
}

Risk Assessment

Errors of omission can result in unintended program flow.

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

EXP15-C

High

Likely

Low

P27

L1


Automated Detection

Tool

Version

Checker

Description

CodeSonar
Include Page
CodeSonar_V
CodeSonar_V
LANG.STRUCT.EBSEmpty branch statement
Klocwork
Include Page
Klocwork_V
Klocwork_V

SEMICOL


LDRA tool suite
Include Page
LDRA_V
LDRA_V
11 S, 12 S, 428 SFully Implemented
Parasoft C/C++test
Include Page
Parasoft_V
Parasoft_V
CERT-EXP-19Fully implemented
PRQA QA-C
Include Page
PRQA QA-C_v
PRQA QA-C_v
3109
PVS-Studio

Include Page
PVS-Studio_V
PVS-Studio_V

V529, V715
SonarQube C/C++ Plugin
Include Page
SonarQube C/C++ Plugin_V
SonarQube C/C++ Plugin_V
S1116

...