File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,6 @@ module LiteralConfig {
151151 }
152152
153153 module LiteralFlow = TaintTracking:: Global< LiteralConfig > ;
154-
155- import LiteralFlow:: PathGraph
156154}
157155
158156module ContextFlow {
@@ -165,8 +163,6 @@ module ContextFlow {
165163 }
166164
167165 module ContextFlow = TaintTracking:: Global< ContextFlowConfig > ;
168-
169- import ContextFlow:: PathGraph
170166}
171167
172168class RedirectToJsp extends ReturnStmt {
@@ -183,6 +179,8 @@ class RedirectToJsp extends ReturnStmt {
183179 File getJspFile ( ) { result = jsp }
184180}
185181
182+ import Xss:: XssFlow:: PathGraph
183+
186184from Xss:: XssFlow:: PathNode source , Xss:: XssFlow:: PathNode sink , JSPTaintStep jspts
187185where
188186 Xss:: XssFlow:: flowPath ( source , sink ) and
Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ module LiteralConfig {
6868 }
6969
7070 module LiteralFlow = TaintTracking:: Global< LiteralConfig > ;
71-
72- import LiteralFlow:: PathGraph
7371}
7472
7573class RedirectToJsp extends ReturnStmt {
@@ -86,6 +84,8 @@ class RedirectToJsp extends ReturnStmt {
8684 File getJspFile ( ) { result = jsp }
8785}
8886
87+ import Xss:: XssFlow:: PathGraph
88+
8989from Xss:: XssFlow:: PathNode source , Xss:: XssFlow:: PathNode sink , JSPTaintStep jspts
9090where
9191 Xss:: XssFlow:: flowPath ( source , sink ) and
You can’t perform that action at this time.
0 commit comments