Dominic Evans
Dominic Evans
Thinking about it, in this particular case (for the CVE mentioned) it is technically a fix on golang.org/x/net/http2 so should be detectable as a module issue, although I notice it's...
@puellanivis I'm not sure if its the same for you, but in @logic-building 's case I think this is just a scenario of not pinning an explicit KafkaVersion in the...
Is it worth documenting that you can use `file:///` to point at local mirrors or extracted .zip updatesites?
Hmm googling around the issue it does seem to be that BARE_METAL_SERVER (package 200) is the only one that has presets, whereas BARE_METAL_INSTANCE (package 50) doesn't. If the fixedConfigPresets do...
I _think_ this bug is fixed by https://github.com/ericpromislow/tabhunter/pull/131
@charliermarsh similarly I'd love a `uv edit script.py` that creates/returns the same cached/temporary venv as `uv run` and calls (for example) `source $HOME/.cache/uv/archive-v0/BGtlGcLdG53DhWjMv43cv/bin/activate && $EDITOR script.py` in a subshell so...
Hmm looking into the modern_bpf code, it seems like it purposefully does this flipped ordering of the tuple when packing? [driver/modern_bpf/helpers/store/auxmap_store_params.h#L710-L720](https://github.com/falcosecurity/libs/blob/5f249d1bf8ad4cdf585921c7b6091013d6214284/driver/modern_bpf/helpers/store/auxmap_store_params.h#L710-L720) Although actually now I've re-read that code it actually...
I did also test with the pre-compiled release of [0.41.2](https://github.com/falcosecurity/falco/releases/tag/0.41.2) (just to rule out any compiler optimization causing the issue), but still see the problem Another example would be this...
Originally I'd been reporting the issue as "accept event has the IP and port numbers around the wrong way", but now I actually wonder if it's instead a problem with...
@leogr any thoughts on this one? Happy to collect more info, but still a little mystified by the underlying cause at the moment