v1.7.20
·
60 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
Fixed
MassAssignmentAnalyzerno longer false-positives on models that inherit mass assignment protection from a parent class — subclasses of vendor models (e.g.PersonalAccessToken extends Laravel\Sanctum\PersonalAccessToken) were flagged as missing$fillable/$guardedbecause only the current class's own properties were checked; the analyzer now walks the parent class file via Composer's classmap before emitting the finding