Files
codeql/javascript/ql/test
Max Schaefer ecab17a626 JavaScript: Teach API graphs to handle promisify.
Following a suggestion by Asger, we track use nodes through calls to `promisify`. When we see a call to a promisified function, we introduce a new synthetic API-graph node representing the callback argument synthesised by the promisification, and track the result of the call to an `await` (or other promise resolution), which is then considered to be a use of the first parameter of the synthetic callback (the zeroth parameter being an error code, which we do not model yet).
2021-01-11 13:53:46 +00:00
..
2020-04-22 14:24:35 +02:00
2020-08-03 13:49:21 +02:00
2020-08-20 11:26:22 +02:00
2019-12-07 02:38:02 +01:00