Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
make-it-safer
Advanced tools
Move vulnerabilities away. Make your project safer.
This package will fix other package known vulnerabilities by updating the version of the package to a stable, not vulnerable, version.
This package do this based on npm audit fix
, but better and ready to be implemented on automated pipelines.
It works on NodeJS v14, v16, v18 and v20.
npm i make-it-safer -D
npx make-it-safer
By default, the package fix all known vulnerabilities, but it can be used also to upgrade dependencies versions. See below:
npx make-it-safer --latest
npx make-it-safer --major
npx make-it-safer --minor
npx make-it-safer --patch
This package is ready to be implemented on automated pipelines and git flow. You can use this way:
npx make-it-safer && git add -A .
(use on the pre-commit hook)(can delay commit time)npx make-it-safer && git add -A . && git commit -m "(ci): fixed vulnerabilities" && git push
npx make-it-safer
npx makeitsafer
npx mis
Have an idea of improvement? Open an issue or a Pull Request! We are happily waiting your contribution :)
FAQs
Move vulnerabilities away. Make your project safer.
We found that make-it-safer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.