🐛 Add ignored vulnerabilities for VitePress dependency - #458
Conversation
WalkthroughAdds an OSV Scanner configuration entry to temporarily ignore ChangesOSV vulnerability ignore
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
docs/osv-scanner.toml (1)
1-3: 🔒 Security & Privacy | 🔵 Trivial | ⚡ Quick winBound this temporary vulnerability exception.
Because this is explicitly temporary, add an
ignoreUntilreview/expiry date instead of relying only on a prose reminder. OSV Scanner supports expiry dates for ignored vulnerabilities. (google.github.io)🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@docs/osv-scanner.toml` around lines 1 - 3, Update the IgnoredVulns entry for GHSA-g7r4-m6w7-qqqr with an OSV Scanner-supported ignoreUntil review/expiry date, while preserving the existing reason and vulnerability ID.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@docs/osv-scanner.toml`:
- Around line 1-3: Update the IgnoredVulns entry for GHSA-g7r4-m6w7-qqqr with an
OSV Scanner-supported ignoreUntil review/expiry date, while preserving the
existing reason and vulnerability ID.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 0bf5320f-362b-4172-b280-1098d3b072b7
📒 Files selected for processing (1)
docs/osv-scanner.toml
This pull request adds a new ignored vulnerability to the
osv-scanner.tomlconfiguration, documenting the reason for ignoring it until a dependency can be upgraded. No other changes are included.docs/osv-scanner.toml: Added an entry to ignore vulnerabilityGHSA-g7r4-m6w7-qqqr, with a note explaining it's due to a dependency in VitePress v1 and will be tracked until an upgrade to v2 is available.