mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
Added modeling underscore.string array to string functions.
This commit is contained in:
@@ -42,6 +42,6 @@ function strToArray() {
|
||||
}
|
||||
|
||||
function arrayToStr() {
|
||||
sink(s.toSentence([source("s1")])); // $ MISSING: hasTaintFlow=s1
|
||||
sink(s.toSentenceSerial([source("s2")])); // $ MISSING: hasTaintFlow=s2
|
||||
sink(s.toSentence([source("s1")])); // $ hasTaintFlow=s1
|
||||
sink(s.toSentenceSerial([source("s2")])); // $ hasTaintFlow=s2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user