Files
hugo/.gitignore
Bjørn Erik Pedersen f228c87d41 Drop symlinks in parent directories
Lstat only refrains from following the last element of a path, so a symlink
in an intermediate directory was still resolved, and reads could escape the
mount via e.g. resources.Get "symlinkdir/secret.txt".

Walk the directories up to the mount root and reject any that is a symlink.

Follow-up to cf9c8f93c and f8b5fa09a.
2026-07-25 18:17:06 +02:00

9 lines
82 B
Plaintext

*.test
imports.*
dist/
public/
.DS_Store
cache/filecache/_gen/
.claude/
dump.txt