...
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-b | Use secure temporary file name functions | ||||||
| Polyspace Bug Finder |
| CERT C: Rec. FIO21-C | Checks for non-secure temporary file (rec. partially covered) | ||||||
| Security Reviewer - Static Reviewer |
| C76 | Fully implemented |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...