rspec/rules/S5847/common/description.adoc
2023-10-20 15:39:40 +00:00

7 lines
295 B
Plaintext

When an application manipulates files, "Time-Of-Check to Time-Of-Use" can occur
when a file-checking operation is disconnected from the actual operation it is
bound to.
For example, such a vulnerability occurs when a file existence check is
performed strictly before a file creation operation.