Skip to content

Releases: Bearer/bearer

v1.25.0

03 Oct 15:50
d4bfbfe
Compare
Choose a tag to compare

Changelog

  • f5461b9 chore(deps): bump github.com/bits-and-blooms/bitset from 1.8.0 to 1.9.0
  • 71efdc9 chore(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0
  • 5ddfe16 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1
  • cbaa13e chore(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0
  • 4cf81d2 chore(deps): bump github.com/open-policy-agent/opa from 0.56.0 to 0.57.0
  • 11c378c chore(deps): bump github.com/rs/zerolog from 1.30.0 to 1.31.0
  • ffec023 chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.9
  • 92b2534 feat: add flag to disable progress bar (#1289)
  • 0222c49 feat: add php bindings for beta support (#1264)
  • 6632e1d fix: avoid compiling privacy report twice (#1290)
  • d4bfbfe fix: java and javascript since php changes (#1300)
  • 6f6e6b9 fix: php fixes from writing rules (#1294)

v1.24.0

22 Sep 08:57
088e299
Compare
Choose a tag to compare

Changelog

  • 3adeffd chore: generate stable rule indices (#1286)
  • 088e299 feat(javascript): improve as_expression support (#1287)
  • a684dcc fix: disabling of rules using comments (#1284)
  • def5f02 fix: reporting of unsupported languages (#1285)
  • 4f9beb1 fix: show warning when unsupported languages are detected (#1271)

v1.23.1

18 Sep 22:16
21480a5
Compare
Choose a tag to compare

Changelog

  • 44d7ebd chore(deps): bump aws-actions/configure-aws-credentials from 3 to 4
  • 7388513 chore(deps): bump docker/build-push-action from 4 to 5
  • 8e5b171 chore(deps): bump docker/login-action from 2 to 3
  • ae1e52c chore(deps): bump goreleaser/goreleaser-action from 4 to 5
  • 21480a5 fix: issue where in some cases messages where written as part of output (#1279)

v1.23.0

18 Sep 15:51
99c28a3
Compare
Choose a tag to compare

Highlights

  • Improved scanning process - this should help with memory issues and overall speed when scanning larger files #1206
  • Improved version check and rule downloading - we no longer depend directly on the GitHub API, so this should fix rate limiting issues experienced by some users #1249
  • For our cloud users, ignored findings are now uploaded so, they can be managed centrally. See the updated documentation for more information

Changelog

v1.22.0

04 Sep 15:11
dc4adbc
Compare
Choose a tag to compare

Changelog

  • 5966b0b chore(deps): bump github.com/open-policy-agent/opa from 0.55.0 to 0.56.0 (#1238)
  • e81aa6b chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.7 to 3.23.8 (#1239)
  • db3b73e feat: add false positive status to bearer ignores (#1233)
  • d723dbb feat: add severity computation details (#1195)
  • dc4adbc fix: report failure data was incorrect (#1240)

v1.21.0

29 Aug 14:01
31f75f7
Compare
Choose a tag to compare

Highlights

  • After user feedback we have improved ignoring findings run bearer ignore to find out more.
  • Fixed a long standing bug where the exit code was not set correctly for some report formats. You can override this fixed behaviour using --exit-code=0 if needed.

Changelog

v1.19.2

15 Aug 11:42
4408f5e
Compare
Choose a tag to compare

Changelog

v1.19.1

09 Aug 10:16
f710723
Compare
Choose a tag to compare

Changelog

  • b093a94 chore(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.1 (#1176)
  • 7e98f5f chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 (#1175)
  • 5927aa1 chore(deps): bump golang.org/x/net from 0.12.0 to 0.14.0 (#1177)
  • f710723 fix: fixes from testing diff scan (#1181)
  • 1428548 fix: support github authentication (#1179)
  • a8d2ecb fix: use correct base in diff (#1178)

v1.19.0

03 Aug 14:45
7cf44b7
Compare
Choose a tag to compare

Changelog

v1.18.0

02 Aug 14:10
cd3e7ec
Compare
Choose a tag to compare

Changelog

  • 3aa17a6 chore(deps): bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1 (#1151)
  • 46ef8f9 chore(deps): bump github.com/hhatto/gocloc from 0.5.0 to 0.5.1 (#1154)
  • 056d8a3 chore(deps): bump github.com/open-policy-agent/opa from 0.54.0 to 0.55.0 (#1153)
  • 2c11eba chore(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0 (#1152)
  • 3d9ebac chore: update detector type when classification (#1149)
  • 48bae74 docs(rules): fix broken source link (#1165)
  • 489f454 docs(rules): update rules page (#1157)
  • 02ce920 feat(output): show outdated fingerprints (#1147)
  • 6c36304 feat: add flag to ignore report failures (#1145)
  • 2fa6faa feat: add sign-up link to report output (#1159)
  • e756629 feat: base branch diff (#1158)
  • 8ff548f feat: show rule count per language (#1156)
  • f8c0e00 fix: fetching and checkout of base branch (#1167)
  • cd3e7ec fix: honor quiet flag in diff logic (#1168)
  • f7f1dad fix: repository lookup errors and diff git file scanning (#1163)
  • fed0bea fix: typo in sign up url in security report message (#1161)