SAP / project-foxhound

A web browser with dynamic data-flow tracking enabled in the Javascript engine and DOM, based on Mozilla Firefox (https://github.com/mozilla/gecko-dev). It can be used to identify insecure data flows or data privacy leaks in client-side web applications.
GNU General Public License v3.0
80 stars 15 forks source link

Adding Rust installation to build script #231

Closed tmbrbr closed 1 month ago

tmbrbr commented 1 month ago

Adding rust installation to the build script.

Normally this is done by the ./mach bootstrap command, but this is not ideal for the build script for a couple of reasons:

This patch maintains the rust version in the .PLAYWRIGHT_VERSION file and makes sure it gets installed.