Update javascript/ql/lib/semmle/javascript/internal/flow_summaries/Strings.qll

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Napalys Klicius
2025-04-11 11:04:08 +02:00
committed by GitHub
parent e3f1720f9c
commit d0dcf897cb

View File

@@ -108,7 +108,7 @@ class StringFromCharCode extends SummarizedCallable {
}
override predicate propagatesFlow(string input, string output, boolean preservesValue) {
preservesValue = true and
preservesValue = false and
(
input = "Argument[0..]" and
output = "ReturnValue"