...
CERT C Secure Coding Standard | FIO15-C. Ensure that file operations are performed in a secure directory |
SEI CERT C++ Coding Standard | FIO19-CPP. Do not create temporary files in shared directories |
CERT Oracle Secure Coding Standard for Java | FIO03-J. Remove temporary files before termination |
ISO/IEC TR 24772:2013 | Path Traversal [EWR] |
MITRE CWE | CWE-379, Creation of temporary file in directory with insecure permissions |
...