Skip to content

1.7.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 18:44
· 44 commits to main since this release

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

Full Changelog: 1.6.0...1.7.0