JS: Update test output and add related TODO in 'markdown-table' model

This commit is contained in:
Asger F
2024-08-27 11:31:02 +02:00
parent 2e2181be2c
commit 837a8be1b8
4 changed files with 29 additions and 11 deletions

View File

@@ -52,6 +52,7 @@ module Markdown {
private class MarkdownTableStep extends MarkdownStep {
override predicate step(DataFlow::Node pred, DataFlow::Node succ) {
exists(DataFlow::CallNode call | call = DataFlow::moduleImport("markdown-table").getACall() |
// TODO: needs a flow summary to ensure ArrayElement content is unfolded
succ = call and
pred = call.getArgument(0)
)