rspec/rules/S5445/common/rationale.adoc

4 lines
307 B
Plaintext
Raw Normal View History

Temporary files are considered insecurely created when the file existence check
is performed separately from the actual file creation. Such a situation can
occur when creating temporary files using normal file handling functions or when
using dedicated temporary file handling functions that are not atomic.