From f1e45c6e9c53bc60fdfcd7fa87db087414a99258 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:19:23 -0500 Subject: [PATCH] docs: include regex for sanitized input types (#10712) include-regex-for-sanitized-input --- docs/docs/Deployment/security.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).