Matthieu Buffet
Matthieu Buffet
`BROTLI_OPERATION_FLUSH` must be re-tried until no more data is available as input and internal buffers are empty (this can take more than one call). Otherwise, the writer is left in...
Thanks for your work porting brotli to Rust :) I've had an issue when using your crate, specifically when flushing streams: after a flush, all write operations would fail. This...
When modifying ACLs using GUIs (e.g. PowerShell, COM objects), ACEs for the same trustee and with the same { flags, object type, inherited object type } are merged. The engine...
The current canonicality check could miss inherited ACEs in the wrong order. To check that the order indeed is: 1. Explicit Deny ACEs 2. Explicit Allow ACEs 3. Inherited Deny...
Objects created through a `CREATE_CHILD` delegation on a container come up as results in analysis, which causes a great lot of noise: - their owner is the principal who created...
The temporary fix in https://github.com/ANSSI-FR/MLA/pull/172 is not used when producing releases in the CI. Due to that fix missing, linking to release 1.4.0 in C on Windows produces the same...