ROX-33635: Delete ROX_BASE_IMAGE_DETECTION in ui by pedrottimark · Pull Request #19467 · stackrox/stackrox
Description
Thank you, J. Victor for confirmation:
I doesn't depend on V4.
Review: Hide space because indentation changes.
Feature flag was enabled for 4.10 release on 2026-02-03 in #18809
Analysis
Find in Files ROX_BASE_IMAGE_DETECTION has 10 results in 9 files.
Solution
Some conditional logic depended only on 'ROX_BASE_IMAGE_DETECTION' but also needed 'ROX_SCANNER_V4' therefore I replaced instead of deleted.
User-facing documentation
- CHANGELOG.md update is not needed
- documentation PR is not needed
Testing and quality
- the change is production ready: the change is GA, or otherwise the functionality is gated by a feature flag
- CI results are inspected
Automated testing
- edited unit tests
- edited e2e tests
- added regression tests
- added compatibility tests
- modified existing tests
How I validated my change
npm run tscin ui/apps/platform folder.npm run lint:fast-devin ui/apps/platform folder.npm run startin ui/apps/platform folder with staging demo as central.


