Add extension scanning worfklow and admin dashboard#1537
Merged
netomi merged 2 commits intoeclipse:security-improvementsfrom Jan 12, 2026
Merged
Add extension scanning worfklow and admin dashboard#1537netomi merged 2 commits intoeclipse:security-improvementsfrom
netomi merged 2 commits intoeclipse:security-improvementsfrom
Conversation
Contributor
|
can you please sign the ECA to let the check pass? |
Contributor
Author
|
Yep looks like only one of us had the agreement signed. Will get the second signed once he becomes available |
Contributor
|
details can be found here: https://api.eclipse.org/git/eca/status/gh/eclipse/openvsx/1537 |
93af210 to
d2d48b0
Compare
netomi
approved these changes
Jan 12, 2026
netomi
pushed a commit
that referenced
this pull request
Jan 29, 2026
* add configurable fast-fail pre-publish validation of extensions * add UI for admin Extension Scans dashboard --------- Co-authored-by: Alejandro Rivera <alejandrorivera1996@gmail.com>
netomi
pushed a commit
that referenced
this pull request
Feb 5, 2026
* add configurable fast-fail pre-publish validation of extensions * add UI for admin Extension Scans dashboard --------- Co-authored-by: Alejandro Rivera <alejandrorivera1996@gmail.com>
janbro
added a commit
to yeeth-security/openvsx
that referenced
this pull request
Feb 11, 2026
* add configurable fast-fail pre-publish validation of extensions * add UI for admin Extension Scans dashboard --------- Co-authored-by: Alejandro Rivera <alejandrorivera1996@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add Scan Administration (UI + Backend) for Extension Scanning Lifecycle
#1396
This PR introduces the foundations for the scan administration capability spanning the Web UI and backend, enabling admins to inspect, filter, and act on extension scan results across their full lifecycle.
Web UI
New Scan Admin Page
scan-admin.tsxwith a tabbed layout, dialogs, and a dedicated context provider.State & Architecture
Interaction & UX
TabToolbarSearchToolbarCountsToolbarScope Discipline
webui/src/**.index.tsexports added for tabs and toolbars to streamline imports.Backend / Domain Model
Core Domain
Persistence & Queries
API Layer
Scanning Services
ExtensionScanServiceExtensionScanPersistenceServiceExtensionScannerValidationCheckmodel.StaleScanRecovery.Database Migration
V1_59__Extension_Scan_Tables.sqlNote: Long running scanning will be implemented in a future PR