This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate podfetch

Dependencies

(2 total, 1 possibly insecure)

CrateRequiredLatestStatus
 rustls ⚠️^0.230.23.40maybe insecure
 url^2.5.82.5.8up to date

Crate common-infrastructure

No external dependencies! 🙌

Crate podfetch-agent-protocol

No external dependencies! 🙌

Crate podfetch-cast

No external dependencies! 🙌

Crate podfetch-domain

No external dependencies! 🙌

Crate podfetch-web

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 ctor^1.0.41.0.5up to date

Crate podfetch-persistence

No external dependencies! 🙌

Crate podfetch-storage

No external dependencies! 🙌

Security Vulnerabilities

rustls: rustls network-reachable panic in `Acceptor::accept`

RUSTSEC-2024-0399

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.