mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-05 07:40:19 +01:00
* 🔧 fix: Update domain handling in ActionsInput components for SSRF validation - Refactored domain extraction logic in ActionsInput components to include protocol in the domain metadata for proper SSRF validation. - Ensured that the domain is constructed as `${parsedUrl.protocol}//${parsedUrl.hostname}` to enhance security and prevent potential vulnerabilities. This change improves the handling of user-provided domains and aligns with best practices for security in URL processing. * 🔧 fix: Include missing `actions` field in AppService configuration |
||
|---|---|---|
| .. | ||
| agents.ts | ||
| assistants.ts | ||
| azure.ts | ||
| endpoints.ts | ||
| index.ts | ||
| interface.ts | ||
| memory.ts | ||
| ocr.ts | ||
| service.ts | ||
| specs.ts | ||
| turnstile.ts | ||
| vertex.ts | ||
| web.spec.ts | ||
| web.ts | ||