fix(resolver): trust benchmark fixture churn packages#370
Conversation
Greptile SummaryAdds three packages ( Confidence Score: 5/5Safe to merge — the change is a pure data addition with no logic modifications and is covered by the existing parameterised test. Single-line list additions in alphabetical order, no algorithm changes, and the existing test suite iterates over DEFAULT_TRUST_POLICY_EXCLUDES so new entries are automatically exercised. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "fix(resolver): trust benchmark fixture c..." | Re-trigger Greptile |
Summary
Validation
aube --disable-global-virtual-store install --no-side-effects-cacheNotes
cargo clippy --all-targets -- -D warningscurrently fails outside this change onclippy::items-after-test-moduleincrates/aube/src/commands/install/mod.rs.This PR description was generated by Codex.
Note
Medium Risk
Adjusts default trust-policy enforcement by globally excluding three additional packages, which can bypass downgrade failures for those dependencies. Low code complexity, but it touches a security-related guardrail and changes install acceptance for affected packages.
Overview
Expands the built-in
DEFAULT_TRUST_POLICY_EXCLUDESlist to also excludeeslint-config-prettier,react-redux, andreselectfrom trust-downgrade checks, reducing benchmark/fixture churn caused by registry provenance metadata changes.Reviewed by Cursor Bugbot for commit 8b11a39. Bugbot is set up for automated code reviews on this repo. Configure here.