Skip to content

Commit 624c9ff

Browse files
authored
Update java/ql/src/Security/CWE/CWE-295/AndroidMissingCertificatePinning1.java
1 parent 0c6ace3 commit 624c9ff

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 @@
1-
// BAD - By default, this network cal does not use certificate pinning
1+
// BAD - By default, this network call does not use certificate pinning
22
URLConnection conn = new URL("https://example.com").openonnection();

0 commit comments

Comments
 (0)