MTShop/code/vendor/enlightn/security-checker/CHANGELOG.md

2.6 KiB

Release Notes

Unreleased

v1.9.0 (2021-05-06)

Added

  • Add allow list option to exclude vulnerabilities by CVE or title (#21)

v1.8.0 (2021-04-19)

Changed

  • Drop ext-zip requirement via unzip command (#19)

v1.7.0 (2021-03-03)

Added

  • Add option to specify a custom temp directory for caching the advisories database (#18)

v1.6.1 (2021-02-24)

Fixed

  • Fix --no-dev input option (#16)

v1.6.0 (2021-02-24)

Added

  • Add option to exclude dev dependencies from scanning (#14)

v1.5.1 (2021-02-17)

Fixed

  • Fix advisory analyzer for dev package dependencies (#12)

v1.5.0 (2021-02-09)

Added

  • Improve installation instructions with Composer links (#9)
  • Support multiple formats: ANSI and JSON (#8)

v1.4 (2021-02-01)

Added

  • Support PHP 5.6 (#6)

v1.3 (2021-01-28)

Added

  • Add simplified API (#4)

v1.2 (2021-01-27)

Changed

  • Improve JSON output (#3)
  • Fix requirements to allow supported versions of symfony and guzzle (#2)

v1.1 (2021-01-19)

Changed

  • Make json format of analyzer consistent (d4487a7)