Actions
Bug #104686
openField scope in sys_http_report is too small
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Content Security Policy
Target version:
-
Start date:
2024-08-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In frontend context the field scope in table sys_http_report is filled with a concatenation of "frontend." and the site configuration identifier.
When the site identifier is too long, new entries in sys_http_report fail for frontend CSP validation failure reports:
Uncaught TYPO3 Exception: #1406: An exception occurred while executing a query: Data too long for column 'scope' at row 1
This is the same issue as reported and solved in #102404.
Actions