Ruby: un-private PathGraph imports

This commit is contained in:
Alex Ford
2023-09-07 14:24:46 +01:00
parent a893911dba
commit 13300a2e2f
8 changed files with 8 additions and 8 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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

View File

@@ -13,7 +13,7 @@
*/
private import codeql.ruby.security.HardcodedDataInterpretedAsCodeQuery
private import HardcodedDataInterpretedAsCodeFlow::PathGraph
import HardcodedDataInterpretedAsCodeFlow::PathGraph
from
HardcodedDataInterpretedAsCodeFlow::PathNode source,

View File

@@ -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)

View File

@@ -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,

View File

@@ -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)