-
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
feat: add dsomm user day
Showing
10 changed files
with
105 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
|
||
.main-container { | ||
width: 100%; | ||
height: 100%; | ||
/*border: 10px solid yellow;*/ | ||
} | ||
.sidenav-content { | ||
display: flex; | ||
padding: 10px; | ||
align-items: left; | ||
justify-content: left; | ||
/*background-color: red;*/ | ||
} | ||
.example-sidenav { | ||
padding: 20px; | ||
} | ||
.github-fork-ribbon:before { | ||
background-color: #333; | ||
} | ||
.main-container { | ||
width: 100%; | ||
height: 100%; | ||
/*border: 10px solid yellow;*/ | ||
} | ||
|
||
.sidenav-content { | ||
display: flex; | ||
padding: 10px; | ||
align-items: left; | ||
justify-content: left; | ||
/*background-color: red;*/ | ||
} | ||
|
||
.example-sidenav { | ||
padding: 20px; | ||
} | ||
|
||
.github-fork-ribbon:before { | ||
background-color: #333; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
table :is(td, th) { | ||
border: 1px solid black; | ||
padding: 0.3em; | ||
} | ||
|
||
tr:nth-child(even) { | ||
background-color: #66bb6a; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<app-top-header section="User Day"></app-top-header> | ||
<app-readme-to-html | ||
MDFile="./assets/Markdown Files/userday.md"></app-readme-to-html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import { ComponentFixture, TestBed } from '@angular/core/testing'; | ||
|
||
import { UserdayComponent } from './userday.component'; | ||
|
||
describe('UserdayComponent', () => { | ||
let component: UserdayComponent; | ||
let fixture: ComponentFixture<UserdayComponent>; | ||
|
||
beforeEach(async () => { | ||
await TestBed.configureTestingModule({ | ||
declarations: [UserdayComponent], | ||
}).compileComponents(); | ||
}); | ||
|
||
beforeEach(() => { | ||
fixture = TestBed.createComponent(UserdayComponent); | ||
component = fixture.componentInstance; | ||
fixture.detectChanges(); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(component).toBeTruthy(); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'app-userday', | ||
templateUrl: './userday.component.html', | ||
styleUrls: ['./userday.component.css'], | ||
}) | ||
export class UserdayComponent { | ||
constructor() {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## 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 | ||
Hyatt Regency San Francisco | ||
Address: 5 Embarcadero Center San Francisco, CA 94111 United States | ||
Room: To be announced. | ||
|
||
## Agenda | ||
|
||
| Time | Title | Speaker | | ||
|-------|-------------------------------------------------------|---------------------| | ||
| 9:00 | Welcome | Timo Pagel | | ||
| 9:05 | Key Steps to Achieving an Application Security Program | Timo Pagel | | ||
| 10:00 | Workshop? | Jannik H | | ||
| 10:00 | XXX | Chris K | | ||
| 12:00 | Lunch Break | / | | ||
| 13:30 | Utilizing DSOMM app to define your own program | Timo Pagel | | ||
| 14:00 | Workshop: Build your own program | 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. | ||
|
||
#### Workshop secureCodeBox? | ||
|
||
#### Workshop: Build your own program |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
|
||
html, body { height: 100%; } | ||
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } | ||
|