File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -143,13 +143,15 @@ class CreateSslEngineMethod extends Method {
143
143
}
144
144
}
145
145
146
+ /** The `setConnectionFactory` method of the class `javax.net.ssl.HttpsURLConnection`. */
146
147
class SetConnectionFactoryMethod extends Method {
147
148
SetConnectionFactoryMethod ( ) {
148
149
this .hasName ( "setSSLSocketFactory" ) and
149
150
this .getDeclaringType ( ) .getAnAncestor ( ) instanceof HttpsUrlConnection
150
151
}
151
152
}
152
153
154
+ /** The `setDefaultConnectionFactory` method of the class `javax.net.ssl.HttpsURLConnection`. */
153
155
class SetDefaultConnectionFactoryMethod extends Method {
154
156
SetDefaultConnectionFactoryMethod ( ) {
155
157
this .hasName ( "setDefaultSSLSocketFactory" ) and
You can’t perform that action at this time.
0 commit comments