Security Considerations
Server-Side Request Forgery (SSRF)
Inferno is designed to make requests against user-submitted URLs, which makes it important to mitigate against SSRF. It is not practical to implement SSRF protection within Inferno itself because which URLs are valid versus which ones are invalid varies based on the particular deployment. Because of this, it is recommended that deployments use network-layer SSRF mitigations. For example, the Inferno team protects against SSRF in public deployments by implementing firewall rules in the host operating system, which denies Inferno access to the internal network.
Suggest an improvement
Want to make an change? Contribute an edit for this page on the Inferno Framework GitHub repository.