Skip to content

v1.8.1

Choose a tag to compare

@haggaiwambua haggaiwambua released this 10 Jun 04:29
· 4 commits to master since this release
Immutable release. Only release title and notes can be modified.
1b90073

False-positive and correctness fixes since v1.8.0 (PRs #220–229).

Fixed

  • MethodLengthAnalyzer / MissingDatabaseTransactionsAnalyzer no longer false-positive on Filament 4 projects (#220)
  • FilePermissionsAnalyzer .env permission checks now gate on staging/production (#221)
  • AuthenticationAnalyzer honours wildcard public_routes and suppresses fully-public route groups (#222)
  • ServiceContainerResolutionAnalyzer suppresses app() in helpers, factory calls, and Filament (#223)
  • PhpSideFilteringAnalyzer no longer duplicates findings or flags authorization-check closures (#224)
  • PasswordSecurityAnalyzer corrected missing_password_defaults recommendation (#225)
  • LogicInBladeAnalyzer skips published vendor views (#226)
  • Scoped --analyzer/--category --report runs no longer transmit partial reports to the platform (#227)
  • MissingDocBlockAnalyzer stops flagging Filament overrides and scaffolding files (#228)
  • ViewCachingAnalyzer skips Laravel Vapor (#229)

Full changelog: https://github.com/ShieldCI/laravel/blob/v1.8.1/CHANGELOG.md