From a6bec05f8960038f803d5390168514c96e57bc64 Mon Sep 17 00:00:00 2001 From: dambergn Date: Wed, 10 Oct 2018 12:33:49 -0700 Subject: [PATCH] initial commit for branch. --- vulnerability-report.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vulnerability-report.md diff --git a/vulnerability-report.md b/vulnerability-report.md new file mode 100644 index 00000000..1e9dcb44 --- /dev/null +++ b/vulnerability-report.md @@ -0,0 +1,19 @@ +# Code 43: OWASP - Security + +## Features +- [X] Create a markdown file documenting your vulnerability tests called vulnerability-report.md. +- [ ] Address the following vulnerabilities. Do not just regurgitate the given solutions!. +- - [ ] A1 - Injection +- - [ ] A2 - Broken Auth +- - [ ] A3 - XSS +- - [ ] A4 - Insecure DOR +- [ ] For each of the above vulnerabilities report: +- - [ ] How you found and exploited the vulnerability, including the code/method you used +- - [ ] What you were able to do with the vulnerability (i.e. what was exposed?) +- - [ ] The code that fixes the vulnerability as a markdown code block +- Note: For your vulnerability report, please see the below sample-vulnerability-report. Use the format shown in that document. vuln_report + +## Change Log + +### 2018-08-10 +- Setup application and readme file. \ No newline at end of file