8th April 2022
Operative Systems⚑
Linux⚑
Linux Snippets⚑
-
New: Check vulnerabilities in Node.js applications.
With
yarn audit
you'll see the vulnerabilities, withyarn outdated
you can see the packages that you need to update. -
New: Check vulnerabilities in rails dependencies.
bash gem install bundler-audit cd project_with_gem_lock bundler-audit