New vulnerability findings data model - #477
Conversation
|
Warning Review limit reached
Next review available in: 109 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthrough
ChangesRisk profile and vulnerability updates
Estimated code review effort: 2 (Simple) | ~10 minutes Mergeability Score: ⚪ Minimal · up to The PR is merge-ready after normal checks and review; no actionable merge-blocking risk remains. Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches 💡 1⚔️ Resolve merge conflicts 💡
🧪 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 |
8R0WNI3
left a comment
There was a problem hiding this comment.
Please remove the label related changes from this PR.
1c47bdb to
a7fce29
Compare
Signed-off-by: Chris Schneider <chris.schneider02@sap.com>
Signed-off-by: Chris Schneider <chris.schneider02@sap.com>
Signed-off-by: Chris Schneider <chris.schneider02@sap.com>
Signed-off-by: Chris Schneider <chris.schneider02@sap.com>
…new-vln-findings-data-model Signed-off-by: Chris Schneider <chris.schneider02@sap.com>
74530e8 to
a8e8ae2
Compare
| </Link> | ||
| </Tooltip> | ||
| <VulnerabilityExtraInfo vector={finding.cvss} filesystemPaths={finding.filesystem_paths}/> | ||
| {finding.cvss && <VulnerabilityExtraInfo vector={finding.cvss} filesystemPaths={finding.filesystem_paths}/>} |
There was a problem hiding this comment.
Note: this is just to make sure that nothing breaks. For broader UI updates there is a separate issue: open-component-model/open-delivery-gear#186
| <Typography variant='inherit' color={`${categorisationValueToColor(categorisation.value)}.main`}> | ||
| { | ||
| finding.cvss_v3_score | ||
| finding.cvss_score ?? finding.cvss_v3_score |
There was a problem hiding this comment.
Why do we use cvss_v3_score over cvss_score?
There was a problem hiding this comment.
It should be the other way round? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing
So also when cvss_score is 0, cvss_score would be returned
What this PR does / why we need it:
Basic compatibility with new data model
Further UI updates are part of open-component-model/open-delivery-gear#186
Which issue(s) this PR fixes:
Fixes open-component-model/open-delivery-gear#187