Skip to content

Latest commit

 

History

History
147 lines (91 loc) · 5.83 KB

CHANGELOG.md

File metadata and controls

147 lines (91 loc) · 5.83 KB

Release Notes

Fixed

  • Add accept json header for invalid credential warnings (#64)

Added

  • Add report metadata for web UI (#63)

Added

  • Add new analyzer to check for custom error pages (#60)

Added

  • Add analyzer to check Composer autoloader optimization (#58)

Added

  • Add ability to display exception stack trace of analyzers (#57)

Changed

  • Ignore HTTP errors for checking headers (#56)

Added

  • Add analyzer to detect publicly accessible env file (#55)

Added

  • Say hello to the Enlightn Github bot (#53)

Fixed

  • Fix trusted proxies bug (#49)

Added

  • Add WTFPL to license whitelist (#46)

Added

  • Add ability to define preload code (#43)

Fixed

  • Fix view caching analyzer condition (#42)

Changed

  • Relax class property check for mixed objects (#39)

Added

  • Allow Larastan version 0.7 (#38)

Added

  • Add ability to ignore errors and establish a baseline (#36)

Added

  • Add details to analyzer fail messages (#32)

Added

  • Add support for CI mode (#29)

Added

  • Make improvements to static analysis (#26)

Fixed

  • Fix percentage calculations (#22)

Added

  • Faster tests by adding paratest and remove un-needed services (#20)

Added

  • Add analyzer to detect syntax errors (#19)
  • Support custom categories (#18)

Fixed

  • Fix crash when there is a syntax error in one of the app files (#17)

Added

  • Add CC0 and Unlicense to list of whitelisted licenses (#15)
  • Add option to show all files in the Enlightn command (#16)

Added

  • Add ability to exclude analyzers from reporting for CI/CD (#12)

Fixed

  • Add function check for opcache_get_configuration so it gracefully fails (#10)
  • Fix logo for white terminals (#11)

Added

  • Add trinary maybe logic for PHPStan (#9)

Changed

  • Improved detection of HTTPS only apps (#8)

Added

  • Failing mode for CI (#3)

Changed

  • Skip XSS analyzer in local (#6)
  • Replace SensioLabs security checker with Enlightn's own security checker (#5)

Fixed

  • Fix analyzer percentage computation (#7)