Merge pull request #5408 from p0wn4j/urlclassloader-webclient-ssrf-sinks

Java: Add URLClassLoader, WebClient SSRF sinks
This commit is contained in:
Chris Smowton
2021-07-01 16:14:22 +01:00
committed by GitHub
9 changed files with 296 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added support for two new APIs susceptible to server-side request forgery (SSRF): using a `URLClassLoader`, and using Spring Web Reactive's `WebClient`.