Isabel Tuson

Results 45 comments of Isabel Tuson

I like this idea, but I think what you're describing is averaging colors instead of "adding" colors. Adding would result in the sum of each channel (r, g, b) which...

We may also want to add some sort of autocomplete feature to comment fields if they are selected for generating quantitative color. The autocomplete would recommend existing values of that...

The Navigator is a clientside only application, so authentication is definitely possible without actual code changes to the application. If you use the [compile for use elsewhere](https://github.com/mitre-attack/attack-navigator#compile-for-use-elsewhere) instructions you will...

Hi @rubinatorz, You're right that the "white" color doesn't work well on the dark mode. One possible alternative is to use transparent instead, although this has a bug with the...

See also: https://github.com/mitre-attack/attack-navigator/issues/372

Hi @nicolaipre, This is a neat feature, kind of like a platform version of our "select technique across tactics" control. I imagine the behavior would be that, if the control...

Should make use of the diff_stix script released on our attack-scripts repo. https://github.com/mitre-attack/attack-scripts/blob/master/scripts/diff_stix.py Since diff_stix doesn't currently support subtechniques, for forwards compatability we should consider implementing https://github.com/mitre-attack/attack-scripts/issues/12 first.

File dragging has proven to be more difficult than we thought. Since this issue doesn't add any new functionality (one can still upload a layer from the new-tab interface) we...

That's not an error I've seen before. I don't think this is caused by trying to load a layer by URL since it occurs when importing the initial ATT&CK data...

That's actually consistent with how we build the live deployment of the Navigator now that I look at my notes. We build with the following: ``` ng build --prod --aot=false...