CPP: update expected output

This commit is contained in:
erik-krogh
2022-09-21 17:12:38 +02:00
parent a30c38f38c
commit 33165f4f55
86 changed files with 768 additions and 767 deletions

View File

@@ -74,5 +74,6 @@ where
config.hasFlowPath(source, sink) and
source.getNode().asExpr() = sensitive and
sqliteCall.getASource() = sink.getNode().asExpr()
select sqliteCall, source, sink, "This SQLite call may store $@ in a non-encrypted SQLite database.",
sensitive, "sensitive information"
select sqliteCall, source, sink,
"This SQLite call may store $@ in a non-encrypted SQLite database.", sensitive,
"sensitive information"