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.
1 parent d79f429 commit e8d1703Copy full SHA for e8d1703
javascript/ql/test/library-tests/TripleDot/buffer.js
@@ -0,0 +1,7 @@
1
+import 'dummy';
2
+
3
+function t1() {
4
+ const b1 = Buffer.from(source("t1.1"));
5
+ const b2 = Buffer.from(source("t1.2"));
6
+ sink(Buffer.concat([b1, b2]).toString("utf8")); // $ MISSING: hasTaintFlow=t1.1 hasTaintFlow=t1.2
7
+}
0 commit comments