Skip to content

Commit

Permalink
Remove useless TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariovido committed Sep 13, 2024
1 parent ccf8374 commit 4924ac1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class Json12ParserInstrumentationTest extends AgentTestRunner {
_ * module.findSource(_) >> source
1 * module.taintString(_, 'root', source.origin, 'root', JSON_STRING)
1 * module.taintString(_, 'nested', source.origin, 'nested', JSON_STRING)
// 1 * module.taintString(_, 'nested_array', source.origin, 'nested_array', JSON_STRING) --> TODO - CHECK WHY THIS IS NOT TAINTED
0 * _
where:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class Json6ParserInstrumentationTest extends AgentTestRunner {
_ * module.findSource(_) >> source
1 * module.taintString(_, 'root', source.origin, 'root', JSON_STRING)
1 * module.taintString(_, 'nested', source.origin, 'nested', JSON_STRING)
// 1 * module.taintString(_, 'nested_array', source.origin, 'nested_array', JSON_STRING) --> TODO - CHECK WHY THIS IS NOT TAINTED
0 * _
where:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class Json8ParserInstrumentationTest extends AgentTestRunner {
_ * module.findSource(_) >> source
1 * module.taintString(_, 'root', source.origin, 'root', JSON_STRING)
1 * module.taintString(_, 'nested', source.origin, 'nested', JSON_STRING)
// 1 * module.taintString(_, 'nested_array', source.origin, 'nested_array', JSON_STRING) --> TODO - CHECK WHY THIS IS NOT TAINTED
0 * _
where:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class Json2ParserInstrumentationTest extends AgentTestRunner {
_ * module.findSource(_) >> source
1 * module.taintString(_, 'root', source.origin, 'root', JSON_STRING)
1 * module.taintString(_, 'nested', source.origin, 'nested', JSON_STRING)
// 1 * module.taintString(_, 'nested_array', source.origin, 'nested_array', JSON_STRING) --> TODO - CHECK WHY THIS IS NOT TAINTED
0 * _
where:
Expand Down

0 comments on commit 4924ac1

Please sign in to comment.