File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsinks Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ private import semmle.code.csharp.commons.Loggers
8
8
private import semmle.code.csharp.frameworks.system.Web
9
9
private import semmle.code.csharp.frameworks.system.IO
10
10
private import semmle.code.csharp.dataflow.ExternalFlow
11
- private import semmle.code.csharp.dataflow.DataFlow
12
11
13
12
/**
14
13
* An external location sink.
@@ -120,6 +119,9 @@ private module LocalFileOutputStreamConfig implements DataFlow::ConfigSig {
120
119
121
120
private module LocalFileOutputStreamFlow = DataFlow:: Make< LocalFileOutputStreamConfig > ;
122
121
122
+ /**
123
+ * A write to the local filesystem.
124
+ */
123
125
class LocalFileOutputSink extends ExternalLocationSink {
124
126
LocalFileOutputSink ( ) {
125
127
exists ( DataFlow:: Node streamSink |
You can’t perform that action at this time.
0 commit comments