Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f5745 commit 09998a9Copy full SHA for 09998a9
1 file changed
swift/ql/lib/codeql/swift/frameworks/Heuristic.qll
@@ -75,8 +75,8 @@ private class InitializerFromDataStep extends AdditionalTaintStep {
75
* An imprecise flow step for an `append`, `insert` or similar function. For
76
* example:
77
* ```
78
- * mc.append(taintedObj)
79
- * mc.insert(taintedObj, at: 0)
+ * mc.append(taintedObj)
+ * mc.insert(taintedObj, at: 0)
80
81
*/
82
private class AppendCallStep extends AdditionalTaintStep {
@@ -95,7 +95,7 @@ private class AppendCallStep extends AdditionalTaintStep {
95
* An imprecise flow step for an `appending` or similar function. For
96
97
98
- * let mc2 = mc.appending(taintedObj)
+ * let mc2 = mc.appending(taintedObj)
99
100
101
private class AppendingCallStep extends AdditionalTaintStep {
0 commit comments