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.
Foxhound was taking a long time to parse large JSON objects due to making copies of taint structures during SafeCopy and iterating over all taint ranges inside the at method.
This PR tries to optimize some of those operations.
Foxhound was taking a long time to parse large JSON objects due to making copies of taint structures during SafeCopy and iterating over all taint ranges inside the
at
method.This PR tries to optimize some of those operations.