You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cleanup now deletes each CR kind with a single DeleteCollection call instead of one call per object — flat instead of ~2000 calls on a large vCenter, and no list-then-delete gap for the creds cascade to race, so the "already removed" errors stop.
Pre-upgrade checks use Limit: 2 instead of paging the whole inventory to answer yes/no.
Cleanup waits for the credential finalizers to finish before re-running the checks, so a slow cascade no longer aborts with pre-upgrade checks still failing after cleanup.
⚠️ no_baseline: No baseline available (all vulnerabilities treated as new)
🚨 Added Vulnerabilities
Trivy (Dependencies) - 3 Added
Target:vjailbreak-ai/requirements.txt Package: chromadb 0.5.20 Vulnerability:CVE-2026-45830 Severity: HIGH Title: chromadb: ChromaDB: Unauthorized data manipulation due to improper authorization validation
Target:vjailbreak-ai/requirements.txt Package: chromadb 0.5.20 Vulnerability:CVE-2026-45831 Severity: HIGH Title: ChromaDB: ChromaDB: Unauthorized cross-tenant actions due to improper authorization checks
⚠️ no_baseline: No baseline available (all vulnerabilities treated as new)
🚨 Added Vulnerabilities
Trivy (Dependencies) - 3 Added
Target:vjailbreak-ai/requirements.txt Package: chromadb 0.5.20 Vulnerability:CVE-2026-45830 Severity: HIGH Title: chromadb: ChromaDB: Unauthorized data manipulation due to improper authorization validation
Target:vjailbreak-ai/requirements.txt Package: chromadb 0.5.20 Vulnerability:CVE-2026-45831 Severity: HIGH Title: ChromaDB: ChromaDB: Unauthorized cross-tenant actions due to improper authorization checks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
DeleteCollectioncall instead of one call per object — flat instead of ~2000 calls on a large vCenter, and no list-then-delete gap for the creds cascade to race, so the "already removed" errors stop.Limit: 2instead of paging the whole inventory to answer yes/no.pre-upgrade checks still failing after cleanup.Which issue(s) this PR fixes
fixes #2280
Testing done
Screen.Recording.2026-08-25.at.1.44.50.PM.mov