Skip to content

Commit 937efed

Browse files
committed
[Release notes] Release notes 4.6.21
1 parent 2641305 commit 937efed

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,19 @@ Evaluate the vulnerability to determine whether you might have been affected.
538538
If so, take appropriate action.
539539
There are no additional update steps to execute.
540540

541+
### v3.3.43
542+
543+
#### Security
544+
545+
This security advisory resolves XSS vulnerabilities in several parts of the back office of the DXP.
546+
Back office access and varying levels of editing and management permissions are required to exploit these vulnerabilities.
547+
548+
For more information, see the [security advisory IBEXA-SA-2025-003](https://developers.ibexa.co/security-advisories/ibexa-sa-2025-003-xss-vulnerabilities-in-back-office).
549+
550+
Evaluate the vulnerability to determine whether you might have been affected.
551+
If so, take appropriate action.
552+
There are no additional update steps to execute.
553+
541554
## Finish the update
542555

543556
[[% include 'snippets/update/finish_the_update.md' %]]

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

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,40 @@ vendor/bin/rector --dry-run
322322
``` bash
323323
vendor/bin/rector
324324
```
325+
326+
## v4.6.20
327+
328+
No additional steps needed.
329+
330+
## 4.6.21
331+
332+
### Security
333+
334+
This security advisory resolves XSS vulnerabilities in several parts of the back office of the DXP.
335+
Back office access and varying levels of editing and management permissions are required to exploit these vulnerabilities.
336+
337+
For more information, see the [security advisory IBEXA-SA-2025-003](https://developers.ibexa.co/security-advisories/ibexa-sa-2025-003-xss-vulnerabilities-in-back-office).
338+
339+
Evaluate the vulnerability to determine whether you might have been affected.
340+
If so, take appropriate action.
341+
There are no additional update steps to execute.
342+
343+
### Database update
344+
345+
Run the following scripts:
346+
347+
=== "MySQL"
348+
349+
``` bash
350+
mysql -u <username> -p <password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.6.20-to-4.6.21.sql
351+
```
352+
353+
=== "PostgreSQL"
354+
355+
``` bash
356+
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.6.20-to-4.6.21.sql
357+
```
358+
359+
[[% include 'snippets/update/notify_support.md' %]]
360+
361+
With the product updated to the latest version, you can now finish the update process or proceed to updating the LTS Updates packages.

mkdocs.yml

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

704704
# Global variables - latest tag versions
705705
latest_tag_2_5: '2.5.32'
706-
latest_tag_3_3: '3.3.42'
706+
latest_tag_3_3: '3.3.43'
707707
latest_tag_4_0: '4.0.8'
708708
latest_tag_4_1: '4.1.5'
709709
latest_tag_4_2: '4.2.4'
710710
latest_tag_4_3: '4.3.5'
711711
latest_tag_4_4: '4.4.4'
712712
latest_tag_4_5: '4.5.7'
713-
latest_tag_4_6: '4.6.19'
713+
latest_tag_4_6: '4.6.21'
714714

715715
symfony_doc: 'https://symfony.com/doc/5.x'
716716
user_doc: 'https://doc.ibexa.co/projects/userguide/en/3.3'

0 commit comments

Comments
 (0)