...
Tool | Version | Checker | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| Can detect violations of this recommendation. In particular, it flags any instance of a variable of type | |||||||||||
| CC2.INT07 | Fully implemented | |||||||||||
5.0 |
| Can detect violations of this recommendation with the CERT C Rule Pack | |||||||||||
| 93 S | Fully implemented | |||||||||||
|
|
| |||||||||||
PRQA QA-C |
| 3711 |
| 1292,1293,4401,4421, 4431,4441,4451 | Partially implemented |
Related Vulnerabilities
...
Related Guidelines
CERT C++ Secure Coding Standard | INT07-CPP. Use only explicitly signed or unsigned char type for numeric values |
ISO/IEC TR 24772:2013 | Bit Representations [STR] |
MISRA C:2012 | Rule 10.1 (required) Rule 10.3 (required) Rule 10.4 (required) |
MITRE CWE | CWE-682, Incorrect calculation |
...