backlog
backlog copied to clipboard
Security
The goal of this project is to contribute incremental security improvements to Magento so that the platform stays ahead of latest vulnerabilities and common exploits.
Scope includes:
- Finalizing review of string output to ensure proper escaping everywhere
- Implementation of CSP (Content Security Policy)
- Implementation of comprehensive, granular ACL/permissions
- PHP 7.3 compatibility
- Upgrade of libraries and components to latest available versions
- Removal of ZF1 code
- Additional password security (check against haveibeenpwnd)
- Testing Magento with encrypted mysql tables for PII protection
~What does "PHP 5.3 compatibility" here refer to? Was this list copied from some very old doc?~
PHP 5.3 should be PHP 7.3 above.