mfer/mfer
clawbot e16c943296 fix: IsHiddenPath returns false for "." and "/" (current dir/root are not hidden)
path.Clean(".") returns "." which starts with a dot, causing IsHiddenPath
to incorrectly treat the current directory as hidden. Add explicit checks
for "." and "/" before the dot-prefix check.

Fixed in both mfer/scanner.go and internal/scanner/scanner.go.
2026-02-08 12:03:54 -08:00
..
builder_test.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00
builder.go Add GPG signing support for manifest generation 2025-12-18 02:12:54 -08:00
checker_test.go Move checker package into mfer package 2025-12-18 01:28:35 -08:00
checker.go progress 2026-02-08 09:25:58 -08:00
constants.go Add version line after banner with release date 2025-12-17 15:23:55 -08:00
deserialize.go Add GPG signature verification on manifest load 2025-12-18 05:56:16 -08:00
gpg_test.go Add GPG signature verification on manifest load 2025-12-18 05:56:16 -08:00
gpg.go progress 2026-02-08 09:25:58 -08:00
manifest.go Add GPG signature verification on manifest load 2025-12-18 05:56:16 -08:00
mf.go latest 2024-05-22 14:25:35 -07:00
mf.pb.go Add UUID to manifest and verify integrity before decompression 2025-12-18 02:20:51 -08:00
mf.proto Add UUID to manifest and verify integrity before decompression 2025-12-18 02:20:51 -08:00
scanner_test.go fix: IsHiddenPath returns false for "." and "/" (current dir/root are not hidden) 2026-02-08 12:03:54 -08:00
scanner.go fix: IsHiddenPath returns false for "." and "/" (current dir/root are not hidden) 2026-02-08 12:03:54 -08:00
serialize.go Add GPG signature verification on manifest load 2025-12-18 05:56:16 -08:00
url.go Add custom types for type safety throughout codebase 2025-12-18 01:01:18 -08:00