Add class for enforcing explicit security instructions in any publicly accessible script #3

Closed
opened 2020-11-11 11:28:42 +01:00 by jrenslin · 0 comments
Owner

PHP can be locked down dynamically far beyond what we can do on a server / vhost level. In some scripts, this has been done already.
A class, of which one instance is initialized in the bootstrap file and which throws erros in case no security and resource allocation instructions have been specified would improve the general security of the code.

Dynamic enforcing of security-related PHP settings is mainly focused on resource allocation and e.g. file uploads.
See: https://www.php.net/manual/en/function.ini-set.php

PHP can be locked down dynamically far beyond what we can do on a server / vhost level. In some scripts, this has been done already. A class, of which one instance is initialized in the bootstrap file and which throws erros in case no security and resource allocation instructions have been specified would improve the general security of the code. Dynamic enforcing of security-related PHP settings is mainly focused on resource allocation and e.g. file uploads. See: https://www.php.net/manual/en/function.ini-set.php
jrenslin added the
kind/feature
kind/security
priority/medium
labels 2020-11-11 11:28:42 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: museum-digital/MD_STD#3
No description provided.