Skip to content

Releases: coinbase/salus

2.10.9 (2020-08-20)

20 Aug 22:22
720cde2
Compare
Choose a tag to compare

Added

#179 - support for builds in salus config

2.10.8 (2020-08-12)

13 Aug 01:10
7696fff
Compare
Choose a tag to compare

Added

#174 Add support for excluding files in PatternSearch

2.10.7 (2020-08-10)

11 Aug 03:04
f337a36
Compare
Choose a tag to compare

Changed

#172 - Move scan summary table to the end of the output.

2.10.6 (2020-08-07)

07 Aug 23:38
2175ec1
Compare
Choose a tag to compare

Fixed

#143 - Fix PatternSearch sift error

Added

#168 - Add file location to PatternSearch Output
#170 - Add note about yaml limitation with PatternSearch

2.10.5 (2020-07-16)

16 Jul 20:40
2b27d18
Compare
Choose a tag to compare

Changed

#160 upgrade semgrep to 0.14.0

Added

#162 add scanner versions in README

2.10.4 (2020-007-07)

08 Jul 00:20
f843b7a
Compare
Choose a tag to compare

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)

26 Jun 23:17
b6ef0a3
Compare
Choose a tag to compare

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)

24 Jun 18:58
91c4cd5
Compare
Choose a tag to compare

Changed

  • #152 updates gosec to 2.3.0

Fixed

  • #152 removes go get in gosec scanner, because it is no longer needed if using go modules with gosec 2.3.0

2.10.1 (2020-06-11)

11 Jun 22:15
2d4555d
Compare
Choose a tag to compare

Fixed

  • #140 changes go get to go get ./... in gosec scanner, and only run gosec if go get ./... succeeds. This prevents the misleading gosec GOARCH errors on some repos.

2.10.0 (2020-05-21)

22 May 00:48
c5c215b
Compare
Choose a tag to compare

Added

  • Bandit Scanner (#51 )