Cedric Veilleux

Results 8 issues of Cedric Veilleux

**What is the current behavior?** Exceptions thrown in a `graphene.Mutation` do not result in a transaction rollback, even though `ATOMIC_REQUESTS` is on and/or `ATOMIC_MUTATIONS` is on. The documentation states: >...

🐛bug

Fix for https://github.com/alessandromaggio/pythonping/issues/103

If an unhandled exception occurs while performing the network call, the random seed id is not cleaned up from the shared `SEED_IDs` list. Relevant code: ```python # Fix to allow...

The http-signature security audit recommends that server implementations validate the required Date header to be within a 5 minutes skew interval. https://web-payments.org/specs/source/http-signatures-audit/#replay-http Excerp: > As the default scheme is to...

``` "drf_httpsig/authentication.py", line 50, in authenticate_header h = " ".join(required_headers) NameError: name 'required_headers' is not defined ``` This happens only if drf-httpsig is the primary auth method for DRF. May...

If enabled, a standard django permission check is performed on the chained model in the API endpoint. This prevents information leaks to unauthorized users. The extra check is disabled by...

With bcachefs officially mainlined into linux 6.7, has anybody looked into this new filesystem? It is similar in features to BTRFS and ZFS, so potentially a libcontainers storage driver could...

Since the tests are in a top-level module, they end-up being installed in the global namespace.