Skip to content

Commit

Permalink
Merge pull request #316 from devsecopsmaturitymodel/feat/userday-with…
Browse files Browse the repository at this point in the history
…-bio

chore: enhance content user day
  • Loading branch information
wurstbrot authored Aug 10, 2024
2 parents eb241fb + 9480a86 commit 4f801bf
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 34 deletions.
4 changes: 3 additions & 1 deletion src/app/component/readme-to-html/readme-to-html.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import { HttpClient } from '@angular/common/http';
})
export class ReadmeToHtmlComponent implements OnInit {
@Input() MDFile: string = '';
markdown: md = md();
markdown: md = md({
html: true,
});
markdownURI: any;
toRender: string = '';
constructor(private http: HttpClient) {}
Expand Down
8 changes: 0 additions & 8 deletions src/app/component/userday/userday.component.css
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
table :is(td, th) {
border: 1px solid black;
padding: 0.3em;
}

tr:nth-child(even) {
background-color: #66bb6a;
}
2 changes: 2 additions & 0 deletions src/app/component/userday/userday.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<app-top-header section="User Day"></app-top-header>
<div class="userday">
<app-readme-to-html
MDFile="./assets/Markdown Files/userday.md"></app-readme-to-html>
</div>
108 changes: 83 additions & 25 deletions src/assets/Markdown Files/userday.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,51 @@
## Description
# Description

The OWASP DSOMM team is happy to announce its upcoming User Day on Wednesday, September 25th 2024. It is part of the OWASP AppSec San Francisco.

## Location
# Location
Hyatt Regency San Francisco
Address: 5 Embarcadero Center San Francisco, CA 94111 United States
Room: To be announced.

## Agenda (DRAFT)
# Agenda (DRAFT)
Please expect changes in the timeline.

| Time | Title | Speaker |
|-------|--------------------------------------------------------------------------|---------------------|
| 9:00 | Welcome | Timo Pagel |
| 9:05 | Key Steps to Achieving an Application Security Program | Timo Pagel |
| 10:00 | Reach your Dynamic Depth with OWASP secureCodeBox | Jannik Hollenbach |
| 12:00 | Lunch Break | / |
| 13:30 | Workshop: Utilizing DSOMM app to define your own program | Timo Pagel |
| 14:00 | Workshop: Application and Vulnerability maturity Model (VMM) - DSOMM Map | Francesco Cipollone |
| 16:00 | Wrap Up | Timo Pagel |

## Talk Descriptions
### Key Steps to Achieving an Application Security Program
| Time | Title | Speaker |
|-------|--------------------------------------------------------------------------|----------------------------------------------------------------------------------|
| 9:00 | Welcome | Timo Pagel |
| 9:05 | Key Steps to Achieving an Application Security Program | Timo Pagel |
| 10:00 | Conversation about Application Security Program Experiences | Brook Schoenfield and Timo Pagel |
| 11:00 | Reach your Dynamic Depth with OWASP secureCodeBox | Jannik Hollenbach |
| 12:00 | Lunch Break | / |
| 13:30 | Workshop: Utilizing DSOMM App to Define Your Own Program | Timo Pagel |
| 14:00 | Workshop: Application and Vulnerability maturity Model (VMM) - DSOMM Map | Francesco Cipollone |
| 16:00 | Wrap Up | Timo Pagel |

# Talk Descriptions
## Key Steps to Achieving an Application Security Program
This talk outlines a practical approach to building and optimizing application security (AppSec) programs for organizations of all sizes.
While briefly touching on foundational elements, the presentation focuses on developing and implementing a custom organizational maturity model that resonates with development and operations teams. Moving beyond traditional frameworks, attendees will learn to design tailored models that account for diverse operating environments. The talk provides strategies for avoiding common pitfalls, implementing effective metrics, and creating a scalable AppSec approach adaptable to an organization’s evolving needs. Through actionable advice and real-world examples, participants will gain insights applicable to both new and existing AppSec programs.

### Reach your Dynamic Depth with OWASP secureCodeBox
## Conversation about Application Security Program Experiences
Brook and Timo will talk about their experiences with Application Security Programs.
Everyone is invited to join the conversation. Please bring your questions!

## Reach your Dynamic Depth with OWASP secureCodeBox

Implementing automated scanning for applications within an organization presents a complex task due to various factors. While configuring the scans themselves poses a challenge (DSOMM subdimension "Dynamic depth for applications"), interpreting and utilizing the resulting data in a meaningful way is often even more challenging (DSOMM subdimension "Consolidation").

### Workshop: Utilizing DSOMM app to define your own program
Get to know the DSOMM application and how to customize it to distribute your AppSec Program as a maturity model.
This presentation aims to provide guidance on how to utilize the [OWASP secureCodeBox](https://www.securecodebox.io/) project as a tool to automate dynamic scans, leveraging tools such as ZAP, Nuclei, and SSLyze. Specifically, it will demonstrate how to either schedule regular scans or automatically create them via the [AutoDiscovery](https://www.securecodebox.io/docs/auto-discovery/overview) feature of the secureCodeBox. The talk will also highlight the ability to utilize the secureCodeBox for automated creation of scans on Kubernetes deployments.

Furthermore, this presentation will showcase how the secureCodeBox can be used to automatically upload and organize scan results to [OWASP DefectDojo](https://defectdojo.com/), streamlining your security workflow.

## Workshop: Utilize DSOMM App to Define and Deliver Your Own Program
Timo will present the DSOMM application. He guides you to customize and distribute your AppSec Program. You will learn how to use "inheritance" of the DSOMM content to save time during the definition for example by gaining automatic mapping to frameworks like SAMM and ISO 27001.
Requirements:
- Laptop
- Docker
- Linux is recommended

### Workshop: Application and Vulnerability maturity Model (VMM) - DSOMM Map
Linux is recommended.

## Workshop: Application and Vulnerability maturity Model (VMM) - DSOMM Map
Organizations face an ever-increasing risk of cyberattacks and data breaches. Vulnerabilities are getting discovered faster than ever, with a 34% YoY increase of vulnerability discovery. Vulnerabilities are often tackled as they come from security scanners, leading to burnout of security professionals, with 50% of security engineers considering changing their profession entirely. This workshop explores the vulnerability management process that applies to application, cloud, and infrastructure security.

To mitigate these risks, vulnerability management and triage have become essential components of an effective cybersecurity program. Vulnerability triage, in particular, plays a critical role in identifying, prioritizing, and remediating vulnerabilities to minimize the organization's attack surface across applications, cloud and infrastructure. However, the process of vulnerability triage is not a one-size-fits-all approach and requires a maturity model that reflects the organization's current state of readiness. In this workshop, you will explore the evolution of vulnerability management and triage process maturity and how organizations can enhance their capabilities to manage and mitigate cybersecurity risks effectively.
Expand All @@ -44,8 +54,56 @@ Why we created the vulnerability management process?
We created the vulnerability maturity model to provide a quick and easy assessment method to define where you are in the vulnerability assessment process from triage.
The VMM is mapped back to both SAMM, and DSOMM.

Requirements:
- Laptop
- An outline of your organization's software development lifecycle (real or hypothetical)
- Examples of potential security vulnerabilities relevant to your organization (real or hypothetical)
# Speakers

## Bio Brook
![Brook](/assets/images/userday/Brook.png)

Books by Brook S.E. Schoenfield include Building In Security At Agile Speed (Auerbach, 2021, co-authored with James Ransome), Secrets Of A Cyber Security Architect (Auerbach, 2019) and Securing Systems: Applied Security Architecture and Threat Models (CRC Press, 2015). He co-authored The Threat Modeling Manifesto (2020), Threat Modeling Capabilities (2023), Avoiding the Top 10 Security Design Flaws (IEEE, 2014) and Tactical Threat Modeling (SAFECode, 2017). He has taught 100’s of security architects, and 1000’s have attended his threat modelling trainings. He technically led five AppSec/software security programs and 4 consulting practices. Currently, Mr. Schoenfield works with organizations to improve their software security practices as CTO and Chief Security Architect at Resilient Software Security. He also teaches at the University of Montana. He regularly speaks at conferences and appears in podcasts/webinars. Please see https://www.linkedin.com/in/brookschoenfield/ or brookschoenfield.com for details.

**References**
[LinkedIn](https://www.linkedin.com/in/brookschoenfield/)
[Website](https://brookschoenfield.com)

## Bio Francesco
![Francesco](/assets/images/userday/Francesco.png)
Francesco is a seasoned entrepreneur, CISO & Founder of the code to runtime Contextual-Based Actionable ASPM platform Phoenix Security, author of several books, host of multi-award Cyber Security & Cloud Podcast, speaker and known in the cybersecurity industry and recognized for his visionary views. He currently serves as in the board of UK&I Cloud Security Alliance Chapter,. Francesco Has appeared in several publication like Forbes, Helpnet Security, Hacker noon and interviewed as part of Forbes, Il fatto quotidiano and many other newspapers. Francesco is a faculty member at IANS on application security and cloud security. Francesco is often featured in popular podcast like Application Security weekly, down the rabbit hole, Cloud Security Podcast, appsec weekly. Francesco is frequently speaking at conferences nationally and internationally, Appsec Cali, open security summit, Cyber security & Cloud Expo,
Previously, Francesco headed HSBC’s application and cloud security and was Senior Security Consultant at AWS. Francesco has been keynoting at global conferences and has authored and co-authored several books, whitepapers, Outside of work, you can find me running marathons, snowboarding on the Italian slopes, and enjoying single malt whiskeys in one of my favourite London clubs.

**References**
[Linkedin](https://www.linkedin.com/in/fracipo/)
[Podcast](https://phoenix.security/resources/podcasts/)
[Books](https://phoenix.security/whitepapers-resources/modern-application-security-ebook/)
[Research](https://phoenix.security/vulnerability-weekly/)
[Whitepapers](https://phoenix.security/whitepapers-resources/)
[Blog](https://phoenix.security/author/fcphoenix-security/)
[Press](https://www.nsc42.co.uk/press)

## Bio Jannik

![Jannik Hollenbach](/assets/images/userday/Jannik.jpg)

Jannik Hollenbach is a Software Security Engineer at iteratec GmbH, working on and with open source security testing tools to continuously detect security vulnerabilities in the companies software and systems.

He is also a member of the OWASP secureCodeBox & OWASP Juice Shop project teams.

**References**
[Github](https://github.com/J12934)
[Mastadon](https://infosec.exchange/@jannik)
[iteratec](https://www.iteratec.com/en/)

## Bio Timo
![Timo](/assets/images/userday/Timo.png)
With over 20 years of experience in DevSecOps, security, and web development, [Timo Pagel](https://www.linkedin.com/in/timo-pagel-80900b81/) is a freelance consultant committed to helping clients achieve reliable and secure cloud solutions. Holding CCSP and CEH certifications, Timo possesses vast knowledge secure design and application security programs.

As a DevSecOps architect, Timo collaborates with multiple organizations to design, implement, and monitor best security practices, workflows automation, and integrate security testing tools.

Timo loves Open Source and is the leader of the OWASP DevSecOps Maturity Model (DSOMM).

Additionally, Timo provides training and mentorship on security in web applications, both as a freelancer and a university lecturer. Timo's mission is to empower clients and students with the skills & knowledge to build and maintain secure web applications.

**References**
[LinkedIn](https://www.linkedin.com/in/timo-pagel-80900b81/)
[Github](https://github.com/wurstbrot)
[AppSec Program](https://appsec-program.com)
[PagelShield](https://pagel.pro)
Binary file added src/assets/images/userday/Francesco.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/userday/Jannik.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/userday/Timo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }

.userday table :is(td, th) {
border: 1px solid black;
padding: 0.3em;
}

.userday tr:nth-child(even) {
background-color: #66bb6a;
}

.userday img {
max-height: 100px;
float: left;
margin-right: 10px;
}

0 comments on commit 4f801bf

Please sign in to comment.