v1.8.3
Immutable
release. Only release title and notes can be modified.
Changed
FillableForeignKeyAnalyzernow reports only curated ownership/impersonation keys (user_id,owner_id, … extensible viadangerous_patterns) — the generic*_idbranch produced evidence-free false positives and is removed, and the duplicate$guarded = []finding is dropped in favour ofMassAssignmentAnalyzer(#232)
Fixed
MassAssignmentAnalyzernow also analysesAuthenticatable,Pivot, andMorphPivotmodels, not justextends Model/App\Models— so$guarded = []on a legacyApp\Useror a pivot outsideApp\Modelsis no longer missed (#233)