Alex Richman
Alex Richman
* Passbolt Version: Pro 2.14.0-0 * Platform and Target: -- Operating system: Debian 10 -- Web server: nginx -- Database server: mysql - Installing Passbolt Pro using the Debian 10...
Hi, If I call fstat() on a file within a fuse file system I only see an fgetattr() when the file is first created by the open call. If I...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### SUMMARY ecs_taskdefinition idempotency checks fail if `secrets` are supplied in a containerDefinition. This appears to be because boto3 doesn't actually return the secrets in `describe_task_definition`, so the `_right_has_values_of_left` fails....
I'm having some trouble processing big 3d volumes using the library. The cause seems to be a lack of bounds checking on `buf` access in `fill()` and `trace()`, `buf` being...
- Add bounds checking to buf access in trace and fill - Allow caller specification of buf size - Closes #1
We've been seeing an issue with host network interruptions when starting/stopping our development environment, which uses Docker heavily. This manifests as `ERR_NETWORK_CHANGED` in Chrome and WiFi connections flapping down/back up....
Hi, It seems like AFPD is calling open() with invalid flags when flushing a file before deletion (and possibly other cases where flush() is called). I noticed this while developing...