docs: include regex for sanitized input types (#10712)

include-regex-for-sanitized-input
This commit is contained in:
Mendon Kissling
2025-11-24 17:19:23 -05:00
committed by GitHub
parent f5646808f1
commit f1e45c6e9c

View File

@@ -35,7 +35,7 @@ Follow industry best practices for APIs:
* Use a secure API gateway to provide authentication and authorization
* Ensure user data is appropriately isolated
* Sanitize inputs and outputs against XSS and injection attacks
* Sanitize inputs and outputs against XSS and injection attacks, including regex patterns to prevent ReDoS vulnerabilities
For more information on setting up a reverse proxy, see [Deploy Langflow with Nginx and SSL](/deployment-nginx-ssl).
For more information on authentication configuration, see [API keys and authentication](/api-keys-and-authentication).