botserver/src/llm
Rodrigo Rodriguez de017241f2
All checks were successful
BotServer CI / build (push) Successful in 7m34s
fix: Complete security remediation - RCE and SSRF fixes
- Fixed RCE vulnerability in trusted_shell_script_arg execution
- Fixed SSRF vulnerability in GET command with internal IP blocking
- Updated SafeCommand to use explicit positional arguments

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 01:14:14 +00:00
..
context Add SQLx dependencies for calendar feature 2025-11-27 23:10:43 -03:00
llm_models feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
prompt_manager - Refactor folder as features. 2025-11-22 22:55:35 -03:00
cache.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
cache_test.rs Update server components and keywords 2025-12-23 15:52:35 -03:00
claude.rs fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00
episodic_memory.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
glm.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
local.rs fix: Complete security remediation - RCE and SSRF fixes 2026-02-20 01:14:14 +00:00
mod.rs fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00
observability.rs Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
rate_limiter.rs fix(security): Fix unsafe code, CORS logic, and expect usage 2026-02-19 12:06:05 +00:00
smart_router.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00