mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
import java
|
|
import semmle.code.java.security.InsecureTrustManagerQuery
|
|
import TestUtilities.InlineFlowTest
|
|
|
|
class InsecureTrustManagerTest extends InlineFlowTest {
|
|
override DataFlow::Configuration getValueFlowConfig() {
|
|
result = any(InsecureTrustManagerConfiguration c)
|
|
}
|
|
}
|