Typo3 Security

Hardens TYPO3 v14 installations and extensions: secure configuration, trusted hosts, file permissions, locking down the Install Tool, backend user accounts and two-factor authentication, CSP, and safe database access. Use when user input is concatenated straight into an SQL query and should be written with QueryBuilder instead, when output needs escaping against XSS, when CSRF checks are missing, when the Install Tool may be reachable from outside, or when asking what must be locked down before an installation goes live.

dirnbauer Updated

File contents

dirnbauer/typo3-skills/tree/main/skills/typo3-security commit 23b2360e4e

Frequently asked questions

npx skillmds@latest add dirnbauer/typo3-security-3