/security

TYPO3 CMS security layer

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Security

Build Coverage Code Quality

This extension provides basic security features for TYPO3 CMS.

This implementation is a proof-of-concept prototype and thus experimental development. Since not all planned features are implemented, this extension should not be used for production sites.

Installation

Use composer to install this extension in your project:

composer config repositories.security git https://github.com/typo3-initiatives/security
composer require typo3/cms-security

Development

Development for this extension is happening as part of the TYPO3 persistence initiative.