...
Tool | Version | Checker | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| BADFUNC.TEMP.* BADFUNC.TMPFILE_S BADFUNC.TMPNAM_S | A collection of checks that report uses of library functions associated with temporary file vulnerabilities Use of tmpfile_s Use of tmpnam_s | ||||||||||||
Compass/ROSE | Can detect violations of this recommendation. Specifically, Rose reports use of | ||||||||||||||
Coverity | 6.5 | SECURE_TEMP | Fully implemented | ||||||||||||
Helix QAC |
| C5016 | |||||||||||||
LDRA tool suite |
| 44 S | Enhanced enforcement | ||||||||||||
Parasoft C/C++test |
| CERT_C-FIO21-a | Usage of functions prone to race is not allowed | ||||||||||||
Polyspace Bug Finder |
| CERT C: Rec. FIO21-C | Checks for non-secure temporary file (rec. partially covered) | PRQA QA-C | |||||||||||
Include Page | PRQA QA-C_v | PRQA QA-C_v | 5016 | Partially implemented |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...