We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6ace3 commit 624c9ffCopy full SHA for 624c9ff
1 file changed
java/ql/src/Security/CWE/CWE-295/AndroidMissingCertificatePinning1.java
@@ -1,2 +1,2 @@
1
-// BAD - By default, this network cal does not use certificate pinning
+// BAD - By default, this network call does not use certificate pinning
2
URLConnection conn = new URL("https://example.com").openonnection();
0 commit comments