diff --git a/docs/docs/Deployment/security.mdx b/docs/docs/Deployment/security.mdx index e644a2289..75121c0c2 100644 --- a/docs/docs/Deployment/security.mdx +++ b/docs/docs/Deployment/security.mdx @@ -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).