init documentation

This commit is contained in:
Florian Hoss 2022-04-25 09:03:46 +02:00
parent aec62213fe
commit aa09157216
7 changed files with 1940 additions and 0 deletions

View file

@ -0,0 +1,9 @@
@book{example-book,
title = {{Example Book}},
author = {Lastname, Surname},
isbn = {123456789},
address = {Germany},
publisher = {Goverment},
year = {2019},
edition = {Second}
}

View file

@ -0,0 +1,23 @@
@online{juice-shop,
author = {{Juice Shop}},
title = {Docker Image},
urldate = {2022-03-07},
year = {2022},
url = {https://hub.docker.com/r/bkimminich/juice-shop/}
}
@online{owasp,
author = {{The OWASP® Foundation}},
title = {OWASP Top Ten},
urldate = {2022-03-08},
year = {2022},
url = {https://owasp.org/www-project-top-ten/}
}
@online{cvss,
author = {{Madelyn Bacon}},
title = {CVSS (Common Vulnerability Scoring System) },
urldate = {2022-03-09},
year = {2022},
url = {https://www.techtarget.com/searchsecurity/definition/CVSS-Common-Vulnerability-Scoring-System}
}