mirror of
https://github.com/github/codeql.git
synced 2026-06-10 15:31:12 +02:00
2 lines
141 B
Java
2 lines
141 B
Java
// BAD - By default, this network call does not use certificate pinning
|
|
URLConnection conn = new URL("https://example.com").openConnection(); |