File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
swift/ql/test/library-tests/dataflow/taint Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- | data.swift:85:12:85:12 | dataTainted | Fixed missing result:tainted=81 |
2
- | data.swift:86:12:86:12 | dataTainted2 | Fixed missing result:tainted=81 |
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ func taintThroughData() {
82
82
let dataTainted2 = Data ( dataTainted)
83
83
84
84
sink ( arg: dataClean)
85
- sink ( arg: dataTainted) // $ MISSING: tainted=81
86
- sink ( arg: dataTainted2) // $ MISSING: tainted=81
85
+ sink ( arg: dataTainted) // $ tainted=81
86
+ sink ( arg: dataTainted2) // $ tainted=81
87
87
88
88
// ";Data;true;init(base64Encoded:options:);;;Argument[0];ReturnValue;taint",
89
89
let dataTainted3 = Data ( base64Encoded: source ( ) as! Data , options: [ ] )
You can’t perform that action at this time.
0 commit comments