We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f237d2a commit af749e2Copy full SHA for af749e2
csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/Stored.qll
@@ -13,7 +13,6 @@ private import semmle.code.csharp.security.dataflow.flowsources.FlowSources
13
14
/** A data flow source of stored user input. */
15
abstract class StoredFlowSource extends SourceNode {
16
- // override string getSourceType() { result = "stored flow source" }
17
override string getThreatModel() { result = "local" }
18
}
19
0 commit comments