Add barebones README.md
This commit is contained in:
parent
3b7ba570fc
commit
6a16709f75
1 changed files with 36 additions and 0 deletions
36
README.md
Normal file
36
README.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# Cyber Security Base course project 1
|
||||||
|
|
||||||
|
## Purpose
|
||||||
|
|
||||||
|
A very insecure web app for the University of Helsinki Cyber Security Base -course.
|
||||||
|
The point is to demonstrate common cyber security problems and their fixes.
|
||||||
|
|
||||||
|
## Description of vulnerabilities
|
||||||
|
|
||||||
|
> **_NOTE:_** More detailed description of problems coming soon.
|
||||||
|
|
||||||
|
I am using the 2021 OWASP Top Ten list.
|
||||||
|
|
||||||
|
LINK: https://github.com/VSinerva/csb-project-1
|
||||||
|
|
||||||
|
I am using the basic Django template, so no instructions are included.
|
||||||
|
|
||||||
|
FLAW 1:
|
||||||
|
|
||||||
|
Broken Access Control
|
||||||
|
|
||||||
|
FLAW 2:
|
||||||
|
|
||||||
|
Cryptographic Failure
|
||||||
|
|
||||||
|
FLAW 3:
|
||||||
|
|
||||||
|
SQL Injection
|
||||||
|
|
||||||
|
FLAW 4:
|
||||||
|
|
||||||
|
Security Misconfiguration
|
||||||
|
|
||||||
|
FLAW 5:
|
||||||
|
|
||||||
|
CSRF
|
Reference in a new issue