ppflower
Results
1
issues of
ppflower
I am trying to do taint analysis on the following javascript code with WALA, but failed. ``` // taint.js function source() { return "secret:000111" } function sink(text) { console.log("Sending:", text)...