UMDLARS / dtanm

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

Fix environment variable handling #99

Open ChandlerSwift opened 4 years ago

ChandlerSwift commented 4 years ago

Improperly entered environment variables cause parsing of attacks to fail---not on upload, but on displaying and running.

Instead of implementing our own parsing, we could consider using the parser in https://github.com/theskumar/python-dotenv (or copying it out, if we don't need the library's extra functionality).