SamuraiWTF / samuraiwtf

The main SamuraiWTF collaborative distro repo.
https://owasp.org/www-project-samuraiwtf/#SamuraiWTF_Project
GNU Lesser General Public License v3.0
462 stars 119 forks source link

Juice Shop fails to be pulled down on provision #102

Closed elreydetoda closed 4 years ago

elreydetoda commented 4 years ago

On build (vagrant up the provisioning step), it appears that Juice shop is failing to get pulled down. image

Under further investigation it looks like when the following lines get executed: https://github.com/SamuraiWTF/samuraiwtf/blob/020331702dee702de94b50670edad960db7ebf0b/install/targets/juice-shop/juice-shop-tasks.yml#L12-L19

It greps out the Juice shop we want, but also grabs the md5 sum along with it. As displayed in the picture below. image

Adding a | grep -v to the end of this line: https://github.com/SamuraiWTF/samuraiwtf/blob/master/install/targets/juice-shop/juice-shop-tasks.yml#L17

prevents that from happening. Looks like it could have been introduced ~12 days ago. Screenshot_2019-10-19 bkimminich juice-shop

secureideas commented 4 years ago

Fixed in Next