File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
javascript/ql/lib/semmle/javascript Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -312,8 +312,6 @@ module Stages {
312
312
or
313
313
TaintTracking:: heapStep ( _, _)
314
314
or
315
- exists ( RemoteFlowSource r )
316
- or
317
315
exists ( Exports:: getALibraryInputParameter ( ) )
318
316
or
319
317
any ( RegExpTerm t ) .isUsedAsRegExp ( )
Original file line number Diff line number Diff line change 5
5
import javascript
6
6
import semmle.javascript.frameworks.HTTP
7
7
import semmle.javascript.security.dataflow.DOM
8
- private import semmle.javascript.internal.CachedStages
9
8
10
9
cached
11
10
private module Cached {
@@ -173,7 +172,7 @@ private class ExternalRemoteFlowSourceSpecEntryPoint extends API::EntryPoint {
173
172
private class ExternalRemoteFlowSource extends RemoteFlowSource {
174
173
RemoteFlowSourceAccessPath ap ;
175
174
176
- ExternalRemoteFlowSource ( ) { Stages :: Taint :: ref ( ) and this = ap .resolve ( ) .asSource ( ) }
175
+ ExternalRemoteFlowSource ( ) { this = ap .resolve ( ) .asSource ( ) }
177
176
178
177
override string getSourceType ( ) { result = ap .getSourceType ( ) }
179
178
}
You can’t perform that action at this time.
0 commit comments