Skip to content

Commit 5005bae

Browse files
Merge pull request #362 from owaspsamm/remove-sud-banner-2025
Resolves #361
2 parents eb19006 + 8018957 commit 5005bae

9 files changed

Lines changed: 45 additions & 23 deletions

content/en/user-day/_index.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,20 @@ description: User Day 2025
55
keywords: ["about","what is","questions", "event", "user"]
66
---
77

8-
## Washington DC Upcoming SAMM & DSOMM User Day
8+
## Washington DC SAMM & DSOMM User Day
99

10-
The OWASP SAMM team is excited to announce our upcoming User Day, this time teaming up with {{< external-link "https://owasp.org/www-project-devsecops-maturity-model/" "DSOMM">}}, as part of {{< external-link "https://owasp.glueup.com/event/owasp-2025-global-appsec-usa-washington-dc-131624/" "Global AppSec USA (Washington, DC)">}}, on November 5th, 2025.
10+
The OWASP SAMM team teamed up with {{< external-link "https://owasp.org/www-project-devsecops-maturity-model/" "DSOMM">}} for a special User Day, as part of {{< external-link "https://owasp.glueup.com/event/owasp-2025-global-appsec-usa-washington-dc-131624/" "Global AppSec USA (Washington, DC)">}}, on November 5th, 2025.
1111

12-
We’ll be spending the day sharing experiences, exploring real-world use of SAMM and DSOMM, and learning from each other about how to advance software security maturity. Whether you're deep into assessments or just getting started, we’d love to hear your perspective.
12+
We spent the day sharing experiences, exploring real-world use of SAMM and DSOMM, and learning from each other about how to advance software security maturity.
1313

14-
Get your place! <b>{{< external-link "https://owasp.glueup.com/event/131624/register/" "Register here.">}}</b>
1514

15+
### Highlights
1616

17-
<br/><br/>
18-
19-
### Agenda
20-
21-
Below you’ll find the main sessions and activities we have planned. Please note that while the core program is set, there may still be a few adjustments as we finalize details with speakers and contributors.
17+
Below you’ll find the main sessions and activities that took place during the User Day. Check the <b>{{< external-link "https://www.youtube.com/playlist?list=PLL2wt4pQkkuKIs8K-xxX7XW3TjLCRRpGW" "YouTube playlist">}}</b> with the recordings of the talks.
2218

23-
{{< user_day_agenda_2025_dc >}}
19+
{{< user_day_agenda_2025_dc_archive >}}
2420

25-
As in previous editions of the User Day, we'll have a <strong>sponsored dinner</strong> for all participants thanks to Codific, SecureHabits, and Toreon.
21+
As in previous editions of the User Day, we had a <strong>sponsored dinner</strong> for all participants thanks to Codific, SecureHabits, and Toreon.
2622

2723

2824
{{< responsive-image-link-3 "../../img/sponsors/codific_180.png" "Codific" "https://www.codific.com" "../../img/sponsors/securehabits_180.png" "SecureHabits" "https://www.securehabits.nl" "../../img/sponsors/toreon_180.png" "Toreon" "https://www.toreon.com">}}

data/sud2025dc/02_an-overview-and-comparison-of-samm-and-dsomm.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ type: "Presentation"
55
presenter: "Aram Hovsepyan and Timo Pagel"
66
time: "9:15 am"
77
videoUrl: ""
8-
downloadUrl: ""
9-
archive: false
8+
archive: true

data/sud2025dc/03_an-ordinary-dev-team-meets-dsomm.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ type: "Presentation"
55
presenter: "Vegard Bakke"
66
time: "9:45 am"
77
videoUrl: ""
8-
downloadUrl: ""
9-
archive: false
8+
archive: true

data/sud2025dc/05_pitfalls-and-lessons-in-scaling-samm-at-a-fortune-500-company.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ type: "Presentation"
55
presenter: "Sunny Sharma"
66
time: "10:30 am"
77
videoUrl: ""
8-
downloadUrl: ""
9-
archive: false
8+
archive: true

data/sud2025dc/09_from-policy-to-proof-automating-testing-for-compliance.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ type: "Presentation"
55
presenter: "Spyros Gasteratos"
66
time: "2:00 pm"
77
videoUrl: ""
8-
downloadUrl: ""
9-
archive: false
8+
archive: true

data/sud2025dc/10_samm-benchmark-updates.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ type: "Presentation"
55
presenter: "Brian Glas"
66
time: "2:30 pm"
77
videoUrl: ""
8-
downloadUrl: ""
9-
archive: false
8+
archive: true

data/sud2025dc/12_round_table.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: "Round table: What's next for SAMM and DSOMM users"
33
type: "Round table"
44
presenter: "All participants"
55
time: "3:15 pm"
6-
archive: false
6+
archive: true

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
{{ partial "carousel.html" . }}
1919

20-
{{ partial "banner_sud_dc_25.html" . }}
20+
<!-- {{ partial "banner_sud_dc_25.html" . }} -->
2121

2222
{{ partial "features.html" . }}
2323

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{{ if gt (len .Site.Data.sud2025dc) 0 }}
2+
{{ with index .Site.Data.sud2025dc }}
3+
{{"<!-- Start talk list -->" | safeHTML}}
4+
<table class="table samm-table" style="border: 1px solid rgba(102, 184, 184, .5);">
5+
<tbody>
6+
<tr>
7+
<td class="samm-heading-row"></td>
8+
<td class="samm-heading-row">Title</td>
9+
<td class="samm-heading-row">Speaker</td>
10+
</tr>
11+
{{ range sort . "weight" }}
12+
{{"<!-- SUD talk -->" | safeHTML}}
13+
{{ if ne .type "Break" }}
14+
{{ if .archive }}
15+
<tr>
16+
<td class="samm-title-row-centered">
17+
{{ if and (isset . "downloadUrl") (not (eq . "downloadUrl" "")) }}
18+
<a href="{{ .downloadUrl }}"><i class="fas fa-download"></i></a>
19+
{{ end }}
20+
</td>
21+
<td class="samm-title-row"><a href="{{ .url }}">{{ .name }}</a></td>
22+
<td class="samm-row">{{ .presenter }}</td>
23+
</tr>
24+
{{ end }}
25+
{{ end }}
26+
{{ end }}
27+
</tbody>
28+
</table>
29+
{{"<!-- End talk list -->" | safeHTML}}
30+
{{ end }}
31+
{{ end }}

0 commit comments

Comments
 (0)