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.
underscore.string
1 parent 30623cd commit cd40b6fCopy full SHA for cd40b6f
javascript/ql/test/library-tests/TripleDot/underscore.string.js
@@ -40,3 +40,8 @@ function strToArray() {
40
sink(s.words(source("s3")[0])); // $ hasTaintFlow=s3
41
sink(s.lines(source("s7")[0])); // $ hasTaintFlow=s7
42
}
43
+
44
+function arrayToStr() {
45
+ sink(s.toSentence([source("s1")])); // $ MISSING: hasTaintFlow=s1
46
+ sink(s.toSentenceSerial([source("s2")])); // $ MISSING: hasTaintFlow=s2
47
+}
0 commit comments