{ "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", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
titleproject_user
1Dinis Cruz[ASVS]
\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", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
titleproject_contributor
1Hardik Parekh[SAMM]
2Nessim Kisserli[SAMM]
3Yan Kravchenko[SAMM]
4Arpit Agrawal[Juice Shop]
5John Dileo[SAMM]
6Daniel Kefer[SAMM]
7Chris Cooper[SAMM]
8Jannik Hollenbach[Juice Shop]
9Dinis Cruz[SAMM, Top 10]
\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", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
titleinterested_in
1Kim Wuyts[Threat Modeling, LINDDUN]
2Nessim Kisserli[OWASP SAMM]
3Mustafa Kasmani[Threat modeling]
4Geoff Hill[Threat Modeling]
5Patricia Duarte[Technical Writer]
6Jannik Hollenbach[OWASP Juice Shop]
7Felipe Zipitria[Hugo]
8Sebastien Deleersnyder[SAMM, Threat Modeling]
9Steven Wierckx[Threat modeling]
\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", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
titlechapter_leader
1Lauren ChiesaWiaLondon
2Paulino CalderonRiviera Maya
3John Dileo[New Zealand]
4Azzeddine RamramiMorocco
5Bart De WinBelgium
6Adrian WincklesCambridge
7Andra LezzaLondon
8Felipe ZipitriaUruguay
9Sam StepanyanLondon
10Sebastien DeleersnyderBelgium
\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", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
titleproject_leader
1Sven Schleier[Mobile Security Testing Guide]
2Steven van der Baan[Capture The Flag]
3Paulino Calderon[IoT Goat]
4John Dileo[Application Security Curriculum]
5Azzeddine Ramrami[CSRFGuard]
6Bart De Win[SAMM]
7Simon Bennetts[ZAP]
8Jim Manico[Proactive Controls, Cheatsheet Series, Java Encoder Project, HTML Sanitizer Project, Application Security Verification Standard]
9Adrian Winckles[Application Security Curriculum, OWASP Honeypot]
10Bjoern Kimminich[Juiceshop]
11Sebastien Deleersnyder[SAMM]
12Steven Wierckx[Threat Modeling]
13Jeroen Willemsen[Mobile Security Testing Guide]
14Dinis Cruz[O2 Plattform, Maturity Models Tool, Summits]
\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", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
titleowasp_leadership
1Dinis Cruz[Board Member (20??-2011), London Chapter, Portugal AppSec 20??, OWASP Seasons of Code, OWASP Books]
\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 }