Update java/ql/src/Security/CWE/CWE-295/AndroidMissingCertificatePinning1.java

Co-authored-by: Edward Minnix III <egregius313@github.com>
This commit is contained in:
Tony Torralba
2022-12-19 18:11:54 +01:00
committed by GitHub
parent 624c9ff834
commit a47ef17a0d

View File

@@ -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();