diff --git a/.gitignore b/.gitignore index 830bb65..cd2a2a8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,3 @@ tags *.blg *.log *.out -cookiejar-kintsugi.pdf diff --git a/README.md b/README.md index a71b85c..2ace032 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Cookiejar Kintsugi is a literature research study I wrote as part of a seminar on web application security at university. The study explores the historical background and current state of session security in web applications, and examines common vulnerabilities, attacks and their mitigations. + +You can **read the full paper [here](./cookiejar-kintsugi.pdf)**. diff --git a/cookiejar-kintsugi.pdf b/cookiejar-kintsugi.pdf new file mode 100644 index 0000000..a1ce697 Binary files /dev/null and b/cookiejar-kintsugi.pdf differ