core-agent-ide/codex-rs/windows-sandbox-rs
iceweasel-oai 2fde03b4a0
stop over-reporting world-writable directories (#6936)
Fix world-writable audit false positives by expanding generic
permissions with MapGenericMask and then checking only concrete write
bits. The earlier check looked for FILE_GENERIC_WRITE/generic masks
directly, which shares bits with read permissions and could flag an
Everyone read ACE as writable.
2025-11-19 13:59:17 -08:00
..
src stop over-reporting world-writable directories (#6936) 2025-11-19 13:59:17 -08:00
Cargo.lock Windows Sandbox - Alpha version (#4905) 2025-10-30 15:51:57 -07:00
Cargo.toml windows sandbox: support multiple workspace roots (#6854) 2025-11-18 16:35:00 -08:00
sandbox_smoketests.py smoketest for browser vuln, rough draft of Windows security doc (#6822) 2025-11-18 16:43:34 -08:00