Releases: Comcast/php-legal-licenses
Releases · Comcast/php-legal-licenses
Symfony Vulnerability Fix and Minimum PHP Version Update
CVE-2024-51736 (https://github.com/Comcast/php-legal-licenses/security/dependabot/1) was discovered yesterday, November 6th, 2024 and this utility was affected. The minimum version unaffected by this vulnerability was 5.4.46, so this change eliminates support for versions lower than that, which also removes support for PHP versions below 7.2. Therefore this is a breaking change.
Tested the utility after this change on the following PHP versions:
- 7.4 ✅
- 8.0 ✅
- 8.1 ✅
- 8.2 ✅
- 8.3 ✅
- 8.4 ✅
Adds support for Symfony 7
Thanks @MArmourTCCC for your PR!
Adding support for Symfony v6
What's Changed
- added Symfony 6 to composer.json by @orediggerco in #21
- Updating Contributors by @orediggerco in #22
Thanks @milkboy for the contribution!
Full Changelog: v1.1.6...v1.2.0
Support a CSV Output Option
v1.1.6 enable --csv option to output csv format
Removed PHP Version Constraints
v1.1.5 Removing PHP version constraint
Bug fix for new Symfony Command:execute contract
Added support for newer php versions and Symfony 5
Added compatibility for symlinked repositories
Added option to hide dependency version in output
Added command to list the license name for package dependencies
Similar to composer licenses
, but does not require the presence of the composer
phar (useful in some production environments).
From @iamleeg