docs: include regex for sanitized input types (#10712)
include-regex-for-sanitized-input
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user