{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Mapping Summit's Participants OWASP involvement/usage\n",
"\n",
"This notebook shows the values of the hugo fields that capture OWASP involvement\n",
"\n",
"The tables below show the consolidation of the correspondent Participant's pages fields (see list below).\n",
"\n",
"Summit participant, **please update your mappings in your Participant's page** (find your page at https://open-security-summit.org/participant/ and use the `Edit this page` link to create a Pull Request)\n",
"\n",
"Here are the field types to use:\n",
"\n",
" - **project_user** - add the projects that you are currently using\n",
" - **project_contributor** - add the projects that you have contributed to\n",
" - **interested_in** - list the topics you are interrested in\n",
" - **chapter_leader** - list the chapters you are a leader of\n",
" - **project_leader** - list the projects you are a leader of\n",
" - **owasp_leadership** - list other major OWASP activities you have lead (for example organising an AppSec conference)\n"
]
},
{
"cell_type": "code",
"execution_count": 17,
"metadata": {},
"outputs": [],
"source": [
"# DataFrame display config\n",
"pd.set_option('display.max_colwidth', -1) "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## OWASP Project Users\n",
"\n",
"Add the projects that you are currently using"
]
},
{
"cell_type": "code",
"execution_count": 18,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" title | \n",
" project_user | \n",
"
\n",
" \n",
" \n",
" \n",
" 1 | \n",
" Dinis Cruz | \n",
" [ASVS] | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" title project_user\n",
"1 Dinis Cruz [ASVS] "
]
},
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"hugo.df_field('project_user')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## OWASP Project Contributors\n",
"\n",
"Add the projects that you have contributed to"
]
},
{
"cell_type": "code",
"execution_count": 19,
"metadata": {
"scrolled": true
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" title | \n",
" project_contributor | \n",
"
\n",
" \n",
" \n",
" \n",
" 1 | \n",
" Hardik Parekh | \n",
" [SAMM] | \n",
"
\n",
" \n",
" 2 | \n",
" Nessim Kisserli | \n",
" [SAMM] | \n",
"
\n",
" \n",
" 3 | \n",
" Yan Kravchenko | \n",
" [SAMM] | \n",
"
\n",
" \n",
" 4 | \n",
" Arpit Agrawal | \n",
" [Juice Shop] | \n",
"
\n",
" \n",
" 5 | \n",
" John Dileo | \n",
" [SAMM] | \n",
"
\n",
" \n",
" 6 | \n",
" Daniel Kefer | \n",
" [SAMM] | \n",
"
\n",
" \n",
" 7 | \n",
" Chris Cooper | \n",
" [SAMM] | \n",
"
\n",
" \n",
" 8 | \n",
" Jannik Hollenbach | \n",
" [Juice Shop] | \n",
"
\n",
" \n",
" 9 | \n",
" Dinis Cruz | \n",
" [SAMM, Top 10] | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" title project_contributor\n",
"1 Hardik Parekh [SAMM] \n",
"2 Nessim Kisserli [SAMM] \n",
"3 Yan Kravchenko [SAMM] \n",
"4 Arpit Agrawal [Juice Shop] \n",
"5 John Dileo [SAMM] \n",
"6 Daniel Kefer [SAMM] \n",
"7 Chris Cooper [SAMM] \n",
"8 Jannik Hollenbach [Juice Shop] \n",
"9 Dinis Cruz [SAMM, Top 10] "
]
},
"execution_count": 19,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"hugo.df_field('project_contributor')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"-----\n",
"\n",
"## Interrested in\n",
"\n",
"List the topics you are interrested in"
]
},
{
"cell_type": "code",
"execution_count": 20,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" title | \n",
" interested_in | \n",
"
\n",
" \n",
" \n",
" \n",
" 1 | \n",
" Kim Wuyts | \n",
" [Threat Modeling, LINDDUN] | \n",
"
\n",
" \n",
" 2 | \n",
" Nessim Kisserli | \n",
" [OWASP SAMM] | \n",
"
\n",
" \n",
" 3 | \n",
" Mustafa Kasmani | \n",
" [Threat modeling] | \n",
"
\n",
" \n",
" 4 | \n",
" Geoff Hill | \n",
" [Threat Modeling] | \n",
"
\n",
" \n",
" 5 | \n",
" Patricia Duarte | \n",
" [Technical Writer] | \n",
"
\n",
" \n",
" 6 | \n",
" Jannik Hollenbach | \n",
" [OWASP Juice Shop] | \n",
"
\n",
" \n",
" 7 | \n",
" Felipe Zipitria | \n",
" [Hugo] | \n",
"
\n",
" \n",
" 8 | \n",
" Sebastien Deleersnyder | \n",
" [SAMM, Threat Modeling] | \n",
"
\n",
" \n",
" 9 | \n",
" Steven Wierckx | \n",
" [Threat modeling] | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" title interested_in\n",
"1 Kim Wuyts [Threat Modeling, LINDDUN]\n",
"2 Nessim Kisserli [OWASP SAMM] \n",
"3 Mustafa Kasmani [Threat modeling] \n",
"4 Geoff Hill [Threat Modeling] \n",
"5 Patricia Duarte [Technical Writer] \n",
"6 Jannik Hollenbach [OWASP Juice Shop] \n",
"7 Felipe Zipitria [Hugo] \n",
"8 Sebastien Deleersnyder [SAMM, Threat Modeling] \n",
"9 Steven Wierckx [Threat modeling] "
]
},
"execution_count": 20,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"hugo.df_field('interested_in')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## OWASP Chapter Leaders\n",
"List the chapters you are a leader of"
]
},
{
"cell_type": "code",
"execution_count": 21,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" title | \n",
" chapter_leader | \n",
"
\n",
" \n",
" \n",
" \n",
" 1 | \n",
" Lauren Chiesa | \n",
" WiaLondon | \n",
"
\n",
" \n",
" 2 | \n",
" Paulino Calderon | \n",
" Riviera Maya | \n",
"
\n",
" \n",
" 3 | \n",
" John Dileo | \n",
" [New Zealand] | \n",
"
\n",
" \n",
" 4 | \n",
" Azzeddine Ramrami | \n",
" Morocco | \n",
"
\n",
" \n",
" 5 | \n",
" Bart De Win | \n",
" Belgium | \n",
"
\n",
" \n",
" 6 | \n",
" Adrian Winckles | \n",
" Cambridge | \n",
"
\n",
" \n",
" 7 | \n",
" Andra Lezza | \n",
" London | \n",
"
\n",
" \n",
" 8 | \n",
" Felipe Zipitria | \n",
" Uruguay | \n",
"
\n",
" \n",
" 9 | \n",
" Sam Stepanyan | \n",
" London | \n",
"
\n",
" \n",
" 10 | \n",
" Sebastien Deleersnyder | \n",
" Belgium | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" title chapter_leader\n",
"1 Lauren Chiesa WiaLondon \n",
"2 Paulino Calderon Riviera Maya \n",
"3 John Dileo [New Zealand]\n",
"4 Azzeddine Ramrami Morocco \n",
"5 Bart De Win Belgium \n",
"6 Adrian Winckles Cambridge \n",
"7 Andra Lezza London \n",
"8 Felipe Zipitria Uruguay \n",
"9 Sam Stepanyan London \n",
"10 Sebastien Deleersnyder Belgium "
]
},
"execution_count": 21,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"hugo.df_field('chapter_leader')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## OWASP Project Leaders\n",
"List the projects you are a leader of"
]
},
{
"cell_type": "code",
"execution_count": 22,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" title | \n",
" project_leader | \n",
"
\n",
" \n",
" \n",
" \n",
" 1 | \n",
" Sven Schleier | \n",
" [Mobile Security Testing Guide] | \n",
"
\n",
" \n",
" 2 | \n",
" Steven van der Baan | \n",
" [Capture The Flag] | \n",
"
\n",
" \n",
" 3 | \n",
" Paulino Calderon | \n",
" [IoT Goat] | \n",
"
\n",
" \n",
" 4 | \n",
" John Dileo | \n",
" [Application Security Curriculum] | \n",
"
\n",
" \n",
" 5 | \n",
" Azzeddine Ramrami | \n",
" [CSRFGuard] | \n",
"
\n",
" \n",
" 6 | \n",
" Bart De Win | \n",
" [SAMM] | \n",
"
\n",
" \n",
" 7 | \n",
" Simon Bennetts | \n",
" [ZAP] | \n",
"
\n",
" \n",
" 8 | \n",
" Jim Manico | \n",
" [Proactive Controls, Cheatsheet Series, Java Encoder Project, HTML Sanitizer Project, Application Security Verification Standard] | \n",
"
\n",
" \n",
" 9 | \n",
" Adrian Winckles | \n",
" [Application Security Curriculum, OWASP Honeypot] | \n",
"
\n",
" \n",
" 10 | \n",
" Bjoern Kimminich | \n",
" [Juiceshop] | \n",
"
\n",
" \n",
" 11 | \n",
" Sebastien Deleersnyder | \n",
" [SAMM] | \n",
"
\n",
" \n",
" 12 | \n",
" Steven Wierckx | \n",
" [Threat Modeling] | \n",
"
\n",
" \n",
" 13 | \n",
" Jeroen Willemsen | \n",
" [Mobile Security Testing Guide] | \n",
"
\n",
" \n",
" 14 | \n",
" Dinis Cruz | \n",
" [O2 Plattform, Maturity Models Tool, Summits] | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" title project_leader\n",
"1 Sven Schleier [Mobile Security Testing Guide] \n",
"2 Steven van der Baan [Capture The Flag] \n",
"3 Paulino Calderon [IoT Goat] \n",
"4 John Dileo [Application Security Curriculum] \n",
"5 Azzeddine Ramrami [CSRFGuard] \n",
"6 Bart De Win [SAMM] \n",
"7 Simon Bennetts [ZAP] \n",
"8 Jim Manico [Proactive Controls, Cheatsheet Series, Java Encoder Project, HTML Sanitizer Project, Application Security Verification Standard]\n",
"9 Adrian Winckles [Application Security Curriculum, OWASP Honeypot] \n",
"10 Bjoern Kimminich [Juiceshop] \n",
"11 Sebastien Deleersnyder [SAMM] \n",
"12 Steven Wierckx [Threat Modeling] \n",
"13 Jeroen Willemsen [Mobile Security Testing Guide] \n",
"14 Dinis Cruz [O2 Plattform, Maturity Models Tool, Summits] "
]
},
"execution_count": 22,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"hugo.df_field('project_leader')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## OWASP Leadership\n",
"List other major OWASP activities you have lead (for example organising an AppSec conference)s"
]
},
{
"cell_type": "code",
"execution_count": 23,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" title | \n",
" owasp_leadership | \n",
"
\n",
" \n",
" \n",
" \n",
" 1 | \n",
" Dinis Cruz | \n",
" [Board Member (20??-2011), London Chapter, Portugal AppSec 20??, OWASP Seasons of Code, OWASP Books] | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" title owasp_leadership\n",
"1 Dinis Cruz [Board Member (20??-2011), London Chapter, Portugal AppSec 20??, OWASP Seasons of Code, OWASP Books]"
]
},
"execution_count": 23,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"hugo.df_field('owasp_leadership')"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}