Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions vulnerability-report.md
Original file line number Diff line number Diff line change
@@ -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.