Skip to content

Conversation

@i-just
Copy link
Contributor

@i-just i-just commented Jan 16, 2026

Description

  • updated two docblocks in the GeneralConfig
  • fixed two security issues that were recently addressed on v5 and look to have slipped through the cracks for v6
  • updated changelog-wip to add missing “removed” and “deprecated” items

For the changelog updates, I found those while figuring out the situation of the v5 files that contained recent security fixes. Feel free to adjust/discard if there’s a reason those were not included in the changelog-wip.

Related issues

n/a

@i-just i-just requested a review from riasvdv January 16, 2026 11:31
Copy link
Contributor

@riasvdv riasvdv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I probably just forgot the changelog, thanks!

]);

$fieldLayoutConfig = $request->input('fieldLayoutConfig');
$fieldLayoutConfig = Component::cleanseConfig($request->input('fieldLayoutConfig'));
Copy link
Contributor

@riasvdv riasvdv Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any way we can add tests for these? That we're sure the security issue doesn't return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants