...
Recommendation | Severity | Likelihood | Detectable | RepairableRemediation Cost | Priority | Level |
|---|---|---|---|---|---|---|
DCL02-C | Low | Unlikely | Yes | MediumYes | P2P3 | L3 |
Automated Detection
Tool | Version | Checker | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Axivion Bauhaus Suite |
| CertC-DCL02 | |||||||||||
| CodeSonar |
| LANG.ID.AMBIG | Typographically ambiguous identifiers | ||||||||||
| Compass/ROSE | |||||||||||||
| CC2.DCL02 | Fully implemented | |||||||||||
| LDRA tool suite |
| 67 X | Fully implemented | ||||||||||
| Parasoft C/C++test |
| NAMING-44 |
| CERT_C-DCL02-a | Use visually distinct identifiers | ||||||||
| PC-lint Plus |
| 9046 | Partially supported: does not report ‘Q’ or ‘D’ vs ‘0’ or ‘O’ | ||||||||||
| Polyspace Bug Finder |
| CERT C: Rec. DCL02-C | Checks for use of typographically ambiguous identifiers (rec. fully covered) Implemented |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
| SEI CERT C++ Coding Standard | VOID DCL02-CPP. Use visually distinct identifiers |
| ISO/IEC TR 24772:2013 | Choice of Clear Names [NAI] |
| MISRA C:2012 | Directive 4.5 (advisory) |
...