Skip to content
prod 352bb92
Browse

Tagged: audit

All Tags
audit
7 pages
5 related

Pages with this tag

8 · Deep codebase audit

1

A non-production deep audit of the codebase — project structure, composer security audit, Git hygiene, FVDUT storage persistence, secret + debug-code scans (with the word-boundary fix for dd()), storage-tracked-file triage, CodeCanyon frontend anti-patterns, and an optional schema audit.

1 · Harden first

2

Treat every shipped secret as compromised — rotate vendor defaults, lock down file permissions, throttle sensitive endpoints, and audit mass assignment + session cookies before anything watches the app.

3 · Activity logging

3

Give security-relevant events a durable audit trail — install Spatie Activity Log, capture model changes, log auth and GDPR actions, and auto-prune old records so an incident always has a paper trail.

Phase 10 · Audit & QA

4

The full pre-launch audit — static code & dependency checks, a security re-check, performance/DB/SEO/accessibility audits, functional QA across roles, debugger review, and a pre-launch sign-off gate.

1 · Static audit — code, dependencies, git

5

Fast, deterministic checks that need no browser — project structure, Composer security audit, git hygiene, code-quality/secrets scan — plus migration analysis and FVDUT storage classification.

2 · Security audit

6

The full security pass — header grading, ownership-aware vulnerability decisions, blocked sensitive files, admin + storage hardening, and a vulnerability register.

Security package update

7

composer/npm audit fix loop — backup, isolated branch, rigorous artisan checks, merge or rollback.