Immutable
release. Only release title and notes can be modified.
Fixed
public_routesnow composes route-group prefixes into the full URI before matching the allowlist, so a prefixed nested route is no longer flagged as unprotected (#305)authentication-authorizationnow resolves string middleware aliases (e.g.['device.token']) to their class via an alias map frombootstrap/app.phpandapp/Http/Kernel.php, so a route guarded by a custom alias is no longer flagged as missing authentication;auth.basicis recognised too (#312)vulnerable-dependenciesnow hydrates each OSV advisory (GET /v1/vulns/{id}) for its real title, CVE, and affected ranges, matches comma-separated ranges as AND, and fails open when a range can't be resolved (#313)login-throttlingno longer flags Sanctum-style APIs: it recognises$middleware->throttleApi()as global throttling, detects fluent/array throttled route groups via AST line ranges, and skips non-credential endpoints likeauth/logout,auth/me, andauth/signout(#314)service-container-resolutionno longer flags container access insideaddGlobalScope(),addGlobalScopes(), orresolveRelationUsing()closures, which Eloquent invokes in a DI-impossible context like the already-exempt model-event closures; service bindings stay flagged (#315)