Laravel Security Checker Versions Save

Added Laravel functionality to Enlightn Security Checker. Adds a command to check for, and optionally emails you, vulnerabilities when they affect you.

v2.4.0

11 months ago
  • add support for Laravel 10, PHP 8.2

v2.3.0

2 years ago
  • add support for Laravel 9, PHP 8.1
  • dropped support for PHP 7.3, minimum version is now 7.4

v2.2.1

3 years ago

FIXED

  • a permission failure when using this package with multiple users on the same server by adding temp-dir to available config options (thanks @thomasderoo4!)

v2.2.0

3 years ago

A big thank you to @paras-malhotra and Enlightn for helping out this release.

  • switched out travis with github actions, tests will now run in a matrix from Laravel 6 to 8 in combination with PHP 7.3 to 8
  • sensiolabs/security-checker is abandoned, replaced with successor enlightn/security-checker
  • allowed PHP 8 in the version constraints
  • removed support for Laravel < 6.0, supported versions are now: 6.x to 8.x
  • added Spanish language files (thanks @gfmr806)

v2.1.0

3 years ago
  • dropped support for PHP 7.1, minimum version is now PHP 7.2
  • upgraded guzzlehttp/guzzle to a new major version (^v7.0.0)
  • added support for Laravel 8 (thanks @romanstingler, @nessimabadi!)

v1.1.0

5 years ago
  • added support for Laravel 5.8 (thanks @DevDavido!)
  • added logging for email and slack commands

v1.0.0

5 years ago
  • @DevDavido notified me about the SensioLabs Security Checker upgrade, I implemented their changes
  • bumped the package to a stable tag, I think it has matured enough now. :-)

v0.3.0

5 years ago
  • updated to work on Laravel 5.5.x, 5.6.x and 5.7.x, thanks @jorgenb
  • dropped support for PHP 5.x
  • added Slack notifications on vulnerabilities, thanks @jorgenb
  • renamed LCS_EMAIL_WITHOUT_VULNERABILITIES to LCS_NOTIFY_WITHOUT_VULNERABILITIES to reflect the Slack notification

v0.2.2

6 years ago
  • wrote tests to cover 100% of the package functionality

v0.2.1

6 years ago
  • fixed a bug in the email where the CVE wasn't displayed correctly
  • added DE and NL languages. thanks @mijndert