Skip to content

Commit 39b4686

Browse files
committed
Add product for DSOMM & Juice Shop User Day tickets
1 parent 997f1e6 commit 39b4686

5 files changed

Lines changed: 14 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \
3838
org.opencontainers.image.vendor="Open Worldwide Application Security Project" \
3939
org.opencontainers.image.documentation="https://help.owasp-juice.shop" \
4040
org.opencontainers.image.licenses="MIT" \
41-
org.opencontainers.image.version="17.1.0" \
41+
org.opencontainers.image.version="17.1.1" \
4242
org.opencontainers.image.url="https://owasp-juice.shop" \
4343
org.opencontainers.image.source="https://github.com/juice-shop/juice-shop" \
4444
org.opencontainers.image.revision=$VCS_REF \

config/default.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,17 @@ products:
401401
image: lego_case.jpg
402402
reviews:
403403
- { text: 'Check out the /#/photo-wall for some impressions of the assembly process!', author: bjoernOwasp }
404+
-
405+
name: 'DSOMM & Juice Shop User Day Ticket'
406+
description: 'You are going to the OWASP Global AppSec San Francisco 2024? <a href="https://www.eventbrite.com/e/owasp-global-appsec-san-francisco-2024-tickets-723699172707" target="_blank">Get a ticket<sup>*</sup></a> for this amazing side event as well! Check the juice-packed agenda <a href="https://owasp.org/www-project-juice-shop/#div-userday2024" target="_blank">here</a> for all the details!<br><br><small><small><sup>*</sup>=scroll down to <strong>Elevate: DSOMM and Juice Shop User Day (Sept. 25)</strong> after clicking <em>Get Tickets</em> on Eventbrite. Ticket price set to only covers fees for room, AV, and catering throughout the day.</small></small>'
407+
price: 55.20
408+
quantity: 47
409+
limitPerUser: 1
410+
image: user_day_ticket.png
411+
reviews:
412+
- { text: 'This is *THE* chance to "meet the makers" of both Juice Shop and DSOMM in the United States!', author: bjoernOwasp }
413+
- { text: 'The DSOMM Live Assessment session will even use Juice Shop as its "real-world" example!', author: timo }
414+
- { text: 'We will showcase the amazing MultiJuicer Lego Tower at this event!', author: jannik }
404415
memories:
405416
-
406417
image: 'magn(et)ificent!-1571814229653.jpg'

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "17.1.0",
3+
"version": "17.1.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
402 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juice-shop",
3-
"version": "17.1.0",
3+
"version": "17.1.1",
44
"private": true,
55
"description": "Probably the most modern and sophisticated insecure web application",
66
"keywords": [

0 commit comments

Comments
 (0)