mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Update javascript/ql/lib/semmle/javascript/internal/flow_summaries/Strings.qll
Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user