Merge pull request #18153 from owen-mc/java/resttemplate-getforobject

Java: add SSRF sink model for the third parameter of `RestTemplate.getForObject`
This commit is contained in:
Owen Mansel-Chan
2024-12-11 16:37:35 +00:00
committed by GitHub
4 changed files with 99 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added a sink for "Server-side request forgery" (`java/ssrf`) for the third parameter to org.springframework.web.client.RestTemplate.getForObject, when we cannot statically determine that it does not affect the host in the URL.