We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo audit
Repository: https://github.com/rustsec/rustsec
rustls
crates-index
We need to get rid of memory-unsafe code that interfaces with the network, chiefly OpenSSL.
It's ironic to have a tool for discovering CVEs in your code use OpenSSL itself, especially when rustls exists.
git2
gix
openssl
The text was updated successfully, but these errors were encountered:
Is this completed? I think it might, but thought I ask before closing. Thank you.
Sorry, something went wrong.
Yes!
No branches or pull requests
Summary 💡
Repository: https://github.com/rustsec/rustsec
rustls
as the TLS implementation Provide a pure-Rust alternative to the blocking libcurl HTTP backend #530crates-index
uses gitoxide Replace git2 with gitoxide frewsxcv/rust-crates-index#82Motivation 🔦
We need to get rid of memory-unsafe code that interfaces with the network, chiefly OpenSSL.
It's ironic to have a tool for discovering CVEs in your code use OpenSSL itself, especially when
rustls
exists.Implementation
git2
togix
and removeopenssl
dependency rustsec/rustsec#922The text was updated successfully, but these errors were encountered: