Skip to content

Commit 04e07b3

Browse files
mnoconglye
andcommitted
Merge commit from fork
* Update doc for 3.3.42 and 4.6.19 * Before initial review fixes * Review fixes * Bumped latest tag * Changed the format of Rector commands * Apply suggestions from code review Co-authored-by: Gunnstein Lye <[email protected]> * Review fixes * Removed rector info --------- Co-authored-by: Gunnstein Lye <[email protected]>
1 parent 5cae4f7 commit 04e07b3

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

docs/update_and_migration/from_3.3/update_from_3.3.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ Adjust the web server configuration to prevent direct access to the `index.php`
514514

515515
See [the updated Apache and nginx template files](https://github.com/ibexa/post-install/pull/70/files) for more information.
516516

517-
### Removed `symfony/serializer-pack` dependency
517+
#### Removed `symfony/serializer-pack` dependency
518518

519519
This release no longer directly requires the `symfony/serializer-pack` Composer dependency, which can remove some dependencies from your project during the update process.
520520

@@ -526,6 +526,19 @@ composer require symfony/serializer-pack
526526

527527
Then, verify that Symfony Flex installed the versions you were using before.
528528

529+
### v3.3.42
530+
531+
#### Security
532+
533+
This release fixes a critical vulnerability in the [RichText field type](richtextfield.md).
534+
By entering a maliciously crafted input into the RichText field type's XML, the attacker could perform an attack using [XML external entity (XXE) injection](https://portswigger.net/web-security/xxe).
535+
To exploit this vulnerability, an attacker would need to have edit permission to content with RichText fields.
536+
537+
For more information, see the [published security advisory IBEXA-SA-2025-002](https://developers.ibexa.co/security-advisories/ibexa-sa-2025-002-xxe-vulnerability-in-richtext).
538+
539+
Evaluate the vulnerability to determine whether you might have been affected.
540+
If so, take appropriate action.
541+
There are no additional update steps to execute.
529542

530543
## Finish the update
531544

docs/update_and_migration/from_4.6/update_from_4.6.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,18 @@ There are no additional update steps to execute.
292292

293293
## v4.6.18
294294

295-
No additional steps needed.
295+
No additional steps needed.
296+
297+
## v4.6.19
298+
299+
### Security
300+
301+
This release fixes a critical vulnerability in the [RichText field type](richtextfield.md).
302+
By entering a maliciously crafted input into the RichText field type's XML, the attacker could perform an attack using [XML external entity (XXE) injection](https://portswigger.net/web-security/xxe).
303+
To exploit this vulnerability, an attacker would need to have edit permission to content with RichText fields.
304+
305+
For more information, see the [published security advisory IBEXA-SA-2025-002](https://developers.ibexa.co/security-advisories/ibexa-sa-2025-002-xxe-vulnerability-in-richtext).
306+
307+
Evaluate the vulnerability to determine whether you might have been affected.
308+
If so, take appropriate action.
309+
There are no additional update steps to execute.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,14 +933,14 @@ extra:
933933

934934
# Global variables - latest tag versions
935935
latest_tag_2_5: '2.5.32'
936-
latest_tag_3_3: '3.3.41'
936+
latest_tag_3_3: '3.3.42'
937937
latest_tag_4_0: '4.0.8'
938938
latest_tag_4_1: '4.1.5'
939939
latest_tag_4_2: '4.2.4'
940940
latest_tag_4_3: '4.3.5'
941941
latest_tag_4_4: '4.4.4'
942942
latest_tag_4_5: '4.5.7'
943-
latest_tag_4_6: '4.6.18'
943+
latest_tag_4_6: '4.6.19'
944944

945945
symfony_doc: 'https://symfony.com/doc/5.x'
946946
user_doc: 'https://doc.ibexa.co/projects/userguide/en/4.6'

0 commit comments

Comments
 (0)