Skip to content

fix: pyo3 errors

fix: pyo3 errors #695

GitHub Actions / Security audit failed Nov 28, 2024 in 0s

Security advisories found

1 advisories, 1 unmaintained

Details

Vulnerabilities

RUSTSEC-2024-0399

rustls network-reachable panic in Acceptor::accept

Details
Package rustls
Version 0.23.14
URL rustls/rustls#2227
Date 2024-11-22
Patched versions >=0.23.18
Unaffected versions >=0.23, <0.23.13,<0.23

A bug introduced in rustls 0.23.13 leads to a panic if the received
TLS ClientHello is fragmented. Only servers that use
rustls::server::Acceptor::accept() are affected.

Servers that use tokio-rustls's LazyConfigAcceptor API are affected.

Servers that use tokio-rustls's TlsAcceptor API are not affected.

Servers that use rustls-ffi's rustls_acceptor_accept API are affected.

Warnings

RUSTSEC-2024-0384

instant is unmaintained

Details
Status unmaintained
Package instant
Version 0.1.13
Date 2024-09-01

This crate is no longer maintained, and the author recommends using the maintained web-time crate instead.