Skip to content

Commit d300736

Browse files
committed
Remove AddLocalSource classes
1 parent 58f2777 commit d300736

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/CodeInjectionQuery.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ deprecated class RemoteSource extends DataFlow::Node instanceof RemoteFlowSource
6868
*/
6969
deprecated class LocalSource extends DataFlow::Node instanceof LocalFlowSource { }
7070

71-
private class AddLocalSource extends Source instanceof LocalFlowSource { }
72-
7371
/** A source supported by the current threat model. */
7472
class ThreatModelSource extends Source instanceof ThreatModelFlowSource { }
7573

csharp/ql/lib/semmle/code/csharp/security/dataflow/ResourceInjectionQuery.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ deprecated class RemoteSource extends DataFlow::Node instanceof RemoteFlowSource
6767
*/
6868
deprecated class LocalSource extends DataFlow::Node instanceof LocalFlowSource { }
6969

70-
private class AddLocalSource extends Source instanceof LocalFlowSource { }
71-
7270
/** A source supported by the current threat model. */
7371
class ThreatModelSource extends Source instanceof ThreatModelFlowSource { }
7472

csharp/ql/lib/semmle/code/csharp/security/dataflow/SqlInjectionQuery.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ deprecated class RemoteSource extends DataFlow::Node instanceof RemoteFlowSource
7878
*/
7979
deprecated class LocalSource extends DataFlow::Node instanceof LocalFlowSource { }
8080

81-
private class AddLocalSource extends Source instanceof LocalFlowSource { }
82-
8381
/** A source supported by the current threat model. */
8482
class ThreatModelSource extends Source instanceof ThreatModelFlowSource { }
8583

0 commit comments

Comments
 (0)