Added modeling underscore.string array to string functions.

This commit is contained in:
Napalys
2025-03-17 12:55:53 +01:00
parent cd40b6f125
commit 6b105b2f49
2 changed files with 3 additions and 2 deletions

View File

@@ -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
}