OSV 1.4.0 · github-reviewed · 修改于 2026-07-21 05:30
发布时间
2026-06-18 22:30
GitHub 审查时间
2026-06-18 22:30
NVD 发布时间
—
源文件
advisories/github-reviewed/2026/06/GHSA-j99q-93c9-h869/GHSA-j99q-93c9-h869.json
On case-insensitive filesystems (macOS, Windows), PathFilter compiled its deny-list patterns case-sensitively and matched the path verbatim, so names like .Git/config, .GIT/config, or .oBsIdIaN/secrets.md slipped past the .git/.obsidian/node_modules restriction while the OS opened the real file. On Windows, trailing dots/spaces (.git./config, .git /config) bypassed it the same way. Affects both isAllowed (read/write/move/search) and isAllowedForListing. Vault-root .. containment is NOT affected. Fixed in 0.11.4 by case-insensitive matching plus per-segment canonicalization before the deny-list check. Reported privately by novice-22.