logicsrc/plugins
rushabdev a9521f8482 fix(feed-discovery): block additional reserved SSRF IP ranges
Closes #88

Expand feed-discovery SSRF guard to reject additional non-public
IPv4 and IPv6 address ranges:

IPv4:
- Documentation TEST-NET-1/2/3 (192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24)
- IETF protocol assignments (192.0.0.0/24)
- Benchmark (198.18.0.0/15)
- Multicast (224.0.0.0/4) and reserved (240.0.0.0/4)

IPv6:
- Discard-only (100::/64)
- Benchmark (2001:2::/48)
- Documentation (2001:db8::/32)
- Full link-local scope (fe80::/10, not just fe80::)
- Multicast (ff00::/8)

Adds regression tests for all newly blocked ranges.
2026-06-30 16:54:34 +00:00
..
agentgit Add AgentGit M1: agent-native git layer over a Forgejo backend 2026-06-14 15:15:06 +00:00
agentmail Add AgentMail plugin: paid-member mailbox client for humans + agents 2026-06-14 15:37:17 +00:00
c0mpute feat: add c0mpute plugin and hire-us request flow 2026-06-06 19:42:00 +00:00
coinpay Scaffold LogicSRC and CommandBoard plugins 2026-06-06 11:24:02 +00:00
credential-sharing feat(credential-sharing): implement the Credential Sharing OpenSpec (M1-M3) 2026-06-27 15:24:30 +00:00
email-accounts Add communication account plugin scaffolds 2026-06-09 10:02:07 +00:00
feed-discovery fix(feed-discovery): block additional reserved SSRF IP ranges 2026-06-30 16:54:34 +00:00
sh1pt Scaffold LogicSRC and CommandBoard plugins 2026-06-06 11:24:02 +00:00
social-accounts Add communication account plugin scaffolds 2026-06-09 10:02:07 +00:00
ugig Scaffold LogicSRC and CommandBoard plugins 2026-06-06 11:24:02 +00:00