- Notifications
You must be signed in to change notification settings - Fork0
A repo with the demos and benchmarks from my FOSDEM 2021 talk This Loop Goes Loop-di-Loop.
License
mureinik/loop-li-loop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A repo with the demos and benchmarks from myFOSDEM 2021 talk This Loop GoesLoop-di-Loop.
Will be published after FOSDEM.
Will be published after FOSDEM.
These demos contain intentionally vulnerable code.
Do not run any of them on a machine which can be accessed by externalusers.
Clone the repository:
git clone https://github.com/mureinik/owasp-top10-demo.git
Install the dependencies:
npm install
lib: Contains the demos. Each of these files is a standalone miniapplication that can be run with
node <filename>
Once run, the application will be available athttp://localhost:3000.
benchmark: Contains scripts to benchmark the issues demonstrated inthe talk. Each of these scripts can be run independently and willdump a CSV result to the standard output. It's recommended to redirectthe output to a file:
node <filename> > /tmp/benchmark.csv