...
Tool | Version | Checker | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Astrée |
| pointer-qualifier-cast-const pointer-qualifier-cast-volatile | Partially checked | ||||||||||
Axivion Bauhaus Suite |
| CertC++-EXP55 | |||||||||||
Helix QAC |
| ||||||||||||
Klocwork |
| MISRA.CAST.CONST | |||||||||||
LDRA tool suite |
| 203 S, 242 S, 344 S | Fully implemented | ||||||||||
Parasoft C/C++test |
| CERT_CPP-EXP55-a | A cast shall not remove any 'const' or 'volatile' qualification from the type of a pointer or reference | ||||||||||
Polyspace Bug Finder |
| CERT C++: EXP55-CPP | Checks for casts that remove cv-qualification of pointer (rule partially covered) | ||||||||||
PRQA QA-C++ |
| 3066, 4671 | |||||||||||
RuleChecker |
| pointer-qualifier-cast-const pointer-qualifier-cast-volatile | Partially checked | ||||||||||
SonarQube C/C++ Plugin |
| S859 | Helix QAC | Include Page | | Helix QAC_V | Helix QAC_V
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...