Add TODO list

This commit is contained in:
Erik Krogh Kristensen
2022-04-27 10:06:32 +02:00
parent 8d60336396
commit 48408ca45d

View File

@@ -53,10 +53,12 @@ class Sinks extends ModelInput::SinkModelCsv {
}
}
// TODO: Test taint steps (include that the base path may end with ".Call")
// TODO: Ctrl + f: TODO
// TODO: // There are no API-graph edges for: ArrayElement, Element, MapKey, MapValue (remove from valid tokens list)
// TODO: Verify that the list of valid tokens matches the implementation.
// TODO: Named parameters?
// TODO: Commonly used tokens
// TODO: Uniform tokens for fields
// TODO: Non-positional arguments
// TODO: Any argument
// TODO: Test taint steps.
class Sources extends ModelInput::SourceModelCsv {
// package;type;path;kind
override predicate row(string row) {