salus
salus copied to clipboard
Security scanner coordinator
Testing YarnAudit Auto Fix functionality.
Hello salus team, thank you for this great resource! An issue I noticed when testing on https://github.com/hMatoba/piexifjs salus.yaml has 'active_scanners: all' only, the scan errors out (see screenshot below) works...
test with ```yaml reports: - uri: file://out.json format: autofix ```
Updated parsing of gradle dependencies using `reportDependencies` task. For this to work the users would need to update the root build.gradle to create a task which Salus will call during...
This PR still causes test failures and should not be merged, it is created to document my progress for future work
Added license detection for pypi packages. It curls `https://pypi.org/pypi/` to collect that information.
With regards to #627 This PR is intended to be a minimum viable scanner. It will correctly detect and scan Phoenix applications. Instructions for omitting false positives are found in...
npm auto fix spike. Use `AUTOFIX` in docker run. ``` docker run --rm --env AUTOFIX=true -t -v $(pwd):/home/repo salus-local ``` Example 👍 output ``` %docker run --rm --env AUTOFIX=true -t...