chore(deps): Remediate CVEs for Orchestrator#2959
chore(deps): Remediate CVEs for Orchestrator#2959kim-tsao merged 7 commits intoredhat-developer:mainfrom
Conversation
Code Review by Qodo
1. Duplicate MUI major versions
|
Review Summary by QodoUpdate RBAC plugin dependency to remediate CVEs
WalkthroughsDescription• Update @backstage-community/plugin-rbac dependency from 1.33.2 to 1.52.1 • Remediates CVEs by upgrading to latest plugin version • Ensures app-legacy uses current dependency versions Diagramflowchart LR
A["app-legacy package.json"] -- "upgrade dependency" --> B["@backstage-community/plugin-rbac v1.52.1"]
B -- "includes" --> C["jsonpath-plus security fix"]
File Changes1. workspaces/orchestrator/packages/app-legacy/package.json
|
5079330 to
4ecb40a
Compare
fcc59fa to
d982e20
Compare
Signed-off-by: Kim Tsao <ktsao@redhat.com>
Signed-off-by: Kim Tsao <ktsao@redhat.com>
Signed-off-by: Kim Tsao <ktsao@redhat.com>
Signed-off-by: Kim Tsao <ktsao@redhat.com>
Signed-off-by: Kim Tsao <ktsao@redhat.com>
Signed-off-by: Kim Tsao <ktsao@redhat.com>
d982e20 to
47d1d2d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2959 +/- ##
========================================
Coverage 60.57% 60.57%
========================================
Files 2005 2005
Lines 62763 62763
Branches 16357 16360 +3
========================================
Hits 38016 38016
+ Misses 24222 23916 -306
- Partials 525 831 +306
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
does this PR, https://github.com/redhat-developer/rhdh-plugins/pull/2961/changes, relate to this at all? |
yes, but it's a patch in main not the z stream |
|
i think i linked the wrong one, this one is against main, #2962 |
47d1d2d to
205d780
Compare
Actually, no. That PR is against the root yarn.lock. Not against the orchestrator workspace |
Signed-off-by: Kim Tsao <ktsao@redhat.com>
|



Hey, I just made a Pull Request!
Fixes: https://redhat.atlassian.net/browse/RHIDP-13297
Update. This introducs a conflict with mui as noted by Qodo review@backstage-community/plugin-rbacdependency to update jsonpath-plus (dev time dependency but app-legacy should rely on current versions)✔️ Checklist