Skip to content

Commit a47ef17

Browse files
Update java/ql/src/Security/CWE/CWE-295/AndroidMissingCertificatePinning1.java
Co-authored-by: Edward Minnix III <[email protected]>
1 parent 624c9ff commit a47ef17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// BAD - By default, this network call does not use certificate pinning
2-
URLConnection conn = new URL("https://example.com").openonnection();
2+
URLConnection conn = new URL("https://example.com").openConnection();

0 commit comments

Comments
 (0)