mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Update java/ql/src/Security/CWE/CWE-295/AndroidMissingCertificatePinning1.java
Co-authored-by: Edward Minnix III <egregius313@github.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
// BAD - By default, this network call does not use certificate pinning
|
||||
URLConnection conn = new URL("https://example.com").openonnection();
|
||||
URLConnection conn = new URL("https://example.com").openConnection();
|
||||
Reference in New Issue
Block a user