mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Ruby: un-private PathGraph imports
This commit is contained in:
@@ -43,7 +43,7 @@ private module DecompressionApiConfig implements DataFlow::ConfigSig {
|
||||
|
||||
private module DecompressionApiFlow = TaintTracking::Global<DecompressionApiConfig>;
|
||||
|
||||
private import DecompressionApiFlow::PathGraph
|
||||
import DecompressionApiFlow::PathGraph
|
||||
|
||||
from DecompressionApiFlow::PathNode source, DecompressionApiFlow::PathNode sink
|
||||
where DecompressionApiFlow::flowPath(source, sink)
|
||||
|
||||
@@ -90,7 +90,7 @@ private module HttpVerbConfig implements DataFlow::ConfigSig {
|
||||
|
||||
private module HttpVerbFlow = TaintTracking::Global<HttpVerbConfig>;
|
||||
|
||||
private import HttpVerbFlow::PathGraph
|
||||
import HttpVerbFlow::PathGraph
|
||||
|
||||
from HttpVerbFlow::PathNode source, HttpVerbFlow::PathNode sink
|
||||
where HttpVerbFlow::flowPath(source, sink)
|
||||
|
||||
@@ -50,7 +50,7 @@ private module WeakParamsConfig implements DataFlow::ConfigSig {
|
||||
|
||||
private module WeakParamsFlow = TaintTracking::Global<WeakParamsConfig>;
|
||||
|
||||
private import WeakParamsFlow::PathGraph
|
||||
import WeakParamsFlow::PathGraph
|
||||
|
||||
from WeakParamsFlow::PathNode source, WeakParamsFlow::PathNode sink
|
||||
where WeakParamsFlow::flowPath(source, sink)
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
private import codeql.ruby.AST
|
||||
private import codeql.ruby.security.CodeInjectionQuery
|
||||
private import CodeInjectionFlow::PathGraph
|
||||
import CodeInjectionFlow::PathGraph
|
||||
|
||||
from CodeInjectionFlow::PathNode source, CodeInjectionFlow::PathNode sink, Source sourceNode
|
||||
where
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
private import codeql.ruby.security.HardcodedDataInterpretedAsCodeQuery
|
||||
private import HardcodedDataInterpretedAsCodeFlow::PathGraph
|
||||
import HardcodedDataInterpretedAsCodeFlow::PathGraph
|
||||
|
||||
from
|
||||
HardcodedDataInterpretedAsCodeFlow::PathNode source,
|
||||
|
||||
@@ -35,7 +35,7 @@ private module XxeConfig implements DataFlow::ConfigSig {
|
||||
|
||||
private module XxeFlow = TaintTracking::Global<XxeConfig>;
|
||||
|
||||
private import XxeFlow::PathGraph
|
||||
import XxeFlow::PathGraph
|
||||
|
||||
from XxeFlow::PathNode source, XxeFlow::PathNode sink
|
||||
where XxeFlow::flowPath(source, sink)
|
||||
|
||||
@@ -58,7 +58,7 @@ private module PermissivePermissionsConfig implements DataFlow::ConfigSig {
|
||||
|
||||
private module PermissivePermissionsFlow = DataFlow::Global<PermissivePermissionsConfig>;
|
||||
|
||||
private import PermissivePermissionsFlow::PathGraph
|
||||
import PermissivePermissionsFlow::PathGraph
|
||||
|
||||
from
|
||||
PermissivePermissionsFlow::PathNode source, PermissivePermissionsFlow::PathNode sink,
|
||||
|
||||
@@ -151,7 +151,7 @@ private module HardcodedCredentialsConfig implements DataFlow::ConfigSig {
|
||||
|
||||
private module HardcodedCredentialsFlow = DataFlow::Global<HardcodedCredentialsConfig>;
|
||||
|
||||
private import HardcodedCredentialsFlow::PathGraph
|
||||
import HardcodedCredentialsFlow::PathGraph
|
||||
|
||||
from HardcodedCredentialsFlow::PathNode source, HardcodedCredentialsFlow::PathNode sink
|
||||
where HardcodedCredentialsFlow::flowPath(source, sink)
|
||||
|
||||
Reference in New Issue
Block a user