You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Automatic full-project audits are console-first by default through console_only, avoiding a complete static scan on every normal HTTP request.
Every audit now reads and analyzes the current source/environment state directly; the persistent laravel-env-guard.json findings cache, metadata invalidation machinery, and cache_path configuration have been removed.
EnvGuard::inspect() retains the legacy fresh and fingerprint result fields for 1.x compatibility; fresh is always true and the fingerprint is an in-memory signature of the current sanitized findings only.
Upgrades from cache-based releases automatically remove the legacy default result cache and any previously configured custom cache_path on the next audit.