Commit f497201
fix: mkdir backups/ with mode=0o700 to close TOCTOU window
Passes mode directly to mkdir() so the directory is created with
restricted permissions atomically, rather than relying solely on the
subsequent os.chmod() call.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b8eadab commit f497201
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments