- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
Consolidate scanner/checker: delete internal/ duplicates, use mfer/ package
Consolidate scanner/checker — delete internal/scanner/ and internal/checker/ (closes #22)
Add decompression size limit in deserializeInner()
Add decompression size limit in deserializeInner() (closes #24)
Specify and enforce path invariants (closes #26)
Specify and enforce path invariants (UTF-8, forward-slash, relative, no traversal)
Fix AddFile to verify actual bytes read matches declared size
Fix AddFile to verify actual bytes read matches declared size (closes #25)
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.
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…
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…
feat: add RELP handler for reliable log delivery to rsyslog (closes #5)
isn't there a relp library we can use?
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…