RFC: Enable Security Scans - #462
Draft
derekbarbosa wants to merge 3 commits into
Draft
Conversation
derekbarbosa
force-pushed
the
chores/cargo-audit
branch
from
August 27, 2026 15:21
23d5153 to
4369c4a
Compare
Collaborator
Author
|
rebased. edit: dropped the old force-pushed commits. |
derekbarbosa
force-pushed
the
chores/cargo-audit
branch
from
August 27, 2026 15:30
4369c4a to
c79a3fc
Compare
1.90 reached EOL on October 30, 2025. Let's use the latest stable toolchain to receive the latest security fixes and to enable the use of cargo-audit. Signed-off-by: derekbarbosa <derekasobrab@gmail.com>
Given the increasing number of supply-chain attacks, and the growing use of Sashiko across the kernel community, enable Security Audits of dependencies going forward, and open RUSTSEC issues against the project for visibilty. Signed-off-by: derekbarbosa <derekasobrab@gmail.com>
Signed-off-by: derekbarbosa <derekasobrab@gmail.com>
derekbarbosa
force-pushed
the
chores/cargo-audit
branch
from
August 27, 2026 15:31
c79a3fc to
f1eb32f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
The motivation for this RFC is a continuation of an long-going effort to introduce better CI, scans and checks in the repository.
So far, we have enabled basic CI, integration tests on tag releases, and even dependency bumps.
Now, with the given climate around supply chain attacks, along with the increased visibility and usage of Sashiko, let's enable the use of
cargo-audit(and eventuallycargo-vet) to better audit our existing dependencies, and update them when needed.Here's some sample output for the project: