1.7.0
What's Changed
- Add r2frida tools for process introspection, memory operations, search, and symbol lookup by @as0ler in #37
- Add timeout optional parameter to the analysis tool by @trufae in #40
- Update HTTP mode to some tools by @as0ler in #41
- fix: add params type validation to prevent SIGSEGV (Fixes #42) by @manthanghasadiya in #43
- Add -g to define the sandbox granularity by @trufae in #44
- Harden supervisor responses against raw r2cmd execution by @trufae in #47
- Harden open_session against SSRF and curl data exfiltration by @trufae in #48
- tools: enforce read-only mode precedence over sessions/http by @trufae in #49
- Fix sandbox escape via non-canonical paths by @trufae in #51
- Validate tool parameter types by @trufae in #54
- fix: validate params type in handle_initialize to prevent SIGSEGV by @manthanghasadiya in #53
- Add extended tool dynamic testsuite by @trufae in #55
- Updated AgentsMd by @trufae in #56
- Fix sandbox escape by canonicalizing paths with realpath by @trufae in #57
New Contributors
- @manthanghasadiya made their first contribution in #43
Full Changelog: 1.6.0...1.7.0