File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
javascript/ql/src/semmle/javascript/frameworks Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -578,17 +578,6 @@ module Angular2 {
578578 }
579579 }
580580
581- /** Like `MatTableTaintStep` but as a value-preserving load step. */
582- private class MatTableLoadStep extends PreCallGraphStep {
583- override predicate loadStep ( DataFlow:: Node pred , DataFlow:: Node succ , string prop ) {
584- exists ( MatTableElement table |
585- pred = table .getDataSourceNode ( ) and
586- succ = table .getARowRef ( ) and
587- prop = DataFlow:: PseudoProperties:: arrayElement ( )
588- )
589- }
590- }
591-
592581 /** A taint step into the data array of a `MatTableDataSource` instance. */
593582 private class MatTableDataSourceStep extends TaintTracking:: AdditionalTaintStep , DataFlow:: NewNode {
594583 MatTableDataSourceStep ( ) {
You can’t perform that action at this time.
0 commit comments