File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -78,18 +78,18 @@ module SqlExecution {
78
78
}
79
79
}
80
80
81
+ /**
82
+ * A data-flow node that performs SQL sanitization.
83
+ */
84
+ class SqlSanitization extends DataFlow:: Node instanceof SqlSanitization:: Range { }
85
+
86
+ /** Provides a class for modeling new SQL sanitization APIs. */
87
+ module SqlSanitization {
81
88
/**
82
- * A data-flow node that performs SQL sanitization.
89
+ * A data-flow node that performs SQL sanitization.
83
90
*/
84
- class SqlSanitization extends DataFlow:: Node instanceof SqlSanitization:: Range { }
85
-
86
- /** Provides a class for modeling new SQL sanitization APIs. */
87
- module SqlSanitization {
88
- /**
89
- * A data-flow node that performs SQL sanitization.
90
- */
91
- abstract class Range extends DataFlow:: Node { }
92
- }
91
+ abstract class Range extends DataFlow:: Node { }
92
+ }
93
93
94
94
/**
95
95
* A data-flow node that executes a regular expression.
Original file line number Diff line number Diff line change @@ -99,4 +99,4 @@ module Sqlite3 {
99
99
input = "Argument[0]" and output = "ReturnValue" and preservesValue = false
100
100
}
101
101
}
102
- }
102
+ }
You can’t perform that action at this time.
0 commit comments