-
Notifications
You must be signed in to change notification settings - Fork 81
Update doc for 4.6.14 and 3.3.41 #2553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 13 commits
b31b064
6359d7e
4cce92b
15ca3e1
644f138
b523302
d75f69c
9fd8e84
d4a5fb9
0322d98
d8823ff
49ca0b2
be62073
ae87fa8
6fa5318
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -440,7 +440,79 @@ | |||||
|
|
||||||
| ### v3.3.40 | ||||||
|
|
||||||
| A command to deal with duplicated database entries, as reported in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562), will be available soon. | ||||||
| No additional steps needed. | ||||||
|
|
||||||
| ### v3.3.41 | ||||||
|
|
||||||
| #### Security | ||||||
|
|
||||||
| This release contains security fixes. | ||||||
| For more information, see [the published security advisory](https://developers.ibexa.co/security-advisories/ibexa-sa-2024-006-vulnerabilities-in-content-name-pattern-commerce-shop-and-varnish-vhost-templates). | ||||||
| For each of the following fixes, evaluate the vulnerability to determine whether you might have been affected. | ||||||
| If so, take appropriate action, for example by [revoking passwords](https://doc.ibexa.co/en/latest/users/passwords/#revoking-passwords) for all affected users. | ||||||
|
Check warning on line 452 in docs/update_and_migration/from_3.3/update_from_3.3.md
|
||||||
|
|
||||||
| ##### <abbr title="Browser Reconnaissance & Exfiltration via Adaptive Compression of Hypertext">BREACH</abbr> vulnerability | ||||||
|
|
||||||
| The [BREACH](https://www.breachattack.com/) attack is a security vulnerability against HTTPS when using HTTP compression. | ||||||
|
|
||||||
| If you're using Varnish, update the VCL configuration to stop compressing both the [[= product_name =]]'s REST API and JSON responses from your backend. | ||||||
| Fastly users are not affected. | ||||||
|
|
||||||
| === "Varnish on [[= product_name_cloud =]]" | ||||||
|
|
||||||
| Update the Varnish configuration. | ||||||
|
|
||||||
| Generate new configuration with the following command: | ||||||
|
|
||||||
| ```bash | ||||||
| composer ibexa:setup --platformsh | ||||||
| ``` | ||||||
|
|
||||||
| Review the changes, merge with your custom settings if needed, and commit them to Git before deployment. | ||||||
|
|
||||||
| === "Varnish 6" | ||||||
|
|
||||||
| Update your Varnish VCL file to align it with the [`vendor/ezsystems/ezplatform-http-cache/docs/varnish/vcl/varnish5.vcl`](https://github.com/ezsystems/ezplatform-http-cache/blob/2.3/docs/varnish/vcl/varnish5.vcl) file. | ||||||
|
|
||||||
| === "Varnish 7" | ||||||
|
|
||||||
| 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. | ||||||
| ``` | ||||||
|
|
||||||
| If you're not using a reverse proxy like Varnish or Fastly, adjust the compressed Content Type in the web server configuration. | ||||||
|
||||||
| If you're not using a reverse proxy like Varnish or Fastly, adjust the compressed Content Type in the web server configuration. | |
| If you're not using a reverse proxy like Varnish or Fastly, adjust the compressed `Content-Type` in the web server configuration. |
Check warning on line 483 in docs/update_and_migration/from_3.3/update_from_3.3.md
GitHub Actions / vale
[vale] docs/update_and_migration/from_3.3/update_from_3.3.md#L483
[Ibexa.DontCapitalize] Don't capitalize 'Content Type' if inside the sentence.
Raw output
{"message": "[Ibexa.DontCapitalize] Don't capitalize 'Content Type' if inside the sentence.", "location": {"path": "docs/update_and_migration/from_3.3/update_from_3.3.md", "range": {"start": {"line": 483, "column": 83}}}, "severity": "WARNING"}
Check warning on line 488 in docs/update_and_migration/from_3.3/update_from_3.3.md
GitHub Actions / vale
[vale] docs/update_and_migration/from_3.3/update_from_3.3.md#L488
[Ibexa.UnclearAntecedent] Instead of 'There are', try starting this sentence with a specific subject and verb.
Raw output
{"message": "[Ibexa.UnclearAntecedent] Instead of 'There are', try starting this sentence with a specific subject and verb.", "location": {"path": "docs/update_and_migration/from_3.3/update_from_3.3.md", "range": {"start": {"line": 488, "column": 1}}}, "severity": "WARNING"}
Uh oh!
There was an error while loading. Please reload this page.