We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f1720 commit d0dcf89Copy full SHA for d0dcf89
javascript/ql/lib/semmle/javascript/internal/flow_summaries/Strings.qll
@@ -108,7 +108,7 @@ class StringFromCharCode extends SummarizedCallable {
108
}
109
110
override predicate propagatesFlow(string input, string output, boolean preservesValue) {
111
- preservesValue = true and
+ preservesValue = false and
112
(
113
input = "Argument[0..]" and
114
output = "ReturnValue"
0 commit comments