Skip to content

Commit d8823ff

Browse files
mnocondabrt
andauthored
Apply suggestions from code review
Co-authored-by: Tomasz Dąbrowski <[email protected]>
1 parent 0322d98 commit d8823ff

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,9 @@ No additional steps needed.
447447
#### Security
448448

449449
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.
451451
If so, take appropriate action, for example by [revoking passwords](https://doc.ibexa.co/en/latest/users/passwords/#revoking-passwords) for all affected users.
452452

453-
You can find the two advisories below:
454-
455453
##### <abbr title="Browser Reconnaissance & Exfiltration via Adaptive Compression of Hypertext">BREACH</abbr> vulnerability
456454

457455
[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.
480478
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.
481479
```
482480

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.
484482
For more information. see the [updated Apache and nginx template configuration](https://github.com/ibexa/post-install/pull/86/files).
485483

486484
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].
493491
#### Other changes
494492

495493
##### 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).
497494

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:
499498
``` bash
500499
php bin/console ibexa:content:remove-duplicate-fields
501500
```
@@ -507,7 +506,7 @@ php bin/console ibexa:content:remove-duplicate-fields
507506
You can customize the behavior of the command with the following options:
508507

509508
- `--batch-size` or `-b` - number of attributes affected per iteration. Default value = 10000.
510-
- `--max-iterations` or `-i` - max. iterations count (default or -1: unlimited). Default value = -1.
509+
- `--max-iterations` or `-i` - maximum iterations count. Default value = -1 (unlimited).
511510
- `--sleep` or `-s` - wait time between iterations, in milliseconds. Default value = 0.
512511

513512
##### Update webserver configuration

0 commit comments

Comments
 (0)