Emmanuel Leblond

Results 153 issues of Emmanuel Leblond

**Godot version:** 3.2 stable **OS/device including version:** ```shell $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Pop!_OS 19.10 Release: 19.10 Codename: eoan ``` **Issue description:** The...

bug
topic:editor
confirmed
topic:network
performance

The Windows version of `rsa_pss_verify` always set the salt length to the size of the hash algorithm: https://github.com/wbond/oscrypto/blob/e90100ecf0cb83fddd9c2461915a8c6fae63c901/oscrypto/_win/asymmetric.py#L2617 The issue is also present in the legacy backend for Windows: https://github.com/wbond/oscrypto/blob/e90100ecf0cb83fddd9c2461915a8c6fae63c901/oscrypto/_win/asymmetric.py#L2494...

# Pull Request Check List Resolves: #6182

I've tracked down a nasty deadlock in my code base involving a client and a hypercorn server: 1. server listen on port X 2. client connect to port X 3....

https://github.com/pallets/quart/blob/77077bdf6ff63c7c4230241a9328cd1c89a94357/src/quart/helpers.py#L392 Passing a `Response` object to `abort` is valid, the typing should be corrected here Environment: - Python version: N/A - Quart version: 0.18.3

`BootstrapToken` and `InvitationToken` are implemented on top of UUIDv4: https://github.com/Scille/parsec-cloud/blob/efc9505e10e8ff882d365d97cb255060cf9132db/libparsec/crates/types/src/id.rs#L213-L214 However according to [UUID's RFC](https://www.rfc-editor.org/rfc/rfc4122) > [6](https://www.rfc-editor.org/rfc/rfc4122#section-6). Security Considerations > > Do not assume that UUIDs are hard to guess;...

I-Enhancement
I-Rust

Tests to implement: certificate already in database, new certificate is inserted which has same signature (e.g. same user_id for a UserCertificate), this should be checked: - with and without the...

I-Rust
test

see https://github.com/Scille/winfspy/tree/master/src/winfspy/tests/winfstest/cases - Do we need similar tests ? - Can we directly use winfspy for those tests ? (or maybe tweak a bit winfspy so that `https://github.com/Scille/winfspy/blob/master/src/winfspy/tests/winfstest/test_winfs.py` is exposed...

A-Windows
I-Mountpoint
I-Rust
test

Github action only supports docker container on Linux, hence `libparsec_platform_mountpoint` crate shouldn't use the testbed server. The good news is it's basically already the case, except for the `no_realm_access` tests...

A-Windows
mountpoint
I-Rust
testing