Files
ragflow/agent/component
陈志谦 4870e83aa7 fix(agent): prevent path traversal and SSRF in Browser URL file upload (#18711)
Hardens Browser component URL upload against path traversal (CWE-22) and SSRF (CWE-918). Fixed filename extraction to decode before basename() with strict validation. Replaced urllib with SSRF-safe fetch + manual redirect following. 15 tests pass.

---------

Co-authored-by: jindou <jindou@local>
2026-08-25 17:30:48 +08:00
..