ghbren
ghbren
If I do `--exclude-dirs "subdir/subdir2"`, then the `--exclude-dirs` gets ignored. It looks like I cannot have `/` in the directory. Is this expected?
test with ```yaml reports: - uri: file://out.json format: autofix ```
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...
Recently we added a `run_from_dirs` option for Gosec to run from subdirs, like ```yaml scanner_configs: Gosec: run_from_dirs: - subdir1 - subdir2 - subdir3 ``` But people said they may add...
### Describe the desired feature Slither only outputs reference urls in the txt output. Would it be possible to add the urls to the json output too? Thanks
Would it be possible to enforce a yaml field for the methods affected by each vulnerability? Almost all CVEs appear to only affect a very small subset of methods, and...
Sometimes Trufflehog itself (not the salus Trufflehog wrapper) outputs duplicates. This PR removes the duplicates. Tested with local salus container.