PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Paras Malhotra   PHP Security Checker   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Security Checker
Scan project packages to check for vulnerabilities
Author: By
Last change:
Date: 2 years ago
Size: 2,248 bytes
 

Contents

Class file image Download

Release Notes

Unreleased

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)