Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@jitesoft/audit-for-gitlab
Advanced tools
Tiny converter to convert npm audit report into gitlab-ci vulnerability report format.
This is a small script to add a npm audit
GitLab dependency scanner.
It generates a JSON audit via npm and converts it to the format that gitlab expects as dep scan report.
In case a vulnerability equal or higher to moderate
is found, it will exit with exit code 1, i.e., fail.
While generating the report, it will also output number of vulnerabilities found (and types) in stdout.
Easiest way to use the scanner is to add it as a include in your .gitlab-ci.yml file, such as:
include:
- https://gitlab.com/jitesoft/open-source/javascript/audit-for-gitlab/raw/master/scan.yml
This will run the scanning on your project on all events as long as it is disabled via env variables.
If you wish to customize it a bit more, you can extend or write your own:
npm-audit_dependency_scanning:
image: registry.gitlab.com/jitesoft/open-source/javascript/audit-for-gitlab:1
script:
- audit-for-gitlab
artifacts:
reports:
dependency_scanning: gl-dependency-scanning-report.json
If you wish to just use the scanner in one of your current scripts, the easiest way to do this, is to just install it via NPM:
npm i --global @jitesoft/audit-for-gitlab
cd /my/project/dir
audit-for-gitlab
cat gl-dependency-scanning-report.json
The dockerfile is rebuilt on each new version of the scanner released, each build is released for ARM64 and AMD64.
FAQs
Minimal application to convert npm audit report into gitlab-ci vulnerability report format.
The npm package @jitesoft/audit-for-gitlab receives a total of 0 weekly downloads. As such, @jitesoft/audit-for-gitlab popularity was classified as not popular.
We found that @jitesoft/audit-for-gitlab demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.