Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af749e2

Browse files
committed
Remove commented out code
1 parent f237d2a commit af749e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources

csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/Stored.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ private import semmle.code.csharp.security.dataflow.flowsources.FlowSources
1313

1414
/** A data flow source of stored user input. */
1515
abstract class StoredFlowSource extends SourceNode {
16-
// override string getSourceType() { result = "stored flow source" }
1716
override string getThreatModel() { result = "local" }
1817
}
1918

0 commit comments

Comments
 (0)