Skip to content

refactor!: use TestContainers - #458

Open
m4tx wants to merge 9 commits into
masterfrom
test-containers
Open

refactor!: use TestContainers#458
m4tx wants to merge 9 commits into
masterfrom
test-containers

Merge branch 'master' into test-containers

586cf04
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Security audit failed Jun 24, 2026 in 0s

Security advisories found

1 advisories, 1 unmaintained

Details

Vulnerabilities

RUSTSEC-2023-0071

Marvin Attack: potential key recovery through timing sidechannels

Details
Package rsa
Version 0.10.0-rc.16
URL RustCrypto/RSA#626
Date 2023-11-22

Impact

Due to a non-constant-time implementation, information about the private key is leaked through timing information which is observable over the network. An attacker may be able to use that information to recover the key.

Patches

No patch is yet available, however work is underway to migrate to a fully constant-time implementation.

Workarounds

The only currently available workaround is to avoid using the rsa crate in settings where attackers are able to observe timing information, e.g. local use on a non-compromised computer is fine.

References

This vulnerability was discovered as part of the "Marvin Attack", which revealed several implementations of RSA including OpenSSL had not properly mitigated timing sidechannel attacks.

Warnings

RUSTSEC-2025-0052

async-std has been discontinued

Details
Status unmaintained
Package async-std
Version 1.13.2
URL https://github.com/async-rs/async-std
Date 2025-08-24

The async-std has been discontinued.

Alternatives: