You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prevent deletion from another program and the same vulnerability we prevented in #165, the temporary directory should be locked to prevent an attacker from replacing its path with a symlink
NTFS supports atomic mandatory locking when using CreateFile
Some Linux systems support mandatory locking for tmpfs
At the very least, advisory locking should be added to all systems, as discussed here
The text was updated successfully, but these errors were encountered:
To prevent deletion from another program and the same vulnerability we prevented in #165, the temporary directory should be locked to prevent an attacker from replacing its path with a symlink
CreateFile
The text was updated successfully, but these errors were encountered: