v1/vendor/enlightn/security-checker/CHANGELOG.md

61 lines
2.6 KiB
Markdown

# Release Notes
## [Unreleased](https://github.com/enlightn/security-checker/compare/v1.9.0...master)
## [v1.9.0 (2021-05-06)](https://github.com/enlightn/security-checker/compare/v1.8.0...v1.9.0)
### Added
- Add allow list option to exclude vulnerabilities by CVE or title ([#21](https://github.com/enlightn/security-checker/pull/21))
## [v1.8.0 (2021-04-19)](https://github.com/enlightn/security-checker/compare/v1.7.0...v1.8.0)
### Changed
- Drop ext-zip requirement via unzip command ([#19](https://github.com/enlightn/security-checker/pull/19))
## [v1.7.0 (2021-03-03)](https://github.com/enlightn/security-checker/compare/v1.6.1...v1.7.0)
### Added
- Add option to specify a custom temp directory for caching the advisories database ([#18](https://github.com/enlightn/security-checker/pull/18))
## [v1.6.1 (2021-02-24)](https://github.com/enlightn/security-checker/compare/v1.6.0...v1.6.1)
### Fixed
- Fix --no-dev input option ([#16](https://github.com/enlightn/security-checker/pull/16))
## [v1.6.0 (2021-02-24)](https://github.com/enlightn/security-checker/compare/v1.5.1...v1.6.0)
### Added
- Add option to exclude dev dependencies from scanning ([#14](https://github.com/enlightn/security-checker/pull/14))
## [v1.5.1 (2021-02-17)](https://github.com/enlightn/security-checker/compare/v1.5.0...v1.5.1)
### Fixed
- Fix advisory analyzer for dev package dependencies ([#12](https://github.com/enlightn/security-checker/pull/12))
## [v1.5.0 (2021-02-09)](https://github.com/enlightn/security-checker/compare/v1.4...v1.5.0)
### Added
- Improve installation instructions with Composer links ([#9](https://github.com/enlightn/security-checker/pull/9))
- Support multiple formats: ANSI and JSON ([#8](https://github.com/enlightn/security-checker/pull/8))
## [v1.4 (2021-02-01)](https://github.com/enlightn/security-checker/compare/v1.3...v1.4)
### Added
- Support PHP 5.6 ([#6](https://github.com/enlightn/security-checker/pull/6))
## [v1.3 (2021-01-28)](https://github.com/enlightn/security-checker/compare/v1.2...v1.3)
### Added
- Add simplified API ([#4](https://github.com/enlightn/security-checker/pull/4))
## [v1.2 (2021-01-27)](https://github.com/enlightn/security-checker/compare/v1.1...v1.2)
### Changed
- Improve JSON output ([#3](https://github.com/enlightn/security-checker/pull/3))
- Fix requirements to allow supported versions of symfony and guzzle ([#2](https://github.com/enlightn/security-checker/pull/2))
## [v1.1 (2021-01-19)](https://github.com/enlightn/security-checker/compare/v1.0...v1.1)
### Changed
- Make json format of analyzer consistent ([d4487a7](https://github.com/enlightn/security-checker/commit/d4487a7881ce2a438c3199e7f158dd10bdb66ede))