Skip to content

ci: repin fleet-ci so this repo's own deny.toml is used again - #32

Merged
h4x0r merged 1 commit into
mainfrom
ci/repin-deny-local
Aug 7, 2026
Merged

ci: repin fleet-ci so this repo's own deny.toml is used again#32
h4x0r merged 1 commit into
mainfrom
ci/repin-deny-local

Conversation

@h4x0r

@h4x0r h4x0r commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

The shared workflow's deny-config-repo input defaulted to
SecurityRonin/fleet-config, so adopting it silently replaced this repo's
supply-chain policy with the shared one. That is a real change to what
cargo deny accepts, and no adoption PR disclosed it — nobody involved knew.

Measured across the fleet when it was found: 61 of 65 adopted repos had a
stricter local config. The shared one carries 21 advisory ignores against their
ignore = [], every one a bare RUSTSEC id with no reason and no removal
condition — which the fleet's own suppression rule forbids. Among them
RUSTSEC-2023-0071 (rsa, Marvin timing attack). Several repos also went from
bans.multiple-versions = "deny" to "warn" and gained nine allowed licences.

fleet-ci now defaults to the repository's own deny.toml; opting into the shared
config is explicit. This repin picks that up, restoring the policy this repo
actually wrote.

Reassuring rather than alarming: before this fix all 65 adopted repos were
re-checked against their OWN deny.toml and all 65 passed. The gate was weakened,
but nothing was hiding behind it. If this repin does turn a check red, that is a
true finding this repo's own policy always meant to catch — fix it rather than
re-pointing at the shared config.

Only the pinned SHA changes.

The shared workflow's `deny-config-repo` input defaulted to
SecurityRonin/fleet-config, so adopting it silently replaced this repo's
supply-chain policy with the shared one. That is a real change to what
`cargo deny` accepts, and no adoption PR disclosed it — nobody involved knew.

Measured across the fleet when it was found: 61 of 65 adopted repos had a
stricter local config. The shared one carries 21 advisory ignores against their
`ignore = []`, every one a bare RUSTSEC id with no reason and no removal
condition — which the fleet's own suppression rule forbids. Among them
RUSTSEC-2023-0071 (rsa, Marvin timing attack). Several repos also went from
`bans.multiple-versions = "deny"` to `"warn"` and gained nine allowed licences.

fleet-ci now defaults to the repository's own deny.toml; opting into the shared
config is explicit. This repin picks that up, restoring the policy this repo
actually wrote.

Reassuring rather than alarming: before this fix all 65 adopted repos were
re-checked against their OWN deny.toml and all 65 passed. The gate was weakened,
but nothing was hiding behind it. If this repin does turn a check red, that is a
true finding this repo's own policy always meant to catch — fix it rather than
re-pointing at the shared config.

Only the pinned SHA changes.
@h4x0r
h4x0r merged commit 9e7c827 into main Aug 7, 2026
16 checks passed
@h4x0r
h4x0r deleted the ci/repin-deny-local branch August 9, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant