Skip to content

v0.2.0 — SSRF hardening (MYC-101)

Latest

Choose a tag to compare

@adelaidasofia adelaidasofia released this 25 May 20:33
· 52 commits to main since this release
1ff7b2c

Wires mycelium-security@v0.1.0 helper into every outbound HTTP path. Three-layer defense: sanitize URL chars/scheme, assert public IP (post-DNS, blocks RFC1918 + cloud-metadata + IPv6 link-local + unique-local), block 3xx redirects. SSRF integration tests cover the 5-attack matrix (backslash / embedded-creds / IPv6-link-local / DNS-private-rebind / AWS-metadata-endpoint) + redirect block. See https://github.com/adelaidasofia/mycelium-security for the helper.