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 libp2p-websocket

Dependencies

(10 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 either^1.5.31.11.0up to date
 futures^0.3.10.3.30up to date
 futures-rustls^0.220.26.0out of date
 libp2p-core ⚠️^0.30.00.41.2out of date
 log^0.4.80.4.21up to date
 quicksink^0.10.1.2up to date
 rw-stream-sink^0.2.00.4.0out of date
 soketto^0.7.00.8.0out of date
 url^2.12.5.0up to date
 webpki-roots^0.220.26.1out of date

Security Vulnerabilities

libp2p-core: Failure to verify the public key of a `SignedEnvelope` against the `PeerId` in a `PeerRecord`

RUSTSEC-2022-0009

Affected versions of this crate did not check that the public key the signature was created with matches the peer ID of the peer record. Any combination was considered valid.

This allows an attacker to republish an existing PeerRecord with a different PeerId.