Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@eclipse-che/plugin-registry-generator
Advanced tools
Generator of yaml files exposed by the plug-in registry.
This tool is currently generating data at build time so we can remove all plug-ins from the v3/plugins folder that are VS Code Extensions
This tool generates:
v3/plugins/**/meta.yaml
and v3/plugins/**/latest.txt
based on the file `che-theia-plugins.yaml``v3/che-theia/featured.json
which defines the recommended plug-ins when no plug-in is set in che-theiav3/che-theia/recommendations/<language>.json
with recommendations per languageThe build tool is available at https://www.npmjs.com/package/@eclipse-che/plugin-registry-generator
@next
alias version will link the current development version.
--root-folder:/root-path
assume the che-*.yaml files are in this folder
--output-folder:/output-path
assume the generated files will be in this folder
Default to /tmp/che-plugin-registry/output-folder
--embed-vsix:true
will embed the vsix in the generated output folder (and in the OCI image)
Default to false
By default all generated images tags are using the digest (sha256 link)
Use --skip-digest-generation:true
to disable it.
There is a command that is invoked in the Dockerfile to generate these files
Script used is generate_vscode_extensions.sh
FAQs
Generator of yaml files exposed by the plug-in registry.
The npm package @eclipse-che/plugin-registry-generator receives a total of 181 weekly downloads. As such, @eclipse-che/plugin-registry-generator popularity was classified as not popular.
We found that @eclipse-che/plugin-registry-generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.