Benjamin Bannier

Results 194 comments of Benjamin Bannier

This test appears very flaky and I see it fail multiple times a day. EDIT: Again.

> I've tried to reproduce locally, but no dice. I'd be okay just setting `BTEST_BG_RUN_SLEEP=1` for that specific test and move on? WDYT? I cannot tell whether this is a...

The tricky bit here is that we rely on version strings to somehow resemble semantic versioning (we don't do exactly semantic versioning though). By accepting _any version format_ we wouldn't...

@J-Gras @Mohan-Dhawan this came out of a discussion with your team where the claim was that regex matching during recovery was too slow for your needs and you wanted to...

Closing this as there seems to be no interest by the folks who originally requested the feature.

There seem to be two issues here: - `zkg install` does not respect the original file permissions in the package and they are always installed with the default umask -...

@dcleblanc, is this something you would be willing to merge?

FTR, there is [`unknown_protocols.log`](https://docs.zeek.org/en/master/scripts/policy/misc/unknown-protocols.zeek.html), but its entries are not tied to connections, and we do not report information like e.g., data volume.

This function and `zeek::reject_protocol` is part of the spicy-plugin functionality in Zeek, https://github.com/zeek/zeek/blob/7e11501d3cdee54482fcce9c9a640cabfe13d2c2/scripts/spicy/zeek.spicy#L9-L20. To trigger a deprecation warning for it we probably would need to add support for a `&deprecated`...