Merge pull request #8357 from p0wn4j/jdbc-url-ssrf-sink

Java: Add JDBC connection SSRF sinks
This commit is contained in:
Chris Smowton
2022-03-14 13:27:34 +00:00
committed by GitHub
20 changed files with 1110 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added support for detection of SSRF via JDBC database URLs, including connections made using the standard library (`java.sql`), Hikari Connection Pool, JDBI and Spring JDBC.