Jason Foral
Jason Foral
## What problem are you trying to solve? As we refactor the JS runtime, we want to be able to efficiently send data between v8 and Rust. ## What is...
## NOTE: Despite CI failures: this is a fully working proof of concept, but kept as a draft To run: 1. Create an empty directory to test this repo. 2....
## What problem are you trying to solve? Some significant security vulnerabilities (e.g. [SQL injection](https://en.wikipedia.org/wiki/SQL_injection)) can be caught with [taint analysis](https://en.wikipedia.org/wiki/Taint_checking). Currently, writing accurate rules to detect these vulnerabilities is...
## What problem are you trying to solve? To support more sophisticated analysis techniques, we want to be able to construct arbitrary graphs from the source code we're analyzing. We're...
## What is your solution? This PR is a grab bag of unrelated bug fixes + improvements to flow construction. See commits and their descriptions. ## Alternatives considered ## What...