File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
swift/ql/lib/codeql/swift/frameworks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ private class InitializerFromDataStep extends AdditionalTaintStep {
75
75
* An imprecise flow step for an `append`, `insert` or similar function. For
76
76
* example:
77
77
* ```
78
- * mc.append(taintedObj)
79
- * mc.insert(taintedObj, at: 0)
78
+ * mc.append(taintedObj)
79
+ * mc.insert(taintedObj, at: 0)
80
80
* ```
81
81
*/
82
82
private class AppendCallStep extends AdditionalTaintStep {
@@ -95,7 +95,7 @@ private class AppendCallStep extends AdditionalTaintStep {
95
95
* An imprecise flow step for an `appending` or similar function. For
96
96
* example:
97
97
* ```
98
- * let mc2 = mc.appending(taintedObj)
98
+ * let mc2 = mc.appending(taintedObj)
99
99
* ```
100
100
*/
101
101
private class AppendingCallStep extends AdditionalTaintStep {
You can’t perform that action at this time.
0 commit comments