Skip to content

Commit d0dcf89

Browse files
Napalysasgerf
andauthored
Update javascript/ql/lib/semmle/javascript/internal/flow_summaries/Strings.qll
Co-authored-by: Asger F <[email protected]>
1 parent e3f1720 commit d0dcf89

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/lib/semmle/javascript/internal/flow_summaries

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class StringFromCharCode extends SummarizedCallable {
108108
}
109109

110110
override predicate propagatesFlow(string input, string output, boolean preservesValue) {
111-
preservesValue = true and
111+
preservesValue = false and
112112
(
113113
input = "Argument[0..]" and
114114
output = "ReturnValue"

0 commit comments

Comments
 (0)