Skip to content

Latest commit

 

History

History
265 lines (120 loc) · 11.9 KB

File metadata and controls

265 lines (120 loc) · 11.9 KB

4.6.0 (2026-02-17)

Bug Fixes

Features

4.5.1 (2026-02-17)

Bug Fixes

  • download artificat changes (8a9d6d1)

4.5.0 (2025-10-23)

Features

4.4.6 (2025-10-17)

Bug Fixes

  • error with nil pointer on symlink check (#185) (83efbbd)

4.4.5 (2025-10-13)

Bug Fixes

4.4.4 (2025-09-12)

Bug Fixes

4.4.3 (2025-09-11)

Bug Fixes

4.4.2 (2025-09-09)

Bug Fixes

  • file leakage (5f764c5), closes #152
  • use defer .Close() to protect against file leakage (54b93ce)

4.4.1 (2025-09-08)

Bug Fixes

4.4.0 (2025-09-03)

Features

  • adding postprocess for basic auth header (#163) (b803750)

4.3.4 (2025-08-28)

Bug Fixes

  • making the addlistener channel as buffered (986daa7)
  • making the addlistener channel as buffered (3e987dd)

4.3.3 (2025-08-12)

Bug Fixes

4.3.2 (2025-08-08)

Bug Fixes

  • reuse bytes.Buffer in loop to reduce allocations (#154) (8693c7f)

4.3.1 (2025-07-22)

Bug Fixes

  • simplify if statement in skipAccountTokenPass (#149) (347c4ba)

4.3.0 (2025-07-10)

Features

  • adding secret detection in .pem file (#143) (a496681)

4.2.6 (2025-07-10)

Bug Fixes

  • remove CC testcase (6778208)
  • Updating the file extension matching (6f2f4bf)

4.2.5 (2025-05-19)

Bug Fixes

  • log error and continue when error reading compressed file (7535d3a)

4.2.4 (2025-04-23)

Bug Fixes

  • module: updated code to report finding based on module config (4f2561c)

4.2.3 (2025-03-19)

Bug Fixes

  • detect unicode char in post processor (02c8307)

4.2.2 (2025-02-17)

Bug Fixes

  • jks-http: updated code to check for pk in jks via http (f12afaa)

4.2.1 (2025-02-12)

Bug Fixes

  • ssn: updated ssn rule to ignore flaging 9xx in first group (a6ea533)

4.2.0 (2025-02-04)

Bug Fixes

  • option: removed options from parsing since not required (013b439)

Features

  • jks-check: added config to strictly check for key in jks (7ce4e75)

4.1.3 (2025-01-07)

Bug Fixes

  • issue with git tracked file not ignoreing ge_ignore patterns (d651d7d)

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)