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 {
143143 }
144144}
145145
146+ /** The `setConnectionFactory` method of the class `javax.net.ssl.HttpsURLConnection`. */
146147class SetConnectionFactoryMethod extends Method {
147148 SetConnectionFactoryMethod ( ) {
148149 this .hasName ( "setSSLSocketFactory" ) and
149150 this .getDeclaringType ( ) .getAnAncestor ( ) instanceof HttpsUrlConnection
150151 }
151152}
152153
154+ /** The `setDefaultConnectionFactory` method of the class `javax.net.ssl.HttpsURLConnection`. */
153155class SetDefaultConnectionFactoryMethod extends Method {
154156 SetDefaultConnectionFactoryMethod ( ) {
155157 this .hasName ( "setDefaultSSLSocketFactory" ) and
You can’t perform that action at this time.
0 commit comments