nccgroup / tracy

A tool designed to assist with finding all sinks and sources of a web application and display these results in a digestible manner.
https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2018/june/tracy-because-tracing-user-input-through-javascript-is-for-tools/
MIT License
552 stars 68 forks source link

Don't white out row color when selected #110

Closed for-indy closed 5 years ago

for-indy commented 5 years ago

Currently, when a row is selected, in either of the left side boxes, the color of the text turns white. This can lead to a user not realizing there is xss possibilities if they come back to tracy and the selected row has changed to red (or any other color) but they would not know because it would still appear white.

heathj commented 5 years ago

Sure I like this. However, we should figure out a better way to indicate to the user new vulnerable tracer events are there. Kind of like an an unread indicator. I think mentioned something like how emails bold the table element if its "unread".