docs/fundamentals/security: fix typo (#28080)

This commit is contained in:
hyunchel 2023-09-08 08:15:07 -04:00 committed by GitHub
parent 5547f0811f
commit 48c0d8da18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Exposing API endpoints towards "the internet", or any untrusted/hostile network,
- Increase the risk of crashes due to OOM,
- Increase the risk of not keeping up with chain progression, due to resource starvation (IO or CPU),
- Increase the risk of attemps to steal funds via spurious signing-requests (depending on what namespaces are exposed).
- Increase the risk of attempts to steal funds via spurious signing-requests (depending on what namespaces are exposed).
We do not recommend exposing API endpoints publically, and any user who wishes to do so should carefully consider setting up
proxies, WAFs, application level filtering, rate limiting, logging, tls terminator and monitoring to improve resilience.