Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

60 lines (37 loc) · 2.64 KB

Release Notes

Added

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

Changed

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

Added

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

Fixed

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

Added

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

Fixed

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

Added

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

Added

  • Support PHP 5.6 (#6)

Added

  • Add simplified API (#4)

Changed

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

Changed

  • Make json format of analyzer consistent (d4487a7)