chore(ci): ignore RUSTSEC-2026-0173 proc-macro-error2 advisory#10269
Conversation
cargo deny fails on the new unmaintained advisory for proc-macro-error2, a transitive dependency with no safe upgrade path yet.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR adds a single advisory suppression entry to ChangesAdvisory Ignore Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Greptile SummarySuppresses the new
Confidence Score: 5/5Safe to merge — single-line addition to a CI advisory suppresslist with no runtime impact. The change touches only deny.toml, adding one structured ignore entry that follows the exact same format as the other entries in the file. The reason string accurately names the affected transitive crates and states there is no upgrade path, consistent with the project's established practice for unmaintained dependency advisories. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Merge branch 'main' into chore/ignore-pr..." | Re-trigger Greptile |
Summary
RUSTSEC-2026-0173advisory for unmaintainedproc-macro-error2cargo deny checkfailures in CI (lintjob)proc-macro-error2is a transitive dependency viaage,mlua(vfox),tabled, androps. There is no safe upgrade path yet; this mirrors the existing ignore for the originalproc-macro-erroradvisory (RUSTSEC-2024-0370).Test plan
lintjob passes (cargo deny check)Made with Cursor
Summary by CodeRabbit