Code Review
Simple notes on code review
Dependency Confusion
git clone https://github.com/visma-prodsec/confused
cd confused
go get
go buildconfused -l pip requirements.txt
confused -l npm package.json # default
confused -l composer composer.json
confused -l mvn pom.xml
confused -l rubygems Gemfile.lockHijacking Dependencies
Python-pip
Nodejs-npm
Static Application Security Analysis (SAST)
Secrets Scanning
Last updated