We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999acb0 commit 4d20710Copy full SHA for 4d20710
java/ql/lib/semmle/code/java/security/UnsafeCertTrust.qll
@@ -44,7 +44,7 @@ class SslConnectionCreation extends DataFlow::Node {
44
}
45
46
/**
47
- * An SSL object that correctly verifies hostnames, or doesn't need to (because e.g. it's a server).
+ * An SSL object that correctly verifies hostnames, or doesn't need to (for instance, because it's a server).
48
*
49
* This is a sanitizer for `SslEndpointIdentificationFlowConfig`.
50
*/
0 commit comments