Releases: coinbase/salus
Releases · coinbase/salus
2.10.9 (2020-08-20)
Added
#179 - support for builds
in salus config
2.10.8 (2020-08-12)
Added
#174 Add support for excluding files in PatternSearch
2.10.7 (2020-08-10)
Changed
#172 - Move scan summary table to the end of the output.
2.10.6 (2020-08-07)
2.10.5 (2020-07-16)
2.10.4 (2020-007-07)
Changed
#157 Updated the processor to distinguish between configs that were valid and used, and configs that were not.
#157 Updated some comments to make it more clear about the difference between the implicit config name (salus.yaml) and the default or base config (salus-default.yaml).
#157 Updated salus output to include configs files used
Fixed
#158 Fixed incorrect semgrep config urls passed to semgrep
2.10.3 (2020-06-26)
Changed
- upgrade semgrep to 0.10.1 and add support for advanced semgrep patterns
- warn (not fail) on semgrep parser-related errors.
- update README with more details
Fixed
- fix gosec documentation on
exclude-dir
2.10.2 (2020-06-24)
2.10.1 (2020-06-11)
Fixed
- #140 changes
go get
togo get ./...
in gosec scanner, and only run gosec ifgo get ./...
succeeds. This prevents the misleading gosec GOARCH errors on some repos.
2.10.0 (2020-05-21)
Added
- Bandit Scanner (#51 )