fix: add missing Rust CI parity checks#25
Merged
Conversation
2b3e8cc to
0bfd670
Compare
7494253 to
e97a1c0
Compare
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
182124a to
63d1c43
Compare
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Collaborator
What’s Good
Findings[Medium] Workspace
|
Signed-off-by: lucarlig <luca.carlig@ibm.com>
gandhipratik203
approved these changes
Apr 24, 2026
Collaborator
gandhipratik203
left a comment
There was a problem hiding this comment.
Looks good to me. Thanks for tightening the root deny.toml trigger path and adding the regression coverage around the shared-path selection and workflow contract.
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.
Summary
cargo auditwithcargo deny check --config deny.tomldeny.tomlfiles into one root policy and keep knownunic-*unmaintained advisories as explicit scoped ignoresdeny.tomlandCargo.lockSECURITY.mdand generated PII filter stubs to match the centralized CI policyValidation
python3 -m unittest tests/test_plugin_catalog.pypython3 tools/plugin_catalog.py validate .cargo deny check --config deny.tomlcargo check --workspaceactionlint .github/workflows/ci-rust-python-package.yamlcargo llvm-cov -p encoded_exfil_detection -p pii_filter -p rate_limiter -p retry_with_backoff -p secrets_detection -p url_reputation --cobertura --output-path coverage/cobertura.xmlpython3 tools/plugin_catalog.py coverage-check . coverage/cobertura.xml 50.00 '["encoded_exfil_detection","pii_filter","rate_limiter","retry_with_backoff","secrets_detection","url_reputation"]'Review Notes
pyo3-stub-gen/rustpython-parserunic-*advisories, so new unmaintained advisories still fail CI.