2.1.3
What's Changed
- [ANCHOR-403] Prevent SSRF through SEP-1 TOML redirect by @reecexlm in #1043
This release addresses security issue where an attacker can force the Anchor server to issue requests to an arbitrary URL, where the service will attempt to fetch a toml file. If this service is unable to correctly fetch and parse the toml file, it will return an error containing (leaking) the beginning of the content in the URL passed.