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

Additional Information for HTML element sinks #181

Closed tmbrbr closed 10 months ago

tmbrbr commented 1 year ago

In order to better locate a particular sink, it would be useful to provide the following additional information:

tmbrbr commented 10 months ago

Using the element->Describe(elementDesc); method of the Element class returns a string listing a reference to the element plus all of the attributes associated with it.