mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 03:16:14 +01:00
17 lines
509 B
ReStructuredText
17 lines
509 B
ReStructuredText
|
.. include:: /Includes.rst.txt
|
||
|
|
||
|
.. _security:
|
||
|
|
||
|
========
|
||
|
Security
|
||
|
========
|
||
|
|
||
|
Libraries and extensions do not need the security check as they should not have
|
||
|
any restrictions concerning the other libraries they are installed alongside
|
||
|
with (unless those would create breakage). Libraries and extension also should
|
||
|
not have a version-controlled `composer.lock` (which usually is used for
|
||
|
security checks).
|
||
|
|
||
|
Instead, the projects and distributions (i.e., for TYPO3 installations) need to
|
||
|
have the security checks.
|