You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/update_and_migration/from_3.3/update_from_3.3.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -447,11 +447,9 @@ No additional steps needed.
447
447
#### Security
448
448
449
449
This release contains security changes.
450
-
For each of following advisories evaluate the vulnerability to determine whether you might have been affected.
450
+
For each of the following advisories, evaluate the vulnerability to determine whether you might have been affected.
451
451
If so, take appropriate action, for example by [revoking passwords](https://doc.ibexa.co/en/latest/users/passwords/#revoking-passwords) for all affected users.
452
452
453
-
You can find the two advisories below:
454
-
455
453
##### <abbrtitle="Browser Reconnaissance & Exfiltration via Adaptive Compression of Hypertext">BREACH</abbr> vulnerability
456
454
457
455
[The BREACH attack](https://www.breachattack.com/) is a security vulnerability against HTTPS when using HTTP compression.
@@ -480,7 +478,7 @@ Fastly users are not affected.
480
478
Update your Varnish VCL file to align it with the [`vendor/ezsystems/ezplatform-http-cache/docs/varnish/vcl/varnish7.vcl`](https://github.com/ezsystems/ezplatform-http-cache/blob/2.3/docs/varnish/vcl/varnish7.vcl) file.
481
479
```
482
480
483
-
If you're not using a reverse proxy like Varnish or Fastly, adjust the compressed Content Type in the webserver configuration.
481
+
If you're not using a reverse proxy like Varnish or Fastly, adjust the compressed Content Type in the web server configuration.
484
482
For more information. see the [updated Apache and nginx template configuration](https://github.com/ibexa/post-install/pull/86/files).
485
483
486
484
For more information about the vulnerability, see the security advisory[TODO: insert link].
@@ -493,9 +491,10 @@ For more information, see the security advisory[TODO: insert link].
493
491
#### Other changes
494
492
495
493
##### Remove duplicated entries in `ezcontentobject_attribute` table
496
-
This release comes with a command to clean up the duplicated entries in the `ezcontentobject_attribute` table, caused by the issue described in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562).
497
494
498
-
If you're affected you can remove the duplicated entries by running the following command:
495
+
This release comes with a command to clean up duplicated entries in the `ezcontentobject_attribute` table, which were created due to an issue described in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562).
496
+
497
+
If you're affected, remove the duplicated entries by running the following command:
0 commit comments