Create and use Enum classes internally

Created on 31 August 2024, 7 months ago

Problem/Motivation

PHP Enums can encapsulate some of the information currently in constants on the Csp class.

Enumable things
- Directives (default-src, script-src)
- Directive Schemas (source-list, ancestor-source-list, token-list)
- Keywords ('self', 'none')
- Hash algorithms

Proposed resolution

- Create Enums
- Change code to use Enums internally

Remaining tasks

- Widening type hints to also accept enums directly will be implemented for 3.0.0

User interface changes

API changes

Enums are only used internally in 2.x, methods will still expect or return string values.
New enums are available for external code, but methods will require passing in Enum->value until 3.0.0

Data model changes

📌 Task
Status

Needs review

Version

2.0

Component

Code

Created by

🇨🇦Canada gapple

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024