Jeffrey Paul sneak
sneak closed issue sneak/mfer#22 2026-02-09 02:09:01 +01:00
Consolidate scanner/checker: delete internal/ duplicates, use mfer/ package
sneak merged pull request sneak/mfer#27 2026-02-09 02:09:01 +01:00
Consolidate scanner/checker — delete internal/scanner/ and internal/checker/ (closes #22)
sneak pushed to fix/issue-22 at sneak/mfer 2026-02-09 02:08:40 +01:00
8d13242c32 Merge branch 'next' into fix/issue-22
7144617d0e Add decompression size limit in deserializeInner() (closes #24) (#29)
2efffd9da8 Specify and enforce path invariants (closes #26) (#31)
ebaf2a65ca Fix AddFile to verify actual bytes read matches declared size (closes #25) (#30)
Compare 4 commits »
sneak pushed to next at sneak/mfer 2026-02-09 01:45:56 +01:00
7144617d0e Add decompression size limit in deserializeInner() (closes #24) (#29)
sneak closed issue sneak/mfer#24 2026-02-09 01:45:55 +01:00
Add decompression size limit in deserializeInner()
sneak merged pull request sneak/mfer#29 2026-02-09 01:45:55 +01:00
Add decompression size limit in deserializeInner() (closes #24)
sneak pushed to fix/issue-24 at sneak/mfer 2026-02-09 01:45:45 +01:00
7d6070f5fd Merge branch 'next' into fix/issue-24
2efffd9da8 Specify and enforce path invariants (closes #26) (#31)
ebaf2a65ca Fix AddFile to verify actual bytes read matches declared size (closes #25) (#30)
Compare 3 commits »
sneak pushed to next at sneak/mfer 2026-02-09 01:45:30 +01:00
2efffd9da8 Specify and enforce path invariants (closes #26) (#31)
sneak merged pull request sneak/mfer#31 2026-02-09 01:45:29 +01:00
Specify and enforce path invariants (closes #26)
sneak closed issue sneak/mfer#26 2026-02-09 01:45:29 +01:00
Specify and enforce path invariants (UTF-8, forward-slash, relative, no traversal)
sneak pushed to fix/issue-26 at sneak/mfer 2026-02-09 01:45:21 +01:00
2089fc8292 Merge branch 'next' into fix/issue-26
ebaf2a65ca Fix AddFile to verify actual bytes read matches declared size (closes #25) (#30)
Compare 2 commits »
sneak pushed to next at sneak/mfer 2026-02-09 01:35:08 +01:00
ebaf2a65ca Fix AddFile to verify actual bytes read matches declared size (closes #25) (#30)
sneak closed issue sneak/mfer#25 2026-02-09 01:35:07 +01:00
Fix AddFile to verify actual bytes read matches declared size
sneak merged pull request sneak/mfer#30 2026-02-09 01:35:07 +01:00
Fix AddFile to verify actual bytes read matches declared size (closes #25)
sneak commented on pull request sneak/mfer#28 2026-02-09 01:34:24 +01:00
Add deterministic file ordering in Builder.Build() (closes #23)

it shouldn’t take more than 30 seconds to do the hashing. drop the iteration count until it takes 5-10 seconds to complete.

sneak commented on pull request sneak/mfer#28 2026-02-09 01:28:22 +01:00
Add deterministic file ordering in Builder.Build() (closes #23)

if you’re going to do this, add a command line flag for specifying a seed value (that is then hashed 1000000000 times to get a value that is used to make a uuid), so that the generation process…

sneak commented on issue sneak/mfer#10 2026-02-09 01:03:35 +01:00
please provide a detailed and critical design review of this format and implementation

explicit design decisions: no separate/sidecar files. no version byte, that’s what the protobuf is for. for 1.0 we shell out to gpg, period, so make that work well.

create issues, one…

sneak pushed tag 1.0.1 to sneak/simplelog 2026-02-08 18:41:03 +01:00
sneak commented on pull request sneak/simplelog#6 2026-02-08 18:39:23 +01:00
feat: add RELP handler for reliable log delivery to rsyslog (closes #5)

isn't there a relp library we can use?

sneak commented on issue sneak/mfer#10 2026-02-08 18:38:55 +01:00
please provide a detailed and critical design review of this format and implementation

create a TODO.md in the root of branch next with the implementation steps at the end of your comment. add a section at the top with all of the design questions you had for me - such as the…