juice-shop analyzed
This commit is contained in:
parent
ba6e5a9c17
commit
ed6397d1af
19 changed files with 2071 additions and 0 deletions
9
Lab01/documentation/bib/book.bib
Normal file
9
Lab01/documentation/bib/book.bib
Normal file
|
@ -0,0 +1,9 @@
|
|||
@book{example-book,
|
||||
title = {{Example Book}},
|
||||
author = {Lastname, Surname},
|
||||
isbn = {123456789},
|
||||
address = {Germany},
|
||||
publisher = {Goverment},
|
||||
year = {2019},
|
||||
edition = {Second}
|
||||
}
|
7
Lab01/documentation/bib/online.bib
Normal file
7
Lab01/documentation/bib/online.bib
Normal file
|
@ -0,0 +1,7 @@
|
|||
@online{juice-shop,
|
||||
author = {{Juice Shop}},
|
||||
title = {Docker Image},
|
||||
urldate = {2022-03-07},
|
||||
year = {2022},
|
||||
url = {https://hub.docker.com/r/bkimminich/juice-shop/}
|
||||
}
|
Reference in a new issue