mirror of https://github.com/hashicorp/consul
docs: fixed typos (#5854)
Fixed typos: alterative/alternative & communciation/communicationpull/5966/head
parent
06e0bb4065
commit
4cafff579e
|
@ -74,7 +74,7 @@ non-default options that potentially present additional security risks.
|
||||||
be `false` otherwise, even with ACLs configured, script checks present a
|
be `false` otherwise, even with ACLs configured, script checks present a
|
||||||
remote code execution threat.
|
remote code execution threat.
|
||||||
[`enable_local_script_checks`](/docs/agent/options.html#_enable_local_script_checks)
|
[`enable_local_script_checks`](/docs/agent/options.html#_enable_local_script_checks)
|
||||||
provides a secure alterative if the HTTP API must be exposed and is available
|
provides a secure alternative if the HTTP API must be exposed and is available
|
||||||
from 1.3.0 on. This feature was also back-ported to patch releases 0.9.4,
|
from 1.3.0 on. This feature was also back-ported to patch releases 0.9.4,
|
||||||
1.1.1, and 1.2.4 [as described here](https://www.hashicorp.com/blog/protecting-consul-from-rce-risk-in-specific-configurations).
|
1.1.1, and 1.2.4 [as described here](https://www.hashicorp.com/blog/protecting-consul-from-rce-risk-in-specific-configurations).
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ non-default options that potentially present additional security risks.
|
||||||
* **Verify Server Hostname Used Alone.** From version 0.5.1 to 1.4.0 we documented that
|
* **Verify Server Hostname Used Alone.** From version 0.5.1 to 1.4.0 we documented that
|
||||||
`verify_server_hostname` being `true` _implied_ `verify_outgoing` however due
|
`verify_server_hostname` being `true` _implied_ `verify_outgoing` however due
|
||||||
to a bug this was not the case so setting _only_ `verify_server_hostname`
|
to a bug this was not the case so setting _only_ `verify_server_hostname`
|
||||||
results in plaintext communciation between client and server. See
|
results in plaintext communication between client and server. See
|
||||||
[CVE-2018-19653](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19653)
|
[CVE-2018-19653](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19653)
|
||||||
for more details. This is fixed in 1.4.1.
|
for more details. This is fixed in 1.4.1.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue