mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
11 lines
358 B
Plaintext
11 lines
358 B
Plaintext
import java
|
|
import TestUtilities.InlineExpectationsTest
|
|
import TestUtilities.InlineFlowTest
|
|
import semmle.code.java.security.RsaWithoutOaepQuery
|
|
|
|
class HasFlowTest extends InlineFlowTest {
|
|
override DataFlow::Configuration getTaintFlowConfig() { result instanceof RsaWithoutOaepConfig }
|
|
|
|
override DataFlow::Configuration getValueFlowConfig() { none() }
|
|
}
|