Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Cargo-auditable Alternatives
Similar projects and alternatives to cargo-auditable
-
-
auto-fuzz-test
Effortlessly fuzz libraries with large API surfaces
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
cargo-supply-chain
Gather author, contributor and publisher data on crates in your dependency graph.
-
-
-
svntogit-community
Automatic import of svn 'community' repo (read-only mirror)
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
-
-
-
trivy
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
-
-
syft
CLI tool and library for generating a Software Bill of Materials from container images and filesystems
-
-
-
Rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
-
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
-
wasm-bindgen
Facilitating high-level interactions between Wasm modules and JavaScript
-
cloudquery
The open source high performance data integration platform built for developers.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
cargo-auditable reviews and mentions
-
Rust Offline?
Further we use cargo-auditable and cargo-audit as part of both our pipeline and regular scanning of all deployed services. This makes our InfoSec and Legal super happy since it means they can also monitor compliance with licenses and patch/update timings.
-
Hey Rustaceans! Got a question? Ask here (15/2023)!
This exists, see cargo auditable.
-
The Rust Implementation Of GNU Coreutils Is Becoming Remarkably Robust
The Rust community seems to have settled on a perfectly reasonable way to address bit-rot in statically linked binaries. https://github.com/rust-secure-code/cargo-auditable
-
Release Engineering Is Exhausting So Here's cargo-dist
Would you be open to integrating cargo auditable into this pipeline in some form? It seems like a great match.
-
Swift Achieved Dynamic Linking Where Rust Couldn't
> and static compilation probably just hides the problem unless security scanners these days can identify statically compiled vulnerable versions of libraries
Some scanners like trivy [1] can scan statically compiled binaries, provided they include dependency version information (I think go does this on its own, for rust there's [2], not sure about other languages).
It also looks into your containers.
The problem is what to do when it finds a vulnerability. In a fat app with dynamic linking you could exchange the offending library, check that this doesn't break anything for your use case, and be on your way. But with static linking you need to compile a new version, or get whoever can build it to compile a new version. Which seems to be a major drawback of discouraging fat apps.
-
'cargo auditable' can now be used as a drop-in replacement for Cargo
cargo auditable embeds the list of Cargo dependencies into your compiled binary, so you can check it for known vulnerabilities (e.g. OpenSSL CVEs) later.
I have investigated a bunch of standardized formats - SPDX, CycloneDX, etc. All of them are unsuitable for a variety of reasons, chief of which are being way too verbose and including timestamps, which would break reproducible builds.
-
sccache now supports GHA as backend
The fix for interoperability with cargo auditable has also shipped in the latest release of sccache. You can use the released sccache now instead of building it from git!
-
`cargo audit` can now scan compiled binaries
I've been working to bring vulnerability scanning to Rust binaries by creating cargo auditable, which embeds the list of dependencies and their versions into the compiled binary. This lets you audit the binary you actually run, instead of the Cargo.lock file in some repo somewhere.
-
Here's how to patch the upcoming OpenSSL vulnerability in Rust
cargo auditable solves this problem by embedding the list of dependencies and their versions into the binaries. But until it becomes part of Cargo and gets enabled by default, static linking will remain problematic.
-
A note from our sponsor - SonarLint
www.sonarlint.org | 8 Jun 2023
Stats
rust-secure-code/cargo-auditable is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of cargo-auditable is Rust.
Popular Comparisons
- cargo-auditable VS auto-fuzz-test
- cargo-auditable VS eve-rs
- cargo-auditable VS sandbox
- cargo-auditable VS cargo-supply-chain
- cargo-auditable VS svntogit-community
- cargo-auditable VS flatpak
- cargo-auditable VS SummerOfCode2021
- cargo-auditable VS ScoutSuite
- cargo-auditable VS crates.io
- cargo-auditable VS trivy