Skip to content

Commit

Permalink
Add product for DSOMM & Juice Shop User Day tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Sep 9, 2024
1 parent 997f1e6 commit 39b4686
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL maintainer="Bjoern Kimminich <[email protected]>" \
org.opencontainers.image.vendor="Open Worldwide Application Security Project" \
org.opencontainers.image.documentation="https://help.owasp-juice.shop" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.version="17.1.0" \
org.opencontainers.image.version="17.1.1" \
org.opencontainers.image.url="https://owasp-juice.shop" \
org.opencontainers.image.source="https://github.com/juice-shop/juice-shop" \
org.opencontainers.image.revision=$VCS_REF \
Expand Down
11 changes: 11 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,17 @@ products:
image: lego_case.jpg
reviews:
- { text: 'Check out the /#/photo-wall for some impressions of the assembly process!', author: bjoernOwasp }
-
name: 'DSOMM & Juice Shop User Day Ticket'
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>'
price: 55.20
quantity: 47
limitPerUser: 1
image: user_day_ticket.png
reviews:
- { text: 'This is *THE* chance to "meet the makers" of both Juice Shop and DSOMM in the United States!', author: bjoernOwasp }
- { text: 'The DSOMM Live Assessment session will even use Juice Shop as its "real-world" example!', author: timo }
- { text: 'We will showcase the amazing MultiJuicer Lego Tower at this event!', author: jannik }
memories:
-
image: 'magn(et)ificent!-1571814229653.jpg'
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "17.1.0",
"version": "17.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juice-shop",
"version": "17.1.0",
"version": "17.1.1",
"private": true,
"description": "Probably the most modern and sophisticated insecure web application",
"keywords": [
Expand Down

0 comments on commit 39b4686

Please sign in to comment.