We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16181d commit 9ffc5abCopy full SHA for 9ffc5ab
java/ql/src/semmle/code/java/security/UnsafeCertTrustQuery.qll
@@ -53,7 +53,7 @@ private class SafeSslParametersFlowConfig extends DataFlow2::Configuration {
53
}
54
55
/**
56
- * A call to `SSLParameters.setEndpointIdentificationAlgorithm` with a non-null and non-zero parameter.
+ * A call to `SSLParameters.setEndpointIdentificationAlgorithm` with a non-null and non-empty parameter.
57
*/
58
private class SafeSetEndpointIdentificationAlgorithm extends MethodAccess {
59
SafeSetEndpointIdentificationAlgorithm() {
0 commit comments