mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add `InetAddressFilter` interface which can be provided by `HttpSettings` to filter out addresses in order to harden applications against SSRF attacks. Closes gh-49687