toolness / security-adventure

Go on an educational Web security adventure!
335 stars 26 forks source link

No Windows support #1

Closed toolness closed 11 years ago

toolness commented 11 years ago

npm test doesn't even work because our setting of an environment variable in the command-line isn't understood.

Due to toolness/phantom-wd-runner#1, there's a phantomjs process lying around after the tests finish.

The ReDoS verifier also fails with a ENOENT from spawn.

toolness commented 11 years ago

I fixed toolness/phantom-wd-runner#1, so all core tests now pass, but bin/verify.js is still exiting with ENOENT on all problems.