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

WIP: Fixing failing jstests #151

Closed leeN closed 1 year ago

leeN commented 1 year ago

Running ./mach jstests shows some failing tests, i.e., where foxhound behavior diverges from vanilla Firefox.

This PR tracks the progress of fixing these issues. The underlying reason for test failures is that when assembling the taint flow we call String functions internally, which might have observable side effects iff the user overrides those functions.