mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
JS: Model Array#toString
This commit is contained in:
@@ -3,5 +3,5 @@ import 'dummy';
|
||||
function t1() {
|
||||
const b1 = Buffer.from(source("t1.1"));
|
||||
const b2 = Buffer.from(source("t1.2"));
|
||||
sink(Buffer.concat([b1, b2]).toString("utf8")); // $ MISSING: hasTaintFlow=t1.1 hasTaintFlow=t1.2
|
||||
sink(Buffer.concat([b1, b2]).toString("utf8")); // $ hasTaintFlow=t1.1 hasTaintFlow=t1.2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user