mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
import java
|
|
import TestUtilities.InlineFlowTest
|
|
import semmle.code.java.security.WebviewDubuggingEnabledQuery
|
|
|
|
class HasFlowTest extends InlineFlowTest {
|
|
override DataFlow::Configuration getTaintFlowConfig() { none() }
|
|
|
|
override DataFlow::Configuration getValueFlowConfig() {
|
|
result = any(WebviewDebugEnabledConfig c)
|
|
}
|
|
}
|