File tree Expand file tree Collapse file tree
csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsinks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ private import semmle.code.csharp.commons.Loggers
88private import semmle.code.csharp.frameworks.system.Web
99private import semmle.code.csharp.frameworks.system.IO
1010private import semmle.code.csharp.dataflow.ExternalFlow
11- private import semmle.code.csharp.dataflow.DataFlow
1211
1312/**
1413 * An external location sink.
@@ -120,6 +119,9 @@ private module LocalFileOutputStreamConfig implements DataFlow::ConfigSig {
120119
121120private module LocalFileOutputStreamFlow = DataFlow:: Make< LocalFileOutputStreamConfig > ;
122121
122+ /**
123+ * A write to the local filesystem.
124+ */
123125class LocalFileOutputSink extends ExternalLocationSink {
124126 LocalFileOutputSink ( ) {
125127 exists ( DataFlow:: Node streamSink |
You can’t perform that action at this time.
0 commit comments