Skip to content

Latest commit

 

History

History
86 lines (39 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

86 lines (39 loc) · 4.11 KB

4.1.2 (2024-05-20)

Bug Fixes

  • require digits for card mod10 check (0462806)
  • ssn: updated ssn rule to ignore flaging 9xx in third group (2230817)

4.1.1 (2024-02-12)

Bug Fixes

  • the extension regex was not reading the dot (53cf2c8)

4.1.0 (2024-02-07)

Features

  • config: added config to avoid exit code 1 for scan failure (5b0e14a)

4.0.0 (2023-09-19)

Bug Fixes

  • nameScanner: updated logic to fail a scan to respect severity and confidence (a7b9a56)

  • Merge pull request #82 from americanexpress/feat/version-upgrade (810b7fb), closes #82

BREAKING CHANGES

  • Deps update for Vulnerability fixes, version update to go 1.20 and module update

3.16.0 (2023-07-10)

Features

  • config: not exiting process after update and reloading config (#74) (a96d2a2)

3.15.0 (2023-06-01)

Features

  • file-with-console: updated code based to broadcast and write it… (#60) (92e6123)

3.14.0 (2023-03-16)

Features

  • add arm64 binary for use on M1 hardware (23c4ff0)

3.13.2 (2023-02-23)

Bug Fixes

  • config: updated config based display and failure (#55) (5247ccf)

3.13.1 (2022-10-03)

Bug Fixes

  • scan failure provision for info level hits (1174e45)

3.13.0 (2022-09-07)

Bug Fixes

  • release branch set to main (fcdba6f)
  • remove the default ignore with .gitignore to avoid missing scans on the repo. (2e6255d)

Features

  • add keepAlive flag and fix worker flag read (#47) (549081d)
  • add ldflags for version injection during artifacts build (32fc145)
  • use semantic versioning to create semantic releases and changelog.md file (2e8a2e9)