UMDLARS / dtanm

A framework to teach adversarial thinking to software developers without requiring any special security knowledge
3 stars 2 forks source link

Add "test against gold" feature #103

Open ChandlerSwift opened 4 years ago

ChandlerSwift commented 4 years ago

We have a UI mocked out for this (test_against_gold.html), but it was removed from the menu in 588188538566dd8390b503d11eea7ba2f510afed since it wasn't yet functional.

Open questions (from Slack): @pahp:

pahp commented 3 years ago

Hi, sorry for the delay. This just fell out of scope but is easy to answer, I think.

Thanks again for all your incredible work.

ChandlerSwift commented 3 years ago

The easiest way to do this seems like to extend the "attack" type to include the tests against gold. If we add a type field to attacks, this could be set to "test" in the test_against_gold case, and "attack" otherwise. Likewise for our Results.