mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Merge branch 'ruby/add_gqlgen_support' of https://github.com/pwntester/codeql into ruby/add_gqlgen_support
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import go
|
||||
import TestUtilities.InlineExpectationsTest
|
||||
|
||||
module UntrustedFlowSourceTest implements TestSig {
|
||||
module ResolveParameterTest implements TestSig {
|
||||
string getARelevantTag() { result = "resolverParameter" }
|
||||
|
||||
predicate hasActualResult(Location location, string element, string tag, string value) {
|
||||
@@ -15,4 +15,4 @@ module UntrustedFlowSourceTest implements TestSig {
|
||||
}
|
||||
}
|
||||
|
||||
import MakeTest<UntrustedFlowSourceTest>
|
||||
import MakeTest<ResolveParameterTest>
|
||||
|
||||
Reference in New Issue
Block a user