diff --git a/docs/src/languages/php/extensions.md b/docs/src/languages/php/extensions.md index 2e1b4a077c..aae8bf804f 100644 --- a/docs/src/languages/php/extensions.md +++ b/docs/src/languages/php/extensions.md @@ -115,7 +115,7 @@ and turn off those on by default with the `disabled_extensions` key. | `sysvsem` | | | | Def | Def | Def | Def | Def | Def | Def | | `sysvshm` | | | | Def | Def | Def | Def | Def | Def | Def | | `tideways` | | | | Avail | Avail | Avail | Avail | Avail | Avail | Avail | -| `tideways-xhprof` | | | | Avail | Avail | Avail | Avail | Avail | | | +| `tideways_xhprof` | | | | Avail | Avail | Avail | Avail | Avail | Avail | Avail | | `tidy` | Avail | Avail | Avail | Avail | Avail | Avail | Avail | Avail | Avail | Avail | | `tokenizer` | | | | Def | Def | Def | Def | Def | Def | Def | | `uuid` | | | | | Avail | Avail | Avail | Avail | Avail | Avail | diff --git a/docs/src/security/data-deletion.md b/docs/src/security/data-deletion.md index 846fb86a7a..a02317c98b 100644 --- a/docs/src/security/data-deletion.md +++ b/docs/src/security/data-deletion.md @@ -3,12 +3,14 @@ title: "Data deletion" weight: 6 description: | - Data deletion is handled via our backend providers. When a volume is released back to the provider, the provider will perform a wipe on the data utilizing [NIST 800-88](https://csrc.nist.gov/publications/detail/sp/800-88/rev-1/final). This wipe is done immediately before reuse. + Data deletion is handled via our backend providers. When a volume is released back to the provider, the provider performs a wipe on the data utilizing [NIST 800-88](https://csrc.nist.gov/publications/detail/sp/800-88/rev-1/final). This wipe is done immediately before reuse. --- {{< description >}} -All projects, except those hosted on OVH or Orange Cloud for Business, utilize encrypted volumes. The encryption key is destroyed when we release the volume back to the provider, adding another layer of protection. +All projects, except those hosted on OVH, utilize encrypted volumes. +The encryption key is destroyed when the volume is released back to the provider, +which adds another layer of protection. ## Media destruction diff --git a/docs/src/security/encryption.md b/docs/src/security/encryption.md index 4c3c36b190..687cd11125 100644 --- a/docs/src/security/encryption.md +++ b/docs/src/security/encryption.md @@ -13,6 +13,6 @@ Data in transit on Platform.sh controlled networks (for example, between the app ## Data at rest -All application data is encrypted at rest by default using encrypted ephemeral storage (typically using an AES-256 block cipher). Some Enterprise-Dedicated clusters and the `FR-1` and `FR-3` regions do not have full encryption at rest. +All application data is encrypted at rest by default using encrypted ephemeral storage (typically using an AES-256 block cipher). Some Enterprise-Dedicated clusters and the `FR-3` region do not have full encryption at rest. If you have specific audit requirements surrounding data at rest encryption, please [contact support](/overview/get-support.md).