├── .github └── workflows │ └── gh-pages.yml ├── .gitignore ├── .gitmodules ├── CONTRIBUTING.md ├── Dockerfile ├── README.md ├── Vagrantfile ├── archetypes └── default.md ├── bin ├── gh-push.sh ├── s3-sync.sh └── update.sh ├── config.toml ├── content ├── _index.html ├── about.md ├── about2017.md ├── admin │ ├── _index.html │ ├── identified-issues.md │ ├── outcomes-status.md │ ├── participant-list.md │ ├── sessions-registrations.md │ ├── sessions-status.md │ ├── sponsored-participants.md │ └── tracks.md ├── faq │ ├── Accommodation.md │ ├── Attendee-Information.md │ ├── Content-support.md │ ├── I'd-like-to-join-the-summit.md │ ├── I'm-a-Remote-participant-faq.md │ ├── I'm-an-On-site-participant.md │ ├── I'm-an-organiser.md │ ├── I-need-help.md │ ├── Infrastructure-needs.md │ ├── Organisers-duties.md │ ├── Sharing-summit-photos.md │ ├── Transport-and-Directions.md │ ├── _index.md │ ├── help │ │ ├── _index.html │ │ └── session-not-found.md │ ├── reach-us-in-slack.md │ ├── registration-info.md │ ├── remote-participants.md │ ├── schedule.md │ ├── session-types.md │ └── sponsored_tickets.md ├── onedaysummit.md ├── outcomes │ ├── _index.md │ ├── _template.md │ ├── example.md │ ├── product-sessions │ │ ├── AWS │ │ │ ├── aws-lambda-security.md │ │ │ ├── aws-macie-and-guard-duty.md │ │ │ ├── aws-neptune.md │ │ │ ├── aws-scenarios.md │ │ │ ├── aws-waf-for-ddos-mitigation.md │ │ │ ├── replacing-akamai-with-aws-shield.md │ │ │ └── securing-aws-s3-buckets.md │ │ ├── Azure-Security-Features.md │ │ ├── Dark-and-Deep-Web-Intelligence-Source.md │ │ ├── _template.md │ │ ├── akamai-alerting-and-logging.md │ │ ├── akamai-waf-and-ruleset.md │ │ ├── darktrace-alerts.md │ │ ├── darktrace-api-and-elastic-stack.md │ │ ├── darktrace-tuning-session.md │ │ ├── dependency-mangament-using-snyk.md │ │ ├── hands-on-avatao-path-c-and-cpp.md │ │ ├── hands-on-avatao-path-java.md │ │ ├── hands-on-avatao-path-owasp-top-10.md │ │ ├── incident-handling-with-darktrace.md │ │ ├── integrate-securtiy-headers-in-ci.md │ │ ├── owasp-corporate-membership.md │ │ ├── using-a-rules-engine-and-risk-patterns-with-iriusrisk.md │ │ ├── using-elastic-stack-services.md │ │ ├── using-neo4j-enterprise.md │ │ ├── using-the-hive-for-incident-response.md │ │ ├── using-veracode-sast-engine.md │ │ ├── writing-akamai-rules.md │ │ └── writing-checkmarx-sast-rules.md │ └── tracks │ │ ├── CISO │ │ └── working-sessions │ │ │ ├── ask-me-anything-gdpr.md │ │ │ ├── ciso-roundtable.md │ │ │ ├── cyber-insurance.md │ │ │ ├── cyber-risk-modeling.md │ │ │ ├── integrating-security-into-an-spotify-model.md │ │ │ ├── owasp-collective-defence-agreement.md │ │ │ ├── owasp_2018_cyber_insurance_connor_selby.pdf │ │ │ ├── owasp_cyber_risk_quantification_2018.pdf │ │ │ ├── recruiting-appsec-talent.md │ │ │ ├── vulnerability-intelligence.md │ │ │ └── want-to-become-a-ciso.md │ │ ├── Chaos-Engineering │ │ ├── user-sessions │ │ │ └── hands-on-chaos-experiements.md │ │ └── working-sessions │ │ │ ├── creating-steady-state-hypothesis.md │ │ │ ├── improving-chaos-toolkit.md │ │ │ └── real-world-chaos-engineering.md │ │ ├── DevSecOps │ │ ├── user-sessions │ │ │ ├── adding-crs3-pixi-to-circleci-pipeline.md │ │ │ ├── create-a-slack-bot-in-python.md │ │ │ ├── creating-appsec-metrics-and-visualisation.md │ │ │ ├── integrating-security-tools-in-the-sdl-using-owasp-devsecops-studio.md │ │ │ ├── publishing-apps-in-vsts-security-pipeline.md │ │ │ └── writing-security-tests-to-confirm-vulnerabilities-and-fixes.md │ │ └── working-sessions │ │ │ ├── OWASP-Defect-Dojo.md │ │ │ ├── activity-oriented-metrics.md │ │ │ ├── adding-security-to-vsts-pipeline.md │ │ │ ├── agile-practices-for-security-teams.md │ │ │ ├── appsec-soc-monitoring-visualisation.md │ │ │ ├── devsecops-maturity-model.md │ │ │ ├── integrating-security-into-an-spotify-model.md │ │ │ ├── integrating-security-tools-in-the-sdl.md │ │ │ ├── owasp-cloud-security-workshop.md │ │ │ ├── owasp-devsecops-studio.md │ │ │ ├── securing-github-integrations.md │ │ │ ├── securing-the-ci-pipeline.md │ │ │ ├── security-champions.md │ │ │ ├── security-crowd-sourcing.md │ │ │ ├── threat-modeling-to-devsecops.md │ │ │ ├── web-application-honeypot.md │ │ │ └── webauthn-getting-started-workshop.md │ │ ├── GDPR │ │ ├── user-sessions │ │ │ ├── hands-on-gdpr-patterns.md │ │ │ ├── using-graphs-for-gdpr-mappings.md │ │ │ └── using-threat-models-for-gdpr.md │ │ └── working-sessions │ │ │ ├── DPO-how-to-become-one.md │ │ │ ├── DPO-what-to-expect.md │ │ │ ├── creating-standard-for-gdpr-patterns.md │ │ │ ├── european-gdpr-variations.md │ │ │ ├── gamification-of-gdpr-compliance.md │ │ │ ├── gdpr-appropriate-security-controls.md │ │ │ ├── gdpr-compliance-what-does-it-mean.md │ │ │ ├── meet-the-ico.md │ │ │ └── policies-for-the-security-industry.md │ │ ├── Keynotes │ │ └── user-sessions │ │ │ ├── a-seat-at-the-table.md │ │ │ ├── adding-privacy-by-design-in-secure-application-development.md │ │ │ ├── crossing-the-river-by-feeling-the-stones.md │ │ │ ├── gamifying-security-dashboards.md │ │ │ ├── summit-wrap-up.md │ │ │ └── thinking-in-graphs.md │ │ ├── Maps-and-Graphs │ │ ├── user-sessions │ │ │ ├── create-wardley-mappings-for-multiple-security-scenarios.md │ │ │ ├── creating-elk-dashboards.md │ │ │ ├── soc-value-chain-using-wardley-maps.md │ │ │ ├── using-jira-neovis-to-create-graphical-representations-of-jira-data.md │ │ │ ├── using-neo4j-to-filter-and-review-sast-findings.md │ │ │ └── wardley-mapping.md │ │ └── working-sessions │ │ │ ├── cell-based-structures-for-security.md │ │ │ ├── user-story-mapping-for-effective-communication.md │ │ │ └── using-maps-to-define-how-to-capture-detect-and-prevent-6-real-world-security-incidents.md │ │ ├── Misc │ │ ├── dynamic-sessions │ │ │ └── hands-on-jira-schema-refactoring-ds.md │ │ ├── user-sessions │ │ │ ├── Women-in-cyber-security.md │ │ │ ├── ama-meet-the-experts.md │ │ │ ├── automating-masvs.md │ │ │ ├── cloud-brokerage.md │ │ │ ├── creating-open-source-avatao-exercises.md │ │ │ ├── getting-more-women-in-cyber-security.md │ │ │ ├── hands-on-jira-schema-refactoring.md │ │ │ ├── jira-how-to-use.md │ │ │ ├── jira-risk-workflow.md │ │ │ ├── juice-shop-brainstorming.md │ │ │ ├── juice-shop-coding-day.md │ │ │ ├── learning-from-digital-incidents.md │ │ │ ├── lessons-public-bug-bounties-programmes.md │ │ │ ├── msc-application-security.md │ │ │ ├── mstg-update-android.md │ │ │ ├── mstg-update-ios.md │ │ │ ├── project-management.md │ │ │ ├── running-ctfs-with-juice-shop.md │ │ │ ├── security-ethical-checklist.md │ │ │ ├── security-playbooks.md │ │ │ ├── using-ai-ml-for-incident-response.md │ │ │ ├── using-jira-to-handle-Incident-Response-simulations.md │ │ │ ├── using-neo4j-to-filter-and-review-sast-findings.md │ │ │ └── writing-a-security-budget.md │ │ └── working-sessions │ │ │ └── squad-modelling-and-cross-functional-teams.md │ │ ├── OWASP-Projects │ │ ├── user-sessions │ │ │ └── zap-how-to-use-it.md │ │ └── working-sessions │ │ │ ├── application-security-verification-standard.md │ │ │ ├── button-all copy.pdf │ │ │ ├── button-all.png │ │ │ ├── mstg-update-android.md │ │ │ ├── mstg-update-ios.md │ │ │ ├── owasp-testing-guide.md │ │ │ ├── owasp-top-5-machine-learning-risks.md │ │ │ ├── reboot-owasp-books-project.md │ │ │ └── security-buttons.md │ │ ├── OWASP-SAMM │ │ ├── user-sessions │ │ │ ├── SAMM-Best-Practices.md │ │ │ ├── SAMM-Roundtable.md │ │ │ ├── SAMM-introduction.md │ │ │ ├── implementing-the-owasp-responsible-disclosure-maturity-model.md │ │ │ └── using-the-owasp-maturity-model-tool.md │ │ └── working-sessions │ │ │ ├── SAMM-DevSecOps.md │ │ │ ├── SAMM2-Benchmarking.md │ │ │ ├── SAMM2-Design.md │ │ │ ├── SAMM2-Document-Model.md │ │ │ ├── SAMM2-Governance.md │ │ │ ├── SAMM2-Implementation.md │ │ │ ├── SAMM2-Kickoff.md │ │ │ ├── SAMM2-Measurement-Model.md │ │ │ ├── SAMM2-Operations.md │ │ │ ├── SAMM2-Summit-Outcomes.md │ │ │ ├── SAMM2-Verification.md │ │ │ ├── creating-an-open-3rd-party-supplier-questionnaire-and-maturity-model.md │ │ │ └── devsecops-maturity-model.md │ │ ├── Security-Questions │ │ ├── user-sessions │ │ │ ├── creating-security-quizes.md │ │ │ ├── security-quiz-night-mon.md │ │ │ ├── security-quiz-night-thu.md │ │ │ ├── security-quiz-night-tue.md │ │ │ └── security-quiz-night-wed.md │ │ └── working-sessions │ │ │ ├── consolidate-and-proceces-all-security-quiz-data.md │ │ │ ├── create-aws-security-questions.md │ │ │ ├── create-docker-security-questions.md │ │ │ ├── create-dotnet-security-questions.md │ │ │ ├── create-java-security-questions.md │ │ │ ├── create-nodejs-security-questions.md │ │ │ ├── create-owasp-asvs-security-questions.md │ │ │ ├── create-owasp-top-10-questions.md │ │ │ ├── create-perl-security-questions.md │ │ │ ├── create-php-security-questions.md │ │ │ ├── create-security-economics-questions.md │ │ │ ├── create-security-ethics-checklist-questions.md │ │ │ ├── owasp-exams.md │ │ │ ├── prepare-friday-quiz-session.md │ │ │ ├── present-security-quiz-data.md │ │ │ ├── review-quiz-answers-from-mon.md │ │ │ ├── review-quiz-answers-from-thu.md │ │ │ ├── review-quiz-answers-from-tue.md │ │ │ ├── review-quiz-answers-from-wed.md │ │ │ ├── security-questions-workshop.md │ │ │ └── security-quiz-team-briefing.md │ │ ├── Threat-Model │ │ ├── user-sessions │ │ │ ├── update-TM-pages-on-website.md │ │ │ └── update-the-website-update1.md │ │ └── working-sessions │ │ │ ├── Implementing-tm-in-agile-organisations.md │ │ │ ├── TM-SABSA.md │ │ │ ├── TM-api-cheatsheet.md │ │ │ ├── TM-attack-chain.md │ │ │ ├── TM-back-to-the-future.md │ │ │ ├── TM-cheatsheets.md │ │ │ ├── TM-closing.md │ │ │ ├── TM-convert-ge-health-templates-to-risk-patterns.md │ │ │ ├── TM-creating-generic-tm-for-cms.md │ │ │ ├── TM-diagrams-dot-language │ │ │ ├── TM-docker-kubernetes.md │ │ │ ├── TM-features-with-questionnaires.md │ │ │ ├── TM-federated-login-social-platforms.md │ │ │ ├── TM-iot-cheatsheet.md │ │ │ ├── TM-level-guide.md │ │ │ ├── TM-open.md │ │ │ ├── TM-risk-patterns.md │ │ │ ├── TM-scale-threat-modeling.md │ │ │ ├── TM-share-your-threat-models-diagrams-and-create-a-book.md │ │ │ ├── TM-showcases.md │ │ │ ├── TM-training-through-gamification.md │ │ │ ├── TM-value.md │ │ │ └── TM-website-structure.md │ │ └── _template.md ├── participant-remote │ ├── Adarsh-D.md │ ├── Arushit-Mudgal.md │ ├── Ashraf_Iftekhar.md │ ├── Biraj-Prajapati.md │ ├── Domenico-Malorni.md │ ├── Ethan_Schorer.md │ ├── James-Osborn.md │ ├── KRBard.md │ ├── Rohit_Sangaraj.md │ ├── Salma-Jalouqa.md │ ├── Sandeep_Akula.md │ ├── Sergio-Issi.md │ ├── Sugumaran Uppili.md │ ├── Vandana-Verma.md │ ├── _index.md │ ├── _template-remote.md │ ├── aaron-lane.md │ ├── ade-yoseman.md │ ├── andrew-martin.md │ ├── anton-delsink.md │ ├── barbara-schachner.md │ ├── bharath.md │ ├── bobdor.md │ ├── cao-wei.md │ ├── clyde-vassallo.md │ ├── devesh-bhatt.md │ ├── dougal-kennedy.md │ ├── ernesto-bethencourt.md │ ├── germinal-orcil.md │ ├── girish-jorapurkar.md │ ├── guy-jarvis.md │ ├── harmeet-singh.md │ ├── images │ │ ├── germinal-orcil.jpg │ │ ├── lia-aguiar-almeida.jpg │ │ ├── lucio-aguiar.jpg │ │ └── nicholas-tait.jpg │ ├── imran-chaudhari.md │ ├── itkaa │ │ ├── kaveh-goudarzi.md │ │ └── nadim-barsoum.md │ ├── jaysen-naidoo.md │ ├── jean-noel-colin.md │ ├── jeff-williams.md │ ├── judy-selby.md │ ├── lia-aguiar-almeida.md │ ├── lubo_vikev.md │ ├── lucio-aguiar.md │ ├── madhu-akula.md │ ├── matteo-meucci.md │ ├── md-mclaughlin.md │ ├── mohanish-mahajan.md │ ├── mrs-y-is-why.md │ ├── mustaqiim-muhar.md │ ├── nicholas-tait.md │ ├── omer-levi-hevroni.md │ ├── pascal-schulz.md │ ├── paul-cutting.md │ ├── paul-harragan.md │ ├── photobox-gs │ │ ├── abhi-raj.md │ │ ├── barbara-prevel.md │ │ ├── charlotte-bullock.md │ │ ├── damia-soler.md │ │ ├── guinevere-nell.md │ │ ├── hayley-daviss.md │ │ └── prakash-sharma.md │ ├── prabhant-singh.md │ ├── puneet-thapliyal.md │ ├── raghunath-g.md │ ├── ryan-farmer.md │ ├── sereysethy-touch.md │ ├── sophie-tonnoir.md │ ├── steve-springett.md │ ├── subash.md │ ├── sunette-lagrange.md │ ├── tim-redding.md │ ├── vinod-anandan.md │ ├── yvette-connor.md │ └── zlnemeth.md ├── participant │ ├── Xenofon-Vassilakopoulos.md │ ├── _index.md │ ├── _template.md │ ├── abdullah-garcia.md │ ├── abhinav-sejpal.md │ ├── adam_shostack.md │ ├── alex-chapman.md │ ├── alina_radu.md │ ├── amanda-colpoys.md │ ├── andre-fourie.md │ ├── ante-gulam.md │ ├── aurelijus-stanislovaitis.md │ ├── avatao │ │ ├── gabor-pek.md │ │ └── gergo-turcsanyi.md │ ├── benjamin-brunzel.md │ ├── capital-one │ │ ├── fraser-scott.md │ │ ├── lee-tunnicliffe.md │ │ ├── mark-stickley.md │ │ ├── neil-barlow.md │ │ ├── simon-cole.md │ │ └── tash-norris.md │ ├── carlos-holguera.md │ ├── certdev │ │ ├── adrian-winckles.md │ │ ├── anne-currie.md │ │ ├── avi-douglen.md │ │ ├── day-only │ │ │ ├── james-mcginnigle.md │ │ │ ├── mark-regensberg.md │ │ │ ├── phil-huggins.md │ │ │ ├── russ-miles.md │ │ │ ├── sam-stepanyan.md │ │ │ ├── talal-albacha.md │ │ │ └── wayne-moore.md │ │ ├── felipe-zipitria.md │ │ ├── jim-newman.md │ │ ├── john-dileo.md │ │ ├── john-fitzgerald.md │ │ ├── mario-platt.md │ │ ├── paul-davies.md │ │ ├── rachel-power.md │ │ ├── sherif-mansour.md │ │ ├── simon-wardley.md │ │ ├── steven-van-der-baan.md │ │ ├── vasil-buraliev.md │ │ ├── wayne-reid.md │ │ └── yan-kravchenko.md │ ├── clara_anel_mansilla.md │ ├── claudio-camerino.md │ ├── colin-domoney.md │ ├── continuum │ │ ├── Francisco-Viejobueno.md │ │ ├── Paul-Santapau.md │ │ ├── Stephen-de-Vries.md │ │ └── Stuart-Winter-Tear.md │ ├── cristian-torres.md │ ├── davide-cioccia.md │ ├── devseccon │ │ ├── Francois-Raynaud.md │ │ ├── Lisa-Raynaud.md │ │ ├── Paul-Dubourg.md │ │ └── Thomas-Franceschini.md │ ├── dominik-de-smit.md │ ├── ian-taylor.md │ ├── images │ │ ├── NadimUAB.jpg │ │ ├── francisco-viejobueno.jpg │ │ ├── ian-taylor.jpg │ │ ├── john-dileo.jpg │ │ ├── jorge-esperon.jpg │ │ ├── paul-santapau.jpg │ │ ├── phil-parker.jpeg │ │ ├── stephen-de-vries.jpg │ │ ├── timo-pagel.jpg │ │ ├── tony-richards.jpg │ │ └── yan-kravchenko.jpg │ ├── jacob-christiansen.md │ ├── jane-frankland.md │ ├── jannik-hollenbach.md │ ├── jemarketing │ │ ├── Yasmin-Martin.md │ │ ├── franziska-buehler.md │ │ ├── leila-powell.md │ │ ├── nicole-becher.md │ │ ├── sara-davis.md │ │ └── thordis-stella.md │ ├── joset-zamora.md │ ├── kevin-fielder.md │ ├── manish-saindane.md │ ├── manuel-jeckelmann.md │ ├── marjorie-mohammad.md │ ├── matt-pendlebury.md │ ├── need-ticket │ │ └── robert-seedorff.md │ ├── owasp │ │ ├── imran-mohammed-a.md │ │ ├── karen-staley.md │ │ └── tanya-janca.md │ ├── panagiotis-yialouris.md │ ├── pedro-laguna.md │ ├── pedro-monteiro.md │ ├── peter-turczak.md │ ├── phil-parker.md │ ├── photobox-group │ │ ├── andrew-johnstone.md │ │ ├── david-jensen.md │ │ ├── giorgio-bonfiglio.md │ │ ├── jaimen-lathia.md │ │ ├── james-martin.md │ │ ├── richard-orme.md │ │ ├── vijay-nair.md │ │ └── vinal-shah.md │ ├── photobox-gs │ │ ├── ann-marie-grace.md │ │ ├── chris-allen.md │ │ ├── christoph-jung.md │ │ ├── dan-gapco.md │ │ ├── david-cervigni.md │ │ ├── dinis-cruz.md │ │ ├── felicia-hislop.md │ │ ├── fernanda-almeida.md │ │ ├── goher-mohammad.md │ │ ├── james-wharton.md │ │ ├── jemma-davis.md │ │ ├── john-killilea.md │ │ ├── manuel-almeida.md │ │ ├── naushad-saboor.md │ │ ├── orid-ahmed.md │ │ ├── robert-grace.md │ │ ├── sarah-cruz.md │ │ ├── simon-pavillon.md │ │ ├── stu-hirst.md │ │ ├── toby-shelswell.md │ │ └── vladimir-voskresenskiy.md │ ├── radu-tighineanu.md │ ├── roni-yaari.md │ ├── ruediger-heins.md │ ├── russell-coleman.md │ ├── sotiraki-sima.md │ ├── stephanie-vanroelen.md │ ├── stephen-hookings.md │ ├── sven_schleier.md │ ├── tickets │ │ ├── Panagiotis-Yialouris.md │ │ ├── arne-zismer.md │ │ ├── bart-de-win.md │ │ ├── chris-cooper.md │ │ ├── daniel-garcia.md │ │ ├── jonathan-hawes.md │ │ ├── luis-saiz.md │ │ └── timo-pagel.md │ ├── tony-richards.md │ ├── toreon │ │ ├── Fabien-Thalgott.md │ │ ├── Frederic-Tollens.md │ │ ├── Jonas-Vanalderweireldt.md │ │ ├── ruben-troncon.md │ │ ├── sebastien-deleersnyder.md │ │ └── steven-wierckx.md │ ├── yogesh-sharma.md │ └── yuriy-ackermann.md ├── photo-gallery.md ├── privacy-notice.md ├── product-sessions │ ├── AWS │ │ ├── aws-lambda-security.md │ │ ├── aws-macie-and-guard-duty.md │ │ ├── aws-neptune.md │ │ ├── aws-scenarios.md │ │ ├── aws-waf-for-ddos-mitigation.md │ │ ├── replacing-akamai-with-aws-shield.md │ │ └── securing-aws-s3-buckets.md │ ├── Azure-Security-Features.md │ ├── Dark-and-Deep-Web-Intelligence-Source.md │ ├── _index.md │ ├── _template.md │ ├── akamai-alerting-and-logging.md │ ├── akamai-waf-and-ruleset.md │ ├── darktrace-alerts.md │ ├── darktrace-api-and-elastic-stack.md │ ├── darktrace-tuning-session.md │ ├── dependency-mangament-using-snyk.md │ ├── hands-on-avatao-path-c-and-cpp.md │ ├── hands-on-avatao-path-java.md │ ├── hands-on-avatao-path-owasp-top-10.md │ ├── incident-handling-with-darktrace.md │ ├── integrate-securtiy-headers-in-ci.md │ ├── owasp-corporate-membership.md │ ├── using-a-rules-engine-and-risk-patterns-with-iriusrisk.md │ ├── using-elastic-stack-services.md │ ├── using-neo4j-enterprise.md │ ├── using-sumo-logic-to-handle-incidents.md │ ├── using-the-hive-for-incident-response.md │ ├── using-veracode-sast-engine.md │ ├── writing-akamai-rules.md │ └── writing-checkmarx-sast-rules.md ├── reactions.md ├── schedule │ ├── _index.md │ ├── all.md │ ├── by-day.md │ ├── day │ │ ├── fri.md │ │ ├── mon.md │ │ ├── thu.md │ │ ├── tue.md │ │ └── wed.md │ ├── time-slots.md │ └── tracks.md ├── sponsors.md ├── teams │ ├── SAMM-core │ │ ├── daily-scrum-fri.md │ │ ├── daily-scrum-mon.md │ │ ├── daily-scrum-thu.md │ │ ├── daily-scrum-tue.md │ │ ├── daily-scrum-wed.md │ │ ├── team.md │ │ └── user.md │ ├── _index.md │ ├── all-organizers.md │ ├── avatao.md │ ├── capital-one.md │ ├── continuum-security.md │ ├── devseccon.md │ ├── most-popular-sessions.md │ ├── owasp-devslop.md │ ├── owasp.md │ ├── pbx-gs │ │ ├── gs-appsec │ │ │ ├── daily-scrum-fri.md │ │ │ ├── daily-scrum-mon.md │ │ │ ├── daily-scrum-thu.md │ │ │ ├── daily-scrum-tue.md │ │ │ ├── daily-scrum-wed.md │ │ │ ├── team.md │ │ │ └── user.md │ │ ├── gs-detect │ │ │ ├── daily-scrum-fri.md │ │ │ ├── daily-scrum-mon.md │ │ │ ├── daily-scrum-thu.md │ │ │ ├── daily-scrum-tue.md │ │ │ ├── daily-scrum-wed.md │ │ │ ├── team.md │ │ │ └── user.md │ │ ├── gs-risk │ │ │ ├── daily-scrum-fri.md │ │ │ ├── daily-scrum-mon.md │ │ │ ├── daily-scrum-thu.md │ │ │ ├── daily-scrum-tue.md │ │ │ ├── daily-scrum-wed.md │ │ │ ├── team.md │ │ │ └── user.md │ │ ├── gs-summit │ │ │ ├── daily-scrum-fri.md │ │ │ ├── daily-scrum-mon.md │ │ │ ├── daily-scrum-thu.md │ │ │ ├── daily-scrum-tue.md │ │ │ ├── daily-scrum-wed.md │ │ │ ├── team.md │ │ │ └── user.md │ │ ├── pbx-gs-offsite-session-1.md │ │ ├── pbx-gs-offsite-session-2.md │ │ ├── pbx-gs-offsite-session-3.md │ │ ├── pbx-gs-offsite-session-4.md │ │ └── pbx-gs-offsite-session-5.md │ ├── photobox-group.md │ ├── photobox-gs.md │ ├── security-champions.md │ ├── security-questions.md │ ├── summit-logistics │ │ ├── fri │ │ │ ├── registration-desk-KN2.md │ │ │ ├── registration-desk-ST1.md │ │ │ ├── registration-desk-ST2.md │ │ │ ├── registration-desk-am1.md │ │ │ ├── registration-desk-ds1.md │ │ │ ├── registration-desk-ds2.md │ │ │ ├── registration-desk-pm1.md │ │ │ ├── registration-desk-pm2.md │ │ │ ├── registration-desk-pm3.md │ │ │ └── registration-desk-st3.md │ │ ├── mon │ │ │ ├── registration-desk-KN2.md │ │ │ ├── registration-desk-ST1.md │ │ │ ├── registration-desk-ST2.md │ │ │ ├── registration-desk-am1.md │ │ │ ├── registration-desk-ds1.md │ │ │ ├── registration-desk-ds2.md │ │ │ ├── registration-desk-ds3.md │ │ │ ├── registration-desk-pm1.md │ │ │ ├── registration-desk-pm2.md │ │ │ ├── registration-desk-pm3.md │ │ │ └── registration-desk-st3.md │ │ ├── team.md │ │ ├── thu │ │ │ ├── registration-desk-KN2.md │ │ │ ├── registration-desk-ST1.md │ │ │ ├── registration-desk-ST2.md │ │ │ ├── registration-desk-am1.md │ │ │ ├── registration-desk-ds1.md │ │ │ ├── registration-desk-ds2.md │ │ │ ├── registration-desk-ds3.md │ │ │ ├── registration-desk-pm1.md │ │ │ ├── registration-desk-pm2.md │ │ │ ├── registration-desk-pm3.md │ │ │ └── registration-desk-st3.md │ │ ├── tue │ │ │ ├── registration-desk-KN2.md │ │ │ ├── registration-desk-ST1.md │ │ │ ├── registration-desk-ST2.md │ │ │ ├── registration-desk-am1.md │ │ │ ├── registration-desk-ds1.md │ │ │ ├── registration-desk-ds2.md │ │ │ ├── registration-desk-ds3.md │ │ │ ├── registration-desk-pm1.md │ │ │ ├── registration-desk-pm2.md │ │ │ ├── registration-desk-pm3.md │ │ │ └── registration-desk-st3.md │ │ └── wed │ │ │ ├── registration-desk-KN2.md │ │ │ ├── registration-desk-ST1.md │ │ │ ├── registration-desk-ST2.md │ │ │ ├── registration-desk-am1.md │ │ │ ├── registration-desk-ds1.md │ │ │ ├── registration-desk-ds2.md │ │ │ ├── registration-desk-ds3.md │ │ │ ├── registration-desk-pm1.md │ │ │ ├── registration-desk-pm2.md │ │ │ ├── registration-desk-pm3.md │ │ │ └── registration-desk-st3.md │ ├── toreon.md │ └── women-in-tech.md ├── tickets.md ├── tracks │ ├── CISO │ │ ├── _index.md │ │ └── working-sessions │ │ │ ├── ciso-roundtable.md │ │ │ ├── cyber-insurance.md │ │ │ ├── cyber-risk-modeling.md │ │ │ ├── owasp-collective-defence-agreement.md │ │ │ ├── recruiting-appsec-talent.md │ │ │ ├── vulnerability-intelligence.md │ │ │ └── want-to-become-a-ciso.md │ ├── Chaos-Engineering │ │ ├── _index.md │ │ ├── user-sessions │ │ │ └── hands-on-chaos-experiements.md │ │ └── working-sessions │ │ │ ├── creating-steady-state-hypothesis.md │ │ │ ├── improving-chaos-toolkit.md │ │ │ └── real-world-chaos-engineering.md │ ├── DevSecOps │ │ ├── _canceled │ │ │ ├── Using-Pixi.md │ │ │ └── pixi-roadmap-and-enhancement.md │ │ ├── _index.md │ │ ├── dynamic-session │ │ │ └── cloud-brokerage.md │ │ ├── user-sessions │ │ │ ├── adding-crs3-pixi-to-circleci-pipeline.md │ │ │ ├── create-a-slack-bot-in-python.md │ │ │ ├── create-a-tech-radar-for-security-teams.md │ │ │ ├── creating-appsec-metrics-and-visualisation.md │ │ │ ├── integrating-security-tools-in-the-sdl-using-owasp-devsecops-studio.md │ │ │ ├── publishing-apps-in-vsts-security-pipeline.md │ │ │ ├── share-your-playbooks-and-release-them-under-cc.md │ │ │ ├── using-jira-to-create-and-execute-security-playbooks.md │ │ │ ├── using_scb_to_secure_your_pipeline.md │ │ │ └── writing-security-tests-to-confirm-vulnerabilities-and-fixes.md │ │ └── working-sessions │ │ │ ├── activity-oriented-metrics.md │ │ │ ├── adding-security-to-vsts-pipeline.md │ │ │ ├── agile-practices-for-security-teams.md │ │ │ ├── appsec-soc-monitoring-visualisation.md │ │ │ ├── devsecops-maturity-model.md │ │ │ ├── integrating-security-into-an-spotify-model.md │ │ │ ├── integrating-security-tools-in-the-sdl.md │ │ │ ├── owasp-cloud-security-workshop.md │ │ │ ├── owasp-defect-dojo.md │ │ │ ├── owasp-devsecops-studio.md │ │ │ ├── securing-github-integrations.md │ │ │ ├── securing-the-ci-pipeline.md │ │ │ ├── security-champions.md │ │ │ ├── security-crowd-sourcing.md │ │ │ ├── threat-modeling-to-devsecops.md │ │ │ ├── web-application-honeypot.md │ │ │ └── webauthn-getting-started-workshop.md │ ├── GDPR │ │ ├── _index.md │ │ ├── user-sessions │ │ │ ├── ask-me-anything-on-gdpr.md │ │ │ ├── hands-on-gdpr-patterns.md │ │ │ ├── using-graphs-for-gdpr-mappings.md │ │ │ └── using-threat-models-for-gdpr.md │ │ └── working-sessions │ │ │ ├── DPO-how-to-become-one.md │ │ │ ├── DPO-what-to-expect.md │ │ │ ├── creating-standard-for-gdpr-patterns.md │ │ │ ├── european-gdpr-variations.md │ │ │ ├── gamification-of-gdpr-compliance.md │ │ │ ├── gdpr-appropriate-security-controls.md │ │ │ ├── gdpr-compliance-what-does-it-mean.md │ │ │ ├── meet-the-ico.md │ │ │ ├── policies-for-the-security-industry.md │ │ │ └── share-your-polices-and-release-them-under-cc.md │ ├── Keynotes │ │ ├── _index.md │ │ ├── a-long-successful-career-in-IT.md │ │ ├── a-seat-at-the-table.md │ │ ├── a-shared-understanding-of-success.md │ │ ├── adding-privacy-by-design-in-secure-application-development.md │ │ ├── crossing-the-river-by-feeling-the-stones.md │ │ ├── gamifying-security-dashboards.md │ │ ├── information-awareness.md │ │ ├── insecurity.md │ │ ├── summit-wrap-up.md │ │ └── thinking-in-graphs.md │ ├── Maps-and-Graphs │ │ ├── _index.md │ │ ├── user-sessions │ │ │ ├── create-wardley-mappings-for-multiple-security-scenarios.md │ │ │ ├── creating-elk-dashboards.md │ │ │ ├── soc-value-chain-using-wardley-maps.md │ │ │ ├── using-jira-neovis-to-create-graphical-representations-of-jira-data.md │ │ │ ├── using-jira-neovis-to-graph-gdpr-data-journeys.md │ │ │ ├── using-jira-neovis-to-graph-threat-models.md │ │ │ ├── using-neo4j-to-filter-and-review-sast-findings.md │ │ │ └── wardley-mapping-a-practical-session-on-how-to-use-value-chain-mapping.md │ │ └── working-sessions │ │ │ ├── cell-based-structures-for-security.md │ │ │ ├── user-story-mapping-for-effective-communication.md │ │ │ ├── using-data-science-for-log-analysis.md │ │ │ └── using-maps-to-define-how-to-capture-detect-and-prevent-6-real-world-security-incidents.md │ ├── Misc │ │ ├── _index.md │ │ ├── dynamic-sessions │ │ │ ├── hands-on-jira-schema-refactoring-ds.md │ │ │ └── security-buttons-extended.md │ │ ├── user-sessions │ │ │ ├── Diving_into_mobile_crypto_using_dynamic_instrumentation_with_Frida.md │ │ │ ├── ama-meet-the-experts.md │ │ │ ├── creating-open-source-avatao-exercises.md │ │ │ ├── hands-on-jira-schema-refactoring.md │ │ │ ├── jira-how-to-use.md │ │ │ ├── jira-risk-workflow.md │ │ │ ├── oss-onboarding.md │ │ │ ├── oss-website-how-to-use.md │ │ │ ├── track-introductions.md │ │ │ └── writing-a-security-budget.md │ │ └── working-sessions │ │ │ ├── Women-in-cyber-security.md │ │ │ ├── job-fair.md │ │ │ ├── learning-from-digital-incidents.md │ │ │ ├── lessons-public-bug-bounties-programmes.md │ │ │ ├── msc-application-security.md │ │ │ ├── security-ethical-checklist.md │ │ │ ├── squad-modelling-and-cross-functional-teams.md │ │ │ ├── using-ai-ml-for-incident-response.md │ │ │ ├── using-jira-to-handle-Incident-Response-simulations.md │ │ │ └── using-press-releases-as-improved-projects-briefs.md │ ├── OWASP-Projects │ │ ├── _index.md │ │ ├── user-sessions │ │ │ ├── running-ctfs-with-juice-shop.md │ │ │ └── zap-how-to-use-it.md │ │ └── working-sessions │ │ │ ├── application-security-verification-standard.md │ │ │ ├── automating-masvs.md │ │ │ ├── ios-testing-without-jailbreak.md │ │ │ ├── juice-shop-brainstorming.md │ │ │ ├── juice-shop-coding-day.md │ │ │ ├── mstg-update-android.md │ │ │ ├── mstg-update-ios.md │ │ │ ├── owasp-testing-guide.md │ │ │ ├── owasp-top-5-machine-learning-risks.md │ │ │ ├── reboot-owasp-books-project.md │ │ │ └── security-buttons.md │ ├── OWASP-SAMM │ │ ├── _index.md │ │ ├── user-sessions │ │ │ ├── SAMM-Best-Practices.md │ │ │ ├── SAMM-Roundtable.md │ │ │ ├── SAMM-introduction.md │ │ │ ├── implementing-the-owasp-responsible-disclosure-maturity-model.md │ │ │ └── using-the-owasp-maturity-model-tool.md │ │ └── working-sessions │ │ │ ├── SAMM2-Benchmarking.md │ │ │ ├── SAMM2-Design.md │ │ │ ├── SAMM2-DevSecOps.md │ │ │ ├── SAMM2-Document-Model.md │ │ │ ├── SAMM2-Governance.md │ │ │ ├── SAMM2-Implementation.md │ │ │ ├── SAMM2-Kickoff.md │ │ │ ├── SAMM2-Measurement-Model.md │ │ │ ├── SAMM2-Operations.md │ │ │ ├── SAMM2-Project-Meeting.md │ │ │ ├── SAMM2-Verification.md │ │ │ └── creating-an-open-3rd-party-supplier-questionnaire-and-maturity-model.md │ ├── Security-Questions │ │ ├── _index.md │ │ ├── user-sessions │ │ │ ├── creating-security-quizes.md │ │ │ ├── security-quiz-night-mon.md │ │ │ ├── security-quiz-night-thu.md │ │ │ ├── security-quiz-night-tue.md │ │ │ └── security-quiz-night-wed.md │ │ └── working-sessions │ │ │ ├── consolidate-and-proceces-all-security-quiz-data.md │ │ │ ├── create-aws-security-questions.md │ │ │ ├── create-docker-security-questions.md │ │ │ ├── create-dotnet-security-questions.md │ │ │ ├── create-java-security-questions.md │ │ │ ├── create-nodejs-security-questions.md │ │ │ ├── create-owasp-asvs-security-questions.md │ │ │ ├── create-owasp-top-10-questions.md │ │ │ ├── create-perl-security-questions.md │ │ │ ├── create-php-security-questions.md │ │ │ ├── create-security-economics-questions.md │ │ │ ├── create-security-ethics-checklist-questions.md │ │ │ ├── owasp-exams.md │ │ │ ├── prepare-thursday-quiz-session.md │ │ │ ├── present-security-quiz-data.md │ │ │ ├── review-quiz-answers-from-mon.md │ │ │ ├── review-quiz-answers-from-thu.md │ │ │ ├── review-quiz-answers-from-tue.md │ │ │ ├── review-quiz-answers-from-wed.md │ │ │ └── security-questions-workshop.md │ ├── Threat-Model │ │ ├── _index.md │ │ ├── user-sessions │ │ │ ├── update-TM-pages-on-website.md │ │ │ ├── update-TM-pages-on-website3.md │ │ │ ├── update-the-website-update1.md │ │ │ ├── update-the-website-update2.md │ │ │ └── update-the-website-update4.md │ │ └── working-sessions │ │ │ ├── Implementing-tm-in-agile-organisations.md │ │ │ ├── TM-SABSA.md │ │ │ ├── TM-api-cheatsheet.md │ │ │ ├── TM-attack-chain.md │ │ │ ├── TM-back-to-the-future.md │ │ │ ├── TM-cheatsheets.md │ │ │ ├── TM-closing.md │ │ │ ├── TM-creating-generic-tm-for-cms.md │ │ │ ├── TM-creating-generic-tm-for-cms2.md │ │ │ ├── TM-diagrams-dot-language.md │ │ │ ├── TM-docker-kubernetes.md │ │ │ ├── TM-features-with-questionnaires.md │ │ │ ├── TM-federated-login-social-platforms.md │ │ │ ├── TM-iot-cheatsheet.md │ │ │ ├── TM-level-guide.md │ │ │ ├── TM-open.md │ │ │ ├── TM-risk-patterns.md │ │ │ ├── TM-scale-threat-modeling.md │ │ │ ├── TM-share-your-threat-models-diagrams-and-create-a-book.md │ │ │ ├── TM-showcases.md │ │ │ ├── TM-training-through-gamification.md │ │ │ ├── TM-value.md │ │ │ └── TM-website-structure.md │ ├── _index.md │ └── _template.md ├── user-sessions │ ├── _index.md │ └── _template.md ├── venue.md └── working-sessions │ ├── Policies-for-the-InfoSec-industry.md │ ├── _index.md │ ├── _template.md │ ├── ideas.md │ └── pre-summit │ └── gdpr-patterns.md ├── data ├── accomodation │ └── villas.yaml ├── carousel │ ├── about.yaml │ ├── countdown.yaml │ ├── feature.yaml │ ├── sponsors.yaml │ └── tickets.yaml ├── features │ ├── blog.yaml │ ├── faq.yaml │ ├── participants.yaml │ ├── tickets.yaml │ ├── tracks.yaml │ └── venue.yaml ├── home │ ├── after_summit.yaml │ ├── during_summit.yaml │ └── reactions.yaml ├── onedaysummit │ └── sessions.yaml ├── schedule │ ├── main_hall.yaml │ ├── meet_url.yaml │ ├── rooms.yaml │ ├── times.yaml │ └── villas.yaml ├── sponsors │ ├── bronze │ │ └── .gitkeep │ ├── community │ │ └── .gitkeep │ ├── gold │ │ ├── .gitkeep │ │ ├── azure.yaml │ │ ├── continuum.yaml │ │ ├── jemarketing.yaml │ │ └── toreon.yaml │ ├── platinum │ │ ├── certdev.yaml │ │ ├── devseccon.yaml │ │ ├── owasp.yaml │ │ └── photobox.yaml │ └── silver │ │ └── iteratec.yaml ├── testimonials │ ├── 1.yaml │ ├── 2.yaml │ ├── 3.yaml │ ├── 4.yaml │ └── 5.yaml ├── tickets │ ├── 0.yaml │ ├── 10.yaml │ ├── 20.yaml │ ├── 30.yaml │ ├── 40.yaml │ ├── 5.yaml │ ├── 50.yaml │ └── 6.yaml └── utils │ └── status.yaml ├── layouts ├── 404.html ├── _default │ ├── baseof.html │ └── list.html ├── admin │ ├── outcomes-status.html │ ├── participant-list.html │ ├── sessions-registrations.html │ ├── sessions-status.html │ ├── sessions │ │ └── sessions.html │ ├── sponsored-participants.html │ ├── tracks-status.html │ └── villas-mappings.html ├── blog │ └── single.html ├── dynamic-session │ └── single.html ├── faq │ ├── list.html │ └── single.html ├── index.html ├── outcome │ ├── list.html │ └── single.html ├── page │ ├── about.html │ ├── about2017.html │ ├── onedaysummit.html │ ├── photo-gallery.html │ ├── reactions.html │ ├── sponsors.html │ ├── tickets.html │ ├── tracks.html │ └── venue.html ├── partials │ ├── about │ │ ├── 2017-join-us-in-2018.html │ │ ├── 2017-photo-gallery.html │ │ ├── 2017-previous-summits.html │ │ ├── 2017-results.html │ │ ├── 2017-what-community-said.html │ │ ├── about-2017.html │ │ ├── about-2018.html │ │ └── why-attend.html │ ├── admin │ │ ├── sponsored-table.html │ │ └── villa-day.html │ ├── breadcrumbs.html │ ├── carousel.html │ ├── edit-link.html │ ├── featured │ │ └── card.html │ ├── footer.html │ ├── head.html │ ├── home-after-summit │ │ ├── cards.html │ │ ├── group-photo.html │ │ ├── outcomes.html │ │ ├── reactions.html │ │ ├── sponsors.html │ │ └── summit-2019.html │ ├── home-during-summit │ │ ├── latest-outcomes.html │ │ ├── photo-galery.html │ │ ├── question-cards.html │ │ ├── sponsors.html │ │ ├── today-schedule.html │ │ └── whats-next.html │ ├── home-page │ │ ├── featured.html │ │ ├── features.html │ │ ├── intro.html │ │ ├── session-types.html │ │ ├── sponsors.html │ │ ├── topics.html │ │ └── tracks.html │ ├── icons │ │ ├── exclamation-sign.html │ │ └── question-sign.html │ ├── link.html │ ├── mailchimp │ │ ├── horizontal.html │ │ └── super-slim.html │ ├── nav.html │ ├── outcomes │ │ ├── by-status.html │ │ ├── by-title-outcome.html │ │ ├── by-title-session.html │ │ ├── by-title.html │ │ ├── sidebar.html │ │ └── status-badge.html │ ├── participant │ │ ├── card.html │ │ ├── contact-details.html │ │ ├── invited.html │ │ ├── participant-table.html │ │ ├── schedule.html │ │ ├── session-row-by-page.html │ │ ├── session-row-by-titles.html │ │ ├── session-row.html │ │ ├── sessions.html │ │ ├── team.html │ │ └── when-day.html │ ├── schedule │ │ ├── by-day-table-days-times.html │ │ ├── by-day-table-days.html │ │ ├── by-day-table-simple.html │ │ ├── by-room │ │ │ ├── day-tabs.html │ │ │ ├── day.html │ │ │ ├── links-to-days.html │ │ │ ├── location-tabs.html │ │ │ ├── location.html │ │ │ ├── no-room-booked.html │ │ │ └── row.html │ │ ├── no-mappings-for-day.html │ │ ├── table.html │ │ ├── time.html │ │ ├── track-by-days.html │ │ ├── track-cell.html │ │ ├── track-days-cell.html │ │ ├── track-tr-time.html │ │ └── track.html │ ├── scripts.html │ ├── session │ │ ├── invited-as-links.html │ │ ├── metadata.html │ │ ├── organisers-as-list.html │ │ ├── organisers-company-as-list.html │ │ ├── participants-as-badge.html │ │ ├── participants-as-links.html │ │ ├── participants-as-list.html │ │ ├── register-as-organizer.html │ │ ├── register-as-participant.html │ │ ├── status-badge-legend.html │ │ ├── status-badge.html │ │ └── when-as-links.html │ ├── sessions │ │ ├── outcomes-table.html │ │ ├── registrations-table.html │ │ ├── simple-table-show-all.html │ │ ├── simple-table.html │ │ └── status-table.html │ ├── slack-join.html │ ├── sponsors │ │ ├── participant-sponsored.html │ │ └── type-list.html │ ├── teams │ │ ├── card.html │ │ ├── image.html │ │ ├── members.html │ │ ├── schedule-summit-logistics.html │ │ └── schedule.html │ ├── tracks │ │ └── status-table.html │ ├── utils │ │ ├── array-size-badge.html │ │ ├── title-to-link.html │ │ ├── titles-with-link.html │ │ └── track-to-link.html │ └── widgets │ │ ├── clues.html │ │ ├── outcome-clues.html │ │ └── session-clues.html ├── participant-remote │ ├── list.html │ └── single.html ├── participant │ ├── list.html │ └── single.html ├── private-session │ └── single.html ├── product-session │ ├── list.html │ └── single.html ├── schedule │ ├── all.html │ ├── by-day.html │ ├── day.html │ ├── track.html │ └── tracks.html ├── shortcodes │ ├── description.html │ ├── figure.html │ ├── gallery.html │ ├── img-border.html │ ├── img.html │ ├── load-photoswipe-theme.html │ ├── load-photoswipe.html │ ├── mermaid.html │ ├── slideshare.html │ └── table.html ├── summit-session │ └── single.html ├── team │ ├── list.html │ ├── single.html │ └── summit-logistics.html ├── topics │ └── list.html ├── tracks │ ├── list.html │ ├── single.html │ └── tracks-main.html ├── user-session │ ├── index.html │ └── single.html └── working-session │ ├── index.html │ └── single.html └── static ├── CNAME ├── css ├── custom.css ├── hugo-easy-gallery.css ├── lightslider.css └── oss2018.css ├── fonts ├── P8jt3Y65hJ9c4AzRE0V1OvvDin1pK8aKteLpeZ5c0A.woff2 ├── Roboto-Slab-Regular.woff ├── oswald-bold-webfont.woff ├── oswald-bold-webfont.woff2 ├── oswald-medium-webfont.woff ├── oswald-medium-webfont.woff2 ├── oswald-regular-webfont.woff ├── oswald-regular-webfont.woff2 └── y7lebkjgREBJK96VQi37Zogp9Q8gbYrhqGlRav_IXfk.woff2 ├── img ├── De7Mr3wUcAA47U3.jpg ├── android-chrome-192x192.png ├── android-chrome-256x256.png ├── apple-touch-icon.png ├── banner_1.png ├── banners │ ├── banner-1.jpg │ ├── banner-2.jpg │ ├── banner-3.jpg │ ├── banner-4.jpg │ ├── banner-5.jpg │ └── default.png ├── blocks │ ├── 400x400.png │ ├── avatar.jpg │ ├── bio.png │ ├── collaboration.png │ ├── cube.png │ ├── edit.png │ ├── github.svg │ ├── group.jpg │ ├── ic_1.png │ ├── ic_2.png │ ├── ic_3.png │ ├── ic_4.png │ ├── idea.png │ ├── lodges.png │ ├── original-group.jpg │ ├── participate.png │ ├── placeholder-man.png │ ├── placeholder-woman.png │ ├── plus.png │ ├── slack.svg │ ├── ticket.png │ ├── title_bg_inner.jpg │ └── twitter.svg ├── browserconfig.xml ├── carousel │ ├── about.png │ ├── next-summit.png │ ├── sponsor.png │ ├── ticket.png │ └── waves.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── feature-bg.png ├── features │ ├── blog.png │ ├── faq.png │ ├── participants.png │ ├── tickets.png │ ├── tracks.png │ └── venue.png ├── logo-original.png ├── logo-small.png ├── logo.png ├── mstile-150x150.png ├── onedaysummit-03-july-2018 │ └── pbx-gs-office.jpg ├── oss-favicon.png ├── pages │ ├── FAQs.jpg │ ├── about.jpg │ ├── attendee_journey.png │ ├── keynote_approach.png │ ├── keynotes_session_properties.png │ ├── one_day_summit.jpg │ ├── outcomes.png │ ├── participants.jpg │ ├── photogrid.jpg │ ├── roles_and_expectations.png │ ├── schedule.jpg │ ├── slack_channels.png │ ├── slack_message.png │ ├── sponsors.jpg │ ├── summit2017_comments.png │ ├── summit_history.png │ ├── summit_properties.png │ ├── teams.jpg │ ├── tickets.jpg │ ├── tickets_explained.png │ ├── tracks.jpg │ ├── user_session_approach.png │ ├── user_session_properties.png │ ├── user_sessions.png │ ├── venue.jpg │ ├── why_create_session.png │ ├── working_session_approach.png │ ├── working_session_properties.png │ ├── working_sessions.jpg │ └── working_sessions_right.png ├── px.gif ├── safari-pinned-tab.svg ├── site.webmanifest ├── sponsors │ ├── CertDev.png │ ├── azure.png │ ├── continuum-security.png │ ├── continuum_security.png │ ├── devseccon.png │ ├── iteratec.png │ ├── jemarketing.png │ ├── owasp.png │ ├── owasp_.png │ ├── photobox-cx.png │ ├── photobox.png │ └── toreon.png ├── summit2017 │ ├── mobile-guide-leanpub.jpg │ ├── owasp-summit-2017-(1).jpg │ ├── owasp-summit-2017-(10).jpg │ ├── owasp-summit-2017-(11).jpg │ ├── owasp-summit-2017-(12).jpg │ ├── owasp-summit-2017-(13).jpg │ ├── owasp-summit-2017-(14).jpg │ ├── owasp-summit-2017-(15).jpg │ ├── owasp-summit-2017-(16).jpg │ ├── owasp-summit-2017-(17).jpg │ ├── owasp-summit-2017-(18).jpg │ ├── owasp-summit-2017-(2).jpg │ ├── owasp-summit-2017-(20).jpg │ ├── owasp-summit-2017-(22).jpg │ ├── owasp-summit-2017-(23).jpg │ ├── owasp-summit-2017-(24).jpg │ ├── owasp-summit-2017-(25).jpg │ ├── owasp-summit-2017-(26).jpg │ ├── owasp-summit-2017-(3).jpg │ ├── owasp-summit-2017-(4).jpg │ ├── owasp-summit-2017-(5).jpg │ ├── owasp-summit-2017-(6).jpg │ ├── owasp-summit-2017-(7).jpg │ ├── owasp-summit-2017-(8).jpg │ └── owasp-summit-2017-(9).jpg ├── supported-by-owasp-dark.png ├── supported-by-owasp.png ├── teams │ ├── OWASP-SAMM.png │ ├── PBX-GS-Mission.png │ ├── Security-Q-n-A.jpg │ ├── sec-champ.png │ └── women-in-tech.png └── testimonials │ ├── person-1.jpg │ ├── person-2.jpg │ ├── person-3.png │ └── person-4.jpg ├── js ├── countdown.js ├── front.js ├── load-photoswipe.js └── tabs.js └── mermaid ├── mermaid.css ├── mermaid.dark.css ├── mermaid.forest.css └── mermaid.js /.gitignore: -------------------------------------------------------------------------------- 1 | public 2 | node_modules 3 | *~ 4 | .DS_Store 5 | .idea 6 | /.vs 7 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "oss-owasp"] 2 | path = themes/oss-owasp 3 | url = https://github.com/devcows/hugo-universal-theme.git 4 | -------------------------------------------------------------------------------- /archetypes/default.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "{{ replace .Name "-" " " | title }}" 3 | date: {{ .Date }} 4 | draft: true 5 | --- 6 | 7 | -------------------------------------------------------------------------------- /bin/gh-push.sh: -------------------------------------------------------------------------------- 1 | git add . 2 | git commit -m 'commit for github push' 3 | git pull origin master 4 | git push origin master -------------------------------------------------------------------------------- /bin/s3-sync.sh: -------------------------------------------------------------------------------- 1 | BUCKET_NAME="open-security-summit.com-cdn" 2 | DISTRIBUTION_ID=E22WEBPD6529KA 3 | 4 | 5 | # --delete is having a nasty side effect to bring the side down when 6 | # aws s3 sync --acl "public-read" --sse "AES256" public/ s3://$BUCKET_NAME --delete 7 | 8 | aws s3 sync --acl "public-read" --sse "AES256" public/ s3://$BUCKET_NAME 9 | aws cloudfront create-invalidation --distribution-id $DISTRIBUTION_ID --paths /index.html / /page/* /css/* /blog/* /contact/* /working-sessions/* 10 | -------------------------------------------------------------------------------- /bin/update.sh: -------------------------------------------------------------------------------- 1 | BUCKET_NAME="open-security-summit.com-cdn" 2 | 3 | hugo 4 | 5 | # with delete 6 | aws s3 sync --acl "public-read" --sse "AES256" public/ s3://$BUCKET_NAME --delete 7 | 8 | ./bin/s3-sync.sh 9 | -------------------------------------------------------------------------------- /content/admin/_index.html: -------------------------------------------------------------------------------- 1 | --- 2 | #draft : true 3 | title: Admin Pages 4 | --- 5 | 6 | Here are a number of pages to help with the management of this site 7 | -------------------------------------------------------------------------------- /content/admin/outcomes-status.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Outcomes Status 3 | layout: outcomes-status 4 | --- 5 | 6 | Here are the current outcomes status 7 | -------------------------------------------------------------------------------- /content/admin/participant-list.md: -------------------------------------------------------------------------------- 1 | --- 2 | draft : true 3 | title : Participant List 4 | layout: participant-list 5 | --- 6 | 7 | Here are the current Participant List 8 | -------------------------------------------------------------------------------- /content/admin/sessions-registrations.md: -------------------------------------------------------------------------------- 1 | --- 2 | draft : true 3 | title: Sessions Registrations 4 | layout: sessions-registrations 5 | --- 6 | 7 | Here are the current sessions registrations 8 | -------------------------------------------------------------------------------- /content/admin/sessions-status.md: -------------------------------------------------------------------------------- 1 | --- 2 | draft : true 3 | title: Sessions Status 4 | layout: sessions-status 5 | --- 6 | 7 | Here are the current sessions status 8 | -------------------------------------------------------------------------------- /content/admin/sponsored-participants.md: -------------------------------------------------------------------------------- 1 | --- 2 | draft : true 3 | title: Sponsored Participants 4 | layout: sponsored-participants 5 | --- 6 | 7 | Here are the current mapping of sponsored Participants 8 | -------------------------------------------------------------------------------- /content/admin/tracks.md: -------------------------------------------------------------------------------- 1 | --- 2 | draft : true 3 | title: Tracks Status 4 | layout: tracks-status 5 | --- 6 | 7 | Here are the tracks status 8 | -------------------------------------------------------------------------------- /content/faq/Content-support.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Content support 3 | layout : FAQ 4 | --- 5 | 6 | #### How do I get my schedule fixed or my profile page updated? 7 | 8 | Create a Pull Request or email info@opensecsummit.org with the details. 9 | -------------------------------------------------------------------------------- /content/faq/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : FAQs and Logistics 3 | --- 4 | 5 | Current FAQs and logistics pages (see also these [help](/faq/help) pages:) 6 | -------------------------------------------------------------------------------- /content/faq/help/_index.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Help pages 3 | type: faq 4 | --- 5 | 6 | Here are a number of help pages created to help you 7 | -------------------------------------------------------------------------------- /content/faq/remote-participants.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Remote Participant 3 | layout : FAQ 4 | --- 5 | 6 | ### How do I participate remotely? 7 | 8 | This year We created, for each room, a `Google Meet` link.\ 9 | We do plan to provide list with links to all available rooms though which the interested remote participants can follow the sessions. 10 | 11 | Stay tuned! 12 | -------------------------------------------------------------------------------- /content/faq/sponsored_tickets.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Sponsored Tickets 3 | layout : FAQ 4 | --- 5 | 6 | 7 | 8 | ## Sources of funding 9 | 10 | There is a [Community Engagement Fund](https://www.owasp.org/index.php/Funding) that interested participants are invited to apply for. 11 | 12 | If you are approved your ticket price drops to $1000. 13 | -------------------------------------------------------------------------------- /content/onedaysummit.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : How deep the rabbit hole goes - One Day Summit (03/July/2018) 3 | layout : onedaysummit 4 | --- 5 | -------------------------------------------------------------------------------- /content/outcomes/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Outcomes 3 | type : outcome 4 | --- 5 | 6 | This list contains the outcomes that are under review or have been made final. 7 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/AWS/aws-lambda-security.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : AWS Lambda Security 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-sesssion 9 | technology : 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/AWS/aws-macie-and-guard-duty.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : AWS Macie and Guard Duty 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | 15 | ## Outcomes 16 | 17 | (...) 18 | 19 | ## References 20 | 21 | (...) 22 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/AWS/aws-neptune.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Using AWS Neptune GraphDB 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | 15 | ## Outcomes 16 | 17 | (...) 18 | 19 | ## References 20 | 21 | (...) 22 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/AWS/aws-scenarios.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : AWS Scenarios 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | 15 | ## Outcomes 16 | 17 | (...) 18 | 19 | ## References 20 | 21 | (...) 22 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/AWS/aws-waf-for-ddos-mitigation.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : AWS WAF for DDoS Mitigation 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | 15 | ## Outcomes 16 | 17 | (...) 18 | 19 | ## References 20 | 21 | (...) 22 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/AWS/replacing-akamai-with-aws-shield.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Replacing Akamai with AWS Shield 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | 15 | ## Outcomes 16 | 17 | (...) 18 | 19 | ## References 20 | 21 | (...) 22 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/AWS/securing-aws-s3-buckets.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Securing AWS S3 Buckets 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | 15 | ## Outcomes 16 | 17 | (...) 18 | 19 | ## References 20 | 21 | (...) 22 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/Dark-and-Deep-Web-Intelligence-Source.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Dark and Deep Web Threat Intelligence Source 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/akamai-alerting-and-logging.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Akamai Alerting and Logging 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | 15 | ## Outcomes 16 | 17 | (...) 18 | 19 | ## References 20 | 21 | (...) 22 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/akamai-waf-and-ruleset.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Akamai WAF & Ruleset 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | 15 | ## Outcomes 16 | 17 | (...) 18 | 19 | ## References 20 | 21 | (...) 22 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/darktrace-alerts.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Darktrace Alerts 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-session # working-session, user-session, product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | 15 | ## Outcomes 16 | 17 | (...) 18 | 19 | ## References 20 | 21 | (...) 22 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/darktrace-api-and-elastic-stack.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Darktrace API & Elastic Stack 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-session # working-session, user-session, product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | 15 | ## Outcomes 16 | 17 | (...) 18 | 19 | ## References 20 | 21 | (...) 22 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/darktrace-tuning-session.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Darktrace Tuning Session 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : product-session # working-session, user-session, product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | 15 | ## Outcomes 16 | 17 | (...) 18 | 19 | ## References 20 | 21 | (...) 22 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/dependency-mangament-using-snyk.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Dependency management using Snyk 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/hands-on-avatao-path-c-and-cpp.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Hands on Avatao path on C/C++ 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/hands-on-avatao-path-java.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Hands on Avatao path on Java 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/hands-on-avatao-path-owasp-top-10.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Hands on Avatao path on Owasp Top 10 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/incident-handling-with-darktrace.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Incident handling with DarkTrace 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/integrate-securtiy-headers-in-ci.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Integrate securityheaders.com in CI pipeline 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/owasp-corporate-membership.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Owasp corporate membership 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/using-a-rules-engine-and-risk-patterns-with-iriusrisk.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Using a Rules Engine and Risk Patterns with IriusRisk 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/using-elastic-stack-services.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Using Elastic Stack services 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/using-neo4j-enterprise.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Using Neo4J Enterprise 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/using-the-hive-for-incident-response.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Using The Hive for Incident Response 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/using-veracode-sast-engine.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Using Veracode SAST Engine 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/writing-akamai-rules.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Writing Akamai rules 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/product-sessions/writing-checkmarx-sast-rules.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Writing Checkmarx SAST rules 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | technology : 9 | categories : # GDPR, Juice Shop, etc. 10 | status : draft # draft, review-content, done 11 | description : 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/outcomes/tracks/CISO/working-sessions/owasp_2018_cyber_insurance_connor_selby.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/outcomes/tracks/CISO/working-sessions/owasp_2018_cyber_insurance_connor_selby.pdf -------------------------------------------------------------------------------- /content/outcomes/tracks/CISO/working-sessions/owasp_cyber_risk_quantification_2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/outcomes/tracks/CISO/working-sessions/owasp_cyber_risk_quantification_2018.pdf -------------------------------------------------------------------------------- /content/outcomes/tracks/OWASP-Projects/working-sessions/button-all copy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/outcomes/tracks/OWASP-Projects/working-sessions/button-all copy.pdf -------------------------------------------------------------------------------- /content/outcomes/tracks/OWASP-Projects/working-sessions/button-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/outcomes/tracks/OWASP-Projects/working-sessions/button-all.png -------------------------------------------------------------------------------- /content/outcomes/tracks/Security-Questions/working-sessions/security-quiz-team-briefing.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Security Questions team briefing 3 | type : outcome 4 | track : Security Questions 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : user-session # working-session, user-session, product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | description : 13 | --- 14 | -------------------------------------------------------------------------------- /content/outcomes/tracks/_template.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : 3 | type : outcome 4 | track : 5 | video : #url i.e. youtube, vimeo, etc 6 | slides : #url i.e. slideshare 7 | images : 8 | session_type : user-session # working-session, user-session, product-sesssion 9 | technology : 10 | categories : # GDPR, Juice Shop, etc. 11 | status : draft # draft, review-content, done 12 | --- 13 | 14 | ## Outcomes 15 | 16 | (...) 17 | 18 | ## References 19 | 20 | (...) 21 | -------------------------------------------------------------------------------- /content/participant-remote/Rohit_Sangaraj.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Rohit Sangaraj 3 | type : participant-remote 4 | job_title : QA Engineer 5 | company : Mutual Mobile 6 | email : rohitkumars1992@gmail.com 7 | status : add-details 8 | sessions : 9 | - Automation of MASVS with BDD 10 | - Update MSTG with changes in Android 8 (Oreo) 11 | - Update MSTG with changes in iOS 11 12 | - Zap - How to use it 13 | - Owasp Testing Guide v5 14 | --- 15 | -------------------------------------------------------------------------------- /content/participant-remote/Sandeep_Akula.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Sandeep Akula 3 | type : participant-remote 4 | job_title : Sr Quality Engineer 5 | company : Mutual Mobile 6 | image : https://drive.google.com/uc?id=0B1X4dBxCzU76dGo1dUxrMVVMUlk2cm95M2dKTjBOQk5fbXpJ 7 | email : sandybunty2004@gmail.com 8 | status : add-details 9 | sessions : 10 | - Automation of MASVS with BDD 11 | - Update MSTG with changes in Android 8 (Oreo) 12 | - Update MSTG with changes in iOS 11 13 | --- 14 | -------------------------------------------------------------------------------- /content/participant-remote/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Remote Participants 3 | --- 4 | 5 | For reference, here are the remote participants from the last Summit in 2017: 6 | https://owaspsummit.org/website/participants-remote.html 7 | -------------------------------------------------------------------------------- /content/participant-remote/images/germinal-orcil.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant-remote/images/germinal-orcil.jpg -------------------------------------------------------------------------------- /content/participant-remote/images/lia-aguiar-almeida.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant-remote/images/lia-aguiar-almeida.jpg -------------------------------------------------------------------------------- /content/participant-remote/images/lucio-aguiar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant-remote/images/lucio-aguiar.jpg -------------------------------------------------------------------------------- /content/participant-remote/images/nicholas-tait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant-remote/images/nicholas-tait.jpg -------------------------------------------------------------------------------- /content/participant-remote/itkaa/kaveh-goudarzi.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Kaveh Goudarzi 3 | type : participant 4 | job_title : Director 5 | company : ITKaa 6 | funded_who : 7 | travel_from : 8 | image : 9 | linkedin : 10 | twitter : 11 | facebook : 12 | venue : Remote 13 | night_day : 14 | night_where : 15 | night_room : 16 | status : 17 | villa : Open SAMM villa-1 18 | ticket : 5x24h 19 | pre_summit : 20 | working sessions: 21 | --- 22 | -------------------------------------------------------------------------------- /content/participant-remote/itkaa/nadim-barsoum.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Nadim Barsoum 3 | type : participant 4 | job_title : Business Manager 5 | company : ITKaa 6 | funded_who : 7 | travel_from : 8 | image : /participant/images/nadim.png 9 | linkedin : nadim-barsoum-82468412 10 | twitter : 11 | facebook : 12 | venue : Remote 13 | night_day : 14 | night_where : 15 | night_room : 16 | status : 17 | villa : Open SAMM villa-1 18 | ticket : 5x24h 19 | pre_summit : 20 | working sessions: 21 | --- 22 | -------------------------------------------------------------------------------- /content/participant-remote/jaysen-naidoo.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Jaysen Naidoo 3 | type : participant-remote 4 | job_title : Developer 5 | company : DigitalRhizome 6 | travel_from : 7 | image : https://avatars1.githubusercontent.com/u/1088314 8 | linkedin : jaysennaidoo 9 | twitter : jaysen 10 | facebook : 11 | website : 12 | email : dev@jaysenn.com 13 | project_leader : 14 | chapter_leader : 15 | eventbrite_id : 16 | status : 17 | sessions : 18 | - OWASP DevSecOps Studio 19 | - Owasp Cloud Security Workshop (BETA) 20 | notes : 21 | --- 22 | 23 | 24 | -------------------------------------------------------------------------------- /content/participant-remote/prabhant-singh.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Prabhant Singh 3 | type : participant-remote 4 | job_title : Master's student 5 | company : University of Tartu 6 | travel_from : 7 | image : 8 | linkedin : https://www.linkedin.com/in/prabhant/ 9 | twitter : 10 | facebook : 11 | website : 12 | email : prabhantsingh@gmail.com 13 | project_leader : Talal Albacha 14 | chapter_leader : 15 | eventbrite_id : 16 | pre-summit : 17 | status : Remote 18 | sessions : 19 | - OWASP Top 5 Machine Learning Risks 20 | --- 21 | -------------------------------------------------------------------------------- /content/participant/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Onsite Participants 3 | --- 4 | 5 | For reference here are the Participants from the last Summit: 6 | https://owaspsummit.org/website/participants.html 7 | -------------------------------------------------------------------------------- /content/participant/images/NadimUAB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant/images/NadimUAB.jpg -------------------------------------------------------------------------------- /content/participant/images/francisco-viejobueno.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant/images/francisco-viejobueno.jpg -------------------------------------------------------------------------------- /content/participant/images/ian-taylor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant/images/ian-taylor.jpg -------------------------------------------------------------------------------- /content/participant/images/john-dileo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant/images/john-dileo.jpg -------------------------------------------------------------------------------- /content/participant/images/jorge-esperon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant/images/jorge-esperon.jpg -------------------------------------------------------------------------------- /content/participant/images/paul-santapau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant/images/paul-santapau.jpg -------------------------------------------------------------------------------- /content/participant/images/phil-parker.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant/images/phil-parker.jpeg -------------------------------------------------------------------------------- /content/participant/images/stephen-de-vries.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant/images/stephen-de-vries.jpg -------------------------------------------------------------------------------- /content/participant/images/timo-pagel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant/images/timo-pagel.jpg -------------------------------------------------------------------------------- /content/participant/images/tony-richards.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant/images/tony-richards.jpg -------------------------------------------------------------------------------- /content/participant/images/yan-kravchenko.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/content/participant/images/yan-kravchenko.jpg -------------------------------------------------------------------------------- /content/participant/panagiotis-yialouris.md: -------------------------------------------------------------------------------- 1 | title : Panagiotis Yialouris 2 | type : participant 3 | job_title : Information Security Consultant 4 | company : TwelveSec 5 | travel-from : Greece 6 | image : 7 | linkedin : 8 | twitter : 9 | facebook : 10 | website : 11 | email : 12 | project_leader : 13 | chapter_leader : 14 | regonline : 15 | pre-summit : 16 | status : 17 | sessions: 18 | - Update MSTG with changes in Android 8 (Oreo) 19 | - Update MSTG with changes in iOS 11 20 | -------------------------------------------------------------------------------- /content/participant/photobox-gs/sarah-cruz.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Sarah Cruz 3 | type : participant 4 | sponsored_by : PhotoBox 5 | job_title : Graphic Designer 6 | company : 7 | image : https://media.licdn.com/dms/image/C4E03AQGLs9vHz3yDfw/profile-displayphoto-shrink_800_800/0?e=1533168000&v=beta&t=KH3bwa1Teeot-SjR2L-05gIM2WJIK2C_qYZuWmZkcec 8 | linkedin : sarah-cruz-762886a5 9 | twitter : 10 | website : 11 | venue : Mon, Tue 12 | night_day : Sat-before, Mon 13 | night_where : villa-2 14 | night_room : 1 15 | status : done 16 | sessions : 17 | 18 | --- -------------------------------------------------------------------------------- /content/product-sessions/_template.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : 3 | type : product-session 4 | track : 5 | host_text : 6 | host_link : 7 | session_type : public 8 | technology : 9 | categories : 10 | featured : 11 | when_day : 12 | when_time : 13 | room_layout : 14 | room_id : 15 | session_slack: 16 | status : draft # draft, review-content, done 17 | description : 18 | organizers : 19 | participants : 20 | hidden : true 21 | --- 22 | 23 | ## What 24 | 25 | .. 26 | 27 | ## Outcomes 28 | 29 | ... 30 | -------------------------------------------------------------------------------- /content/reactions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Reactions 3 | layout : reactions 4 | year : 2018 5 | notes : link down to the FAQS pages 6 | 7 | --- 8 | 9 | ## Reactions from participants 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /content/schedule/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Summit Schedule 3 | type : schedule 4 | layout: tracks 5 | --- 6 | 7 | Here is the current (under construction) summit Schedule. The summit will run June 4-8, 2018. 8 | 9 | Note that we are still mapping a number of sessions and tracks, so if you need 10 | a particular session to occur on a particular day, now is the time to make sure it is on the right place. 11 | -------------------------------------------------------------------------------- /content/schedule/all.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : All Sessions 3 | type : schedule 4 | layout : all 5 | --- -------------------------------------------------------------------------------- /content/schedule/by-day.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Schedule by day 3 | type : schedule 4 | layout: by-day 5 | --- 6 | 7 | 8 | First pass at the Schedule 9 | 10 | -------------------------------------------------------------------------------- /content/schedule/day/fri.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Friday's schedule 3 | type : schedule 4 | day : Fri 5 | layout: day 6 | --- 7 | -------------------------------------------------------------------------------- /content/schedule/day/mon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Monday's schedule 3 | type : schedule 4 | day : Mon 5 | layout: day 6 | --- 7 | -------------------------------------------------------------------------------- /content/schedule/day/thu.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Thursday's schedule 3 | type : schedule 4 | day : Thu 5 | layout: day 6 | --- 7 | -------------------------------------------------------------------------------- /content/schedule/day/tue.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Tuesday's schedule 3 | type : schedule 4 | day : Tue 5 | layout: day 6 | --- 7 | -------------------------------------------------------------------------------- /content/schedule/day/wed.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Wednesday's schedule 3 | type : schedule 4 | day : Wed 5 | layout: day 6 | --- 7 | -------------------------------------------------------------------------------- /content/schedule/time-slots.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Time Slots 3 | --- 4 | 5 | for reference here are all time slots 6 | 7 |
8 | keynote: 9 | KN-1: 9:20 10 | KN-2: 9:40 11 | KN-:3: 10:00 12 | KN-:4: 10:20 13 | KN-:5: 10:40 14 | KN-:6: 11:00 15 | KN-:7: 11:20 16 | KN:-8: 11:40 17 | KN:-9: 12:00 18 | 19 | AM-1: 10:30 - 12:30 20 | 21 | ---lunch-- 12:30 - 13:30 22 | 23 | PM-1: 13:30 - 15:00 24 | PM-2: 15:30 - 16:30 25 | PM-3: 16:30 - 17:30 26 | 27 | --dinner-- 18:00 - 19:00 28 | 29 | Eve-1: 19:30-21:00 30 | Eve-2: 21:00-23:00 31 |-------------------------------------------------------------------------------- /content/schedule/tracks.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Tracks 3 | type : schedule 4 | layout: tracks 5 | --- 6 | 7 | 8 | Here is the current (under construction) schedule for the tracks 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/sponsors.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Sponsors 3 | layout : sponsors 4 | manage-container: true 5 | --- 6 | 7 | **The Summit wouldn’t be possible without the generous support of our sponsors, a big thanks to all supporters!** 8 | 9 | If you’re interested in sponsorship opportunities, take a look at the sponsorship packages at the bottom of this page. 10 | -------------------------------------------------------------------------------- /content/teams/SAMM-core/daily-scrum-fri.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : SAMM Core Daily Scrum (Fri) 3 | type : dynamic-session 4 | when_day : Fri 5 | when_time : DS-1 6 | room_id : table-5 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["SAMM-Core"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of SAMM Core team 16 | -------------------------------------------------------------------------------- /content/teams/SAMM-core/daily-scrum-mon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : SAMM Core Daily Scrum (Mon) 3 | type : dynamic-session 4 | when_day : Mon 5 | when_time : DS-1 6 | room_id : table-5 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["SAMM-Core"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of SAMM Core team 16 | -------------------------------------------------------------------------------- /content/teams/SAMM-core/daily-scrum-thu.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : SAMM Core Daily Scrum (Thu) 3 | type : dynamic-session 4 | when_day : Thu 5 | when_time : DS-1 6 | room_id : table-5 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["SAMM-Core"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of SAMM Core team 16 | -------------------------------------------------------------------------------- /content/teams/SAMM-core/daily-scrum-tue.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : SAMM Core Daily Scrum (Tue) 3 | type : dynamic-session 4 | when_day : Tue 5 | when_time : DS-1 6 | room_id : table-5 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["SAMM-Core"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of SAMM Core team 16 | -------------------------------------------------------------------------------- /content/teams/SAMM-core/daily-scrum-wed.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : SAMM Core Daily Scrum (Wed) 3 | type : dynamic-session 4 | when_day : Wed 5 | when_time : DS-1 6 | room_id : table-5 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["SAMM-Core"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of SAMM Core team 16 | -------------------------------------------------------------------------------- /content/teams/SAMM-core/user.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : OWASP Core 3 | type : participant 4 | company : 5 | status : add details 6 | --- 7 | 8 | 9 | -------------------------------------------------------------------------------- /content/teams/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: teams 3 | type : team 4 | --- 5 | 6 | There are the multiple teams that are represented at the Summit 7 | 8 | Please feel free to join any team marked as `community team` 9 | -------------------------------------------------------------------------------- /content/teams/avatao.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Avatao 3 | type : team 4 | team_type : Company 5 | image : https://avatao.com/images/avatao_logo.svg 6 | linkedin : 7 | session_slack : 8 | twitter : 9 | website : https://www.avatao.com/ 10 | email : 11 | status : 12 | #sessions : # use this to create a custom schedule for this team 13 | members: 14 | - Mark Felegyhazi 15 | - Gergo Turcsanyi 16 | - Gabor Pek 17 | notes : 18 | --- 19 | -------------------------------------------------------------------------------- /content/teams/capital-one.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Capital One 3 | type : team 4 | team_type : Company 5 | image : https://www.capitalone.com/assets/enterprise/img/logo/capitalone-logo-2x-main.png 6 | linkedin : 7 | session_slack : 8 | twitter : 9 | website : https://www.capitalone.com/ 10 | email : 11 | status : 12 | #sessions : # use this to create a custom schedule for this team 13 | members: 14 | - Fraser Scott 15 | - Neil Barlow 16 | - Mark Stickley 17 | - Lee Tunnicliffe 18 | notes : 19 | --- 20 | -------------------------------------------------------------------------------- /content/teams/continuum-security.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Continuum Security 3 | type : team 4 | team_type : Company 5 | image : https://www.continuumsecurity.net/wp-content/uploads/2018/03/logo-continuumsecurity_2018.png 6 | linkedin : 7 | session_slack : 8 | twitter : 9 | website : https://www.continuumsecurity.net/ 10 | email : 11 | status : 12 | #sessions : # use this to create a custom schedule for this team 13 | members: 14 | - Stephen De Vries 15 | - Stuart Winter-Tear 16 | - Francisco Viejobueno 17 | - Paul Santapau 18 | notes : 19 | --- 20 | -------------------------------------------------------------------------------- /content/teams/devseccon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : DevSecCon 3 | type : team 4 | team_type : Sponsor 5 | image : /img/sponsors/devseccon.png 6 | linkedin : 7 | session_slack : 8 | twitter : 9 | website : https://www.devseccon.com/ 10 | email : 11 | status : 12 | #sessions : # use this to create a custom schedule for this team 13 | # - Creating a Steady-State Hypothesis 14 | # - Hands on Chaos Experiments 15 | - 16 | members: 17 | - Francois Raynaud 18 | - Lisa Raynaud 19 | - Paul Dubourg 20 | - Thomas Franceschini 21 | 22 | notes : 23 | --- 24 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-appsec/daily-scrum-fri.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS AppSec Daily Scrum (Fri) 3 | type : dynamic-session 4 | when_day : Fri 5 | when_time : DS-1 6 | room_id : table-1 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-appsec/daily-scrum-mon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS AppSec Daily Scrum (Mon) 3 | type : dynamic-session 4 | when_day : Mon 5 | when_time : DS-1 6 | room_id : table-1 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-appsec/daily-scrum-thu.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS AppSec Daily Scrum (Thu) 3 | type : dynamic-session 4 | when_day : Thu 5 | when_time : DS-1 6 | room_id : table-1 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-appsec/daily-scrum-tue.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS AppSec Daily Scrum (Tue) 3 | type : dynamic-session 4 | when_day : Tue 5 | when_time : DS-1 6 | room_id : table-1 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-appsec/daily-scrum-wed.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS AppSec Daily Scrum (Wed) 3 | type : dynamic-session 4 | when_day : Wed 5 | when_time : DS-1 6 | room_id : table-1 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | 13 | --- 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-appsec/user.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS AppSec 3 | type : participant 4 | company : 5 | status : add details 6 | --- 7 | 8 | 9 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-detect/daily-scrum-fri.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Detect Daily Scrum (Fri) 3 | type : dynamic-session 4 | when_day : Fri 5 | when_time : DS-1 6 | room_id : table-2 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-detect/daily-scrum-mon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Detect Daily Scrum (Mon) 3 | type : dynamic-session 4 | when_day : Mon 5 | when_time : DS-1 6 | room_id : table-2 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-detect/daily-scrum-thu.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Detect Daily Scrum (Thu) 3 | type : dynamic-session 4 | when_day : Thu 5 | when_time : DS-1 6 | room_id : table-2 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-detect/daily-scrum-tue.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Detect Daily Scrum (Tue) 3 | type : dynamic-session 4 | when_day : Tue 5 | when_time : DS-1 6 | room_id : table-2 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-detect/daily-scrum-wed.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Detect Daily Scrum (Wed) 3 | type : dynamic-session 4 | when_day : Wed 5 | when_time : DS-1 6 | room_id : table-2 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | 13 | --- 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-detect/user.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Detect 3 | type : participant 4 | company : 5 | status : add details 6 | --- 7 | 8 | 9 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-risk/daily-scrum-fri.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Risk Daily Scrum (Fri) 3 | type : dynamic-session 4 | when_day : Fri 5 | when_time : DS-1 6 | room_id : table-3 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-risk/daily-scrum-mon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Risk Daily Scrum (Mon) 3 | type : dynamic-session 4 | when_day : Mon 5 | when_time : DS-1 6 | room_id : table-3 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-risk/daily-scrum-thu.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Risk Daily Scrum (Thu) 3 | type : dynamic-session 4 | when_day : Thu 5 | when_time : DS-1 6 | room_id : table-3 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-risk/daily-scrum-tue.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Risk Daily Scrum (Tue) 3 | type : dynamic-session 4 | when_day : Tue 5 | when_time : DS-1 6 | room_id : table-3 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-risk/daily-scrum-wed.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Risk Daily Scrum (Wed) 3 | type : dynamic-session 4 | when_day : Wed 5 | when_time : DS-1 6 | room_id : table-3 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | 13 | --- 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-risk/user.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Risk 3 | type : participant 4 | company : 5 | status : add details 6 | --- 7 | 8 | 9 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-summit/daily-scrum-fri.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Summit Daily Scrum (Fri) 3 | type : dynamic-session 4 | when_day : Fri 5 | when_time : DS-1 6 | room_id : table-4 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-summit/daily-scrum-mon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Summit Daily Scrum (Mon) 3 | type : dynamic-session 4 | when_day : Mon 5 | when_time : DS-1 6 | room_id : table-4 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-summit/daily-scrum-thu.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Summit Daily Scrum (Thu) 3 | type : dynamic-session 4 | when_day : Thu 5 | when_time : DS-1 6 | room_id : table-4 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-summit/daily-scrum-tue.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Summit Daily Scrum (Tue) 3 | type : dynamic-session 4 | when_day : Tue 5 | when_time : DS-1 6 | room_id : table-4 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | --- 13 | 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-summit/daily-scrum-wed.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Summit Daily Scrum (Wed) 3 | type : dynamic-session 4 | when_day : Wed 5 | when_time : DS-1 6 | room_id : table-4 7 | session_slack: 8 | status : done 9 | description : 10 | organizers : ["PBX-GS"] 11 | participants : 12 | 13 | --- 14 | 15 | Session for members of Photobox GS Detect team 16 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/gs-summit/user.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GS Summit 3 | type : participant 4 | company : 5 | status : add details 6 | --- 7 | 8 | 9 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/pbx-gs-offsite-session-1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : PBX-GS Offsite session 1 3 | type : private-session 4 | when_day : Mon 5 | when_time : PM-3 6 | room_id : villa-3 7 | locked : true 8 | session_slack: 9 | status : done 10 | organizers : 11 | - Jemma Davis-Smith 12 | description : 13 | participants : 14 | --- 15 | 16 | 17 | Session #1 for members of Photobox Group Security 18 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/pbx-gs-offsite-session-2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : PBX-GS Offsite session 2 3 | type : private-session 4 | when_day : Tue 5 | when_time : PM-3 6 | room_id : villa-5 7 | locked : true 8 | session_slack: 9 | status : done 10 | description : 11 | organizers : 12 | - Jemma Davis-Smith 13 | participants : 14 | --- 15 | 16 | 17 | Session #2 for members of Photobox Group Security 18 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/pbx-gs-offsite-session-3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : PBX-GS Offsite session 3 - Room cancelled please go to ROOM 5 3 | type : private-session 4 | when_day : Wed 5 | when_time : PM-3 6 | room_layout : # 7 | room_id : 8 | locked : true 9 | session_slack: 10 | status : done 11 | description : 12 | organizers : 13 | - Jemma Davis-Smith 14 | participants : 15 | --- 16 | 17 | Session #3 for members of Photobox Group Security. 18 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/pbx-gs-offsite-session-4.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : PBX-GS Offsite session 4 3 | type : private-session 4 | when_day : Thu 5 | when_time : PM-3 6 | room_id : villa-5 7 | locked : true 8 | session_slack: 9 | status : done 10 | description : 11 | organizers : 12 | - Jemma Davis-Smith 13 | participants : 14 | --- 15 | 16 | Session #3 for members of Photobox Group Security. 17 | -------------------------------------------------------------------------------- /content/teams/pbx-gs/pbx-gs-offsite-session-5.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : PBX-GS Offsite session 5 3 | type : private-session 4 | when_day : Fri 5 | when_time : PM-2 6 | room_id : villa-5 7 | locked : true 8 | session_slack: 9 | status : done 10 | description : 11 | organizers : 12 | - Jemma Davis-Smith 13 | participants : 14 | --- 15 | 16 | Session #3 for members of Photobox Group Security. 17 | -------------------------------------------------------------------------------- /content/teams/security-champions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Security Champions 3 | type : team 4 | team_type : Community team 5 | image : /img/teams/sec-champ.png 6 | linkedin : 7 | twitter : 8 | session_slack : 9 | website : 10 | email : 11 | status : 12 | #sessions: 13 | # - OwaspSAMM - Best Practices 14 | members: 15 | - David Cervigni 16 | - Francois Raynaud 17 | - Mark Felegyhazi 18 | - Toby Shelswell 19 | - Sebastien Deleersnyder 20 | 21 | notes : 22 | --- 23 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/fri/registration-desk-KN2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Fri) 3 | type : summit-session 4 | when_day : Fri 5 | when_time : KN-2 6 | room_id : 7 | session_slack: 8 | status : done # draft, review-content, done 9 | organizers : 10 | - Jemma Davis-Smith 11 | participants : 12 | - Marjorie Mohammad 13 | - Ann-Marie Grace 14 | - Robert Grace 15 | description : Registration desk management 16 | --- 17 | 18 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/fri/registration-desk-ST1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Fri) 3 | type : summit-session 4 | when_day : Fri 5 | when_time : ST-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | participants : 10 | - Marjorie Mohammad 11 | - Ann-Marie Grace 12 | - Robert Grace 13 | description : Registration desk management 14 | --- 15 | 16 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/fri/registration-desk-ST2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Fri) 3 | type : summit-session 4 | when_day : Fri 5 | when_time : ST-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | - Ann-Marie Grace 13 | - Robert Grace 14 | description : Registration desk management 15 | --- 16 | 17 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/fri/registration-desk-am1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Fri) 3 | type : summit-session 4 | when_day : Fri 5 | when_time : AM-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/fri/registration-desk-ds1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Fri) 3 | type : summit-session 4 | when_day : Fri 5 | when_time : DS-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | - Ann-Marie Grace 13 | - Robert Grace 14 | description : Registration desk management 15 | --- 16 | 17 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/fri/registration-desk-ds2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Fri) 3 | type : summit-session 4 | when_day : Fri 5 | when_time : DS-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/fri/registration-desk-pm1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Fri) 3 | type : summit-session 4 | when_day : Fri 5 | when_time : PM-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/fri/registration-desk-pm2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Fri) 3 | type : summit-session 4 | when_day : Fri 5 | when_time : PM-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/fri/registration-desk-pm3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Fri) 3 | type : summit-session 4 | when_day : Fri 5 | when_time : PM-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/fri/registration-desk-st3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Fri) 3 | type : summit-session 4 | when_day : Fri 5 | when_time : ST-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/mon/registration-desk-KN2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Mon) 3 | type : summit-session 4 | when_day : Mon 5 | when_time : KN-2 6 | room_id : 7 | session_slack: 8 | status : done # draft, review-content, done 9 | organizers : 10 | - 11 | participants : 12 | - Marjorie Mohammad 13 | - Ann-Marie Grace 14 | - Robert Grace 15 | description : Registration desk management 16 | --- 17 | 18 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/mon/registration-desk-ST1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Mon) 3 | type : summit-session 4 | when_day : Mon 5 | when_time : ST-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - 10 | participants : 11 | - Marjorie Mohammad 12 | - Ann-Marie Grace 13 | - Robert Grace 14 | description : Registration desk management 15 | --- 16 | 17 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/mon/registration-desk-ST2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Mon) 3 | type : summit-session 4 | when_day : Mon 5 | when_time : ST-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - 10 | participants : 11 | - Marjorie Mohammad 12 | - Ann-Marie Grace 13 | - Robert Grace 14 | description : Registration desk management 15 | --- 16 | 17 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/mon/registration-desk-am1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Mon) 3 | type : summit-session 4 | when_day : Mon 5 | when_time : AM-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/mon/registration-desk-ds1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Mon) 3 | type : summit-session 4 | track : Summit Team 5 | when_day : Mon 6 | when_time : DS-1 7 | room_id : 8 | status : done # draft, review-content, done 9 | organizers : 10 | - 11 | participants : 12 | - Marjorie Mohammad 13 | - Ann-Marie Grace 14 | - Robert Grace 15 | description : Registration desk management 16 | --- 17 | 18 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/mon/registration-desk-ds2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Mon) 3 | type : summit-session 4 | track : Summit Team 5 | when_day : Mon 6 | when_time : DS-2 7 | room_id : 8 | status : done # draft, review-content, done 9 | organizers : 10 | - Jemma Davis-Smith 11 | participants : 12 | - Marjorie Mohammad 13 | description : Registration desk management 14 | --- 15 | 16 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/mon/registration-desk-ds3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Mon) 3 | type : summit-session 4 | when_day : Mon 5 | when_time : DS-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/mon/registration-desk-pm1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Mon) 3 | type : summit-session 4 | track : Summit Team 5 | when_day : Mon 6 | when_time : PM-1 7 | room_id : 8 | status : done # draft, review-content, done 9 | organizers : 10 | - Jemma Davis-Smith 11 | participants : 12 | - Fernanda Almeida 13 | description : Registration desk management 14 | --- 15 | 16 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/mon/registration-desk-pm2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Mon) 3 | type : summit-session 4 | when_day : Mon 5 | when_time : PM-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/mon/registration-desk-pm3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Mon) 3 | type : summit-session 4 | when_day : Mon 5 | when_time : PM-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/mon/registration-desk-st3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Mon) 3 | type : summit-session 4 | when_day : Mon 5 | when_time : ST-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/team.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Summit Logistics 3 | type : team 4 | layout : summit-logistics 5 | hidden : true 6 | team_type : Summit 7 | sessions: 8 | members: 9 | - Robert Grace 10 | - Ann-Marie Grace 11 | - Jemma Davis-Smith 12 | - Fernanda Almeida 13 | - Marjorie Mohammad 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/thu/registration-desk-KN2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Thu) 3 | type : summit-session 4 | when_day : Thu 5 | when_time : KN-2 6 | room_id : 7 | session_slack: 8 | status : done # draft, review-content, done 9 | organizers : 10 | - Jemma Davis-Smith 11 | participants : 12 | - Marjorie Mohammad 13 | - Ann-Marie Grace 14 | - Robert Grace 15 | description : Registration desk management 16 | --- 17 | 18 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/thu/registration-desk-ST1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Thu) 3 | type : summit-session 4 | when_day : Thu 5 | when_time : ST-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | participants : 10 | - Marjorie Mohammad 11 | - Ann-Marie Grace 12 | - Robert Grace 13 | description : Registration desk management 14 | --- 15 | 16 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/thu/registration-desk-ST2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Thu) 3 | type : summit-session 4 | when_day : Thu 5 | when_time : ST-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | - Ann-Marie Grace 13 | - Robert Grace 14 | description : Registration desk management 15 | --- 16 | 17 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/thu/registration-desk-am1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Thu) 3 | type : summit-session 4 | when_day : Thu 5 | when_time : AM-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/thu/registration-desk-ds1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Thu) 3 | type : summit-session 4 | when_day : Thu 5 | when_time : DS-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | - Ann-Marie Grace 13 | - Robert Grace 14 | description : Registration desk management 15 | --- 16 | 17 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/thu/registration-desk-ds2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Thu) 3 | type : summit-session 4 | when_day : Thu 5 | when_time : DS-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/thu/registration-desk-ds3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Thu) 3 | type : summit-session 4 | when_day : Thu 5 | when_time : DS-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/thu/registration-desk-pm1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Thu) 3 | type : summit-session 4 | when_day : Thu 5 | when_time : PM-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/thu/registration-desk-pm2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Thu) 3 | type : summit-session 4 | when_day : Thu 5 | when_time : PM-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/thu/registration-desk-pm3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Thu) 3 | type : summit-session 4 | when_day : Thu 5 | when_time : PM-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/thu/registration-desk-st3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Thu) 3 | type : summit-session 4 | when_day : Thu 5 | when_time : ST-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/tue/registration-desk-KN2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Tue) 3 | type : summit-session 4 | track : Summit Team 5 | when_day : Tue 6 | when_time : KN-2 7 | room_id : 8 | session_slack: 9 | status : done # draft, review-content, done 10 | organizers : 11 | - Jemma Davis-Smith 12 | participants : 13 | - Marjorie Mohammad 14 | - Ann-Marie Grace 15 | - Robert Grace 16 | description : Registration desk management 17 | --- 18 | 19 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/tue/registration-desk-ST1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Tue) 3 | type : summit-session 4 | when_day : Tue 5 | when_time : ST-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | - Ann-Marie Grace 13 | - Robert Grace 14 | description : Registration desk management 15 | --- 16 | 17 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/tue/registration-desk-ST2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Tue) 3 | type : summit-session 4 | when_day : Tue 5 | when_time : ST-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | - Ann-Marie Grace 13 | - Robert Grace 14 | description : Registration desk management 15 | --- 16 | 17 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/tue/registration-desk-am1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Tue) 3 | type : summit-session 4 | when_day : Tue 5 | when_time : AM-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/tue/registration-desk-ds1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Tue) 3 | type : summit-session 4 | track : Summit Team 5 | when_day : Tue 6 | when_time : DS-1 7 | room_id : 8 | status : done # draft, review-content, done 9 | organizers : 10 | - Jemma Davis-Smith 11 | participants : 12 | - Marjorie Mohammad 13 | - Ann-Marie Grace 14 | - Robert Grace 15 | description : Registration desk management 16 | --- 17 | 18 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/tue/registration-desk-ds2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Tue) 3 | type : summit-session 4 | track : Summit Team 5 | when_day : Tue 6 | when_time : DS-2 7 | room_id : 8 | status : done # draft, review-content, done 9 | organizers : 10 | - Jemma Davis-Smith 11 | participants : 12 | - Marjorie Mohammad 13 | description : Registration desk management 14 | --- 15 | 16 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/tue/registration-desk-ds3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Tue) 3 | type : summit-session 4 | when_day : Tue 5 | when_time : DS-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/tue/registration-desk-pm1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Tue) 3 | type : summit-session 4 | track : Summit Team 5 | when_day : Tue 6 | when_time : PM-1 7 | room_id : 8 | status : done # draft, review-content, done 9 | organizers : 10 | - Jemma Davis-Smith 11 | participants : 12 | - Fernanda Almeida 13 | description : Registration desk management 14 | --- 15 | 16 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/tue/registration-desk-pm2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Tue) 3 | type : summit-session 4 | when_day : Tue 5 | when_time : PM-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/tue/registration-desk-pm3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Tue) 3 | type : summit-session 4 | when_day : Tue 5 | when_time : PM-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/tue/registration-desk-st3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Tue) 3 | type : summit-session 4 | when_day : Tue 5 | when_time : ST-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/wed/registration-desk-KN2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Wed) 3 | type : summit-session 4 | track : Summit Team 5 | when_day : Wed 6 | when_time : KN-2 7 | room_id : 8 | session_slack: 9 | status : done # draft, review-content, done 10 | organizers : 11 | - Jemma Davis-Smith 12 | participants : 13 | - Marjorie Mohammad 14 | - Ann-Marie Grace 15 | - Robert Grace 16 | description : Registration desk management 17 | --- 18 | 19 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/wed/registration-desk-ST1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Wed) 3 | type : summit-session 4 | when_day : Wed 5 | when_time : ST-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | - Ann-Marie Grace 13 | - Robert Grace 14 | description : Registration desk management 15 | --- 16 | 17 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/wed/registration-desk-ST2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Wed) 3 | type : summit-session 4 | when_day : Wed 5 | when_time : ST-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | description : Registration desk management 9 | organizers : 10 | - Jemma Davis-Smith 11 | participants : 12 | - Marjorie Mohammad 13 | - Ann-Marie Grace 14 | - Robert Grace 15 | --- 16 | 17 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/wed/registration-desk-am1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Wed) 3 | type : summit-session 4 | when_day : Wed 5 | when_time : AM-1 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/wed/registration-desk-ds1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Wed) 3 | type : summit-session 4 | track : Summit Team 5 | when_day : Wed 6 | when_time : DS-1 7 | room_id : 8 | status : done # draft, review-content, done 9 | organizers : 10 | - Jemma Davis-Smith 11 | participants : 12 | - Marjorie Mohammad 13 | - Ann-Marie Grace 14 | - Robert Grace 15 | description : Registration desk management 16 | --- 17 | 18 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/wed/registration-desk-ds2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Wed) 3 | type : summit-session 4 | track : Summit Team 5 | when_day : Wed 6 | when_time : DS-2 7 | room_id : 8 | status : done # draft, review-content, done 9 | organizers : 10 | - Jemma Davis-Smith 11 | participants : 12 | - Marjorie Mohammad 13 | description : Registration desk management 14 | --- 15 | 16 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/wed/registration-desk-ds3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Wed) 3 | type : summit-session 4 | when_day : Wed 5 | when_time : DS-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/wed/registration-desk-pm1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Wed) 3 | type : summit-session 4 | track : Summit Team 5 | when_day : Wed 6 | when_time : PM-1 7 | room_id : 8 | status : done # draft, review-content, done 9 | organizers : 10 | - Jemma Davis-Smith 11 | participants : 12 | - Fernanda Almeida 13 | description : Registration desk management 14 | --- 15 | 16 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/wed/registration-desk-pm2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Wed) 3 | type : summit-session 4 | when_day : Wed 5 | when_time : PM-2 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/wed/registration-desk-pm3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Wed) 3 | type : summit-session 4 | when_day : Wed 5 | when_time : PM-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Fernanda Almeida 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/summit-logistics/wed/registration-desk-st3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Registration Desk (Wed) 3 | type : summit-session 4 | when_day : Wed 5 | when_time : ST-3 6 | room_id : 7 | status : done # draft, review-content, done 8 | organizers : 9 | - Jemma Davis-Smith 10 | participants : 11 | - Marjorie Mohammad 12 | description : Registration desk management 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /content/teams/toreon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Toreon 3 | type : team 4 | team_type : Sponsor 5 | image : /img/sponsors/toreon.png 6 | linkedin : 7 | session_slack : 8 | twitter : 9 | website : https://www.toreon.com/ 10 | email : 11 | status : 12 | sessions: 13 | - SAMM2 Kickoff 14 | - OwaspSAMM - Best Practices 15 | - SAMMv2 Establish the Document Model 16 | members: 17 | - Sebastien Deleersnyder 18 | - Steven Wierckx 19 | - Frederic Tollens 20 | - Jonas Vanalderweireldt 21 | - Ruben Tronçon 22 | - Fabien Thalgott 23 | 24 | notes : 25 | --- 26 | -------------------------------------------------------------------------------- /content/tickets.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Get Your Tickets (Summit 2019) 3 | layout : tickets 4 | --- 5 | -------------------------------------------------------------------------------- /content/tracks/CISO/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : CISO 3 | type : track 4 | when_day : Tue,Thu 5 | status : done 6 | session_slack: https://os-summit.slack.com/messages/CAVDMTALA 7 | description : Working Sessions on topics related for CISOs and C-Level execs. 8 | organizers : 9 | - Tony Richards 10 | --- 11 | 12 | Working Sessions on topics related for CISOs and C-Level execs. 13 | -------------------------------------------------------------------------------- /content/tracks/Chaos-Engineering/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Chaos Engineering 3 | type : track 4 | featured : yes 5 | when_day : Mon 6 | owasp-project: no 7 | session_slack: https://os-summit.slack.com/messages/CAVAQCQ5R 8 | description : Sessions focusing on Chaos Engineering 9 | organizers : 10 | - Russ Miles 11 | --- 12 | 13 | This track is focused on Chaos Engineering 14 | -------------------------------------------------------------------------------- /content/tracks/DevSecOps/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : DevSecOps 3 | type : track 4 | featured : yes 5 | owasp-project: no 6 | when_day : Tue Wed Thu 7 | when_time : 8 | session_slack: https://os-summit.slack.com/messages/CAVDNF1NE 9 | description : Sessions focusing on the DevSecOps tools and techniques to embed security as part of CI/CD pipelines 10 | organizers : 11 | - Imran Mohammed A 12 | - Francois Raynaud 13 | --- 14 | 15 | This track is focused on the DevSecOps tools and techniques to embed security as part of CI/CD pipelines. 16 | -------------------------------------------------------------------------------- /content/tracks/DevSecOps/user-sessions/create-a-slack-bot-in-python.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Create a Slack bot in Python 3 | type : user-session 4 | track : DevSecOps 5 | topics : 6 | when_day : Mon 7 | when_time : Eve-1,Eve-2 8 | room_id : villa-2 9 | locked : true 10 | session_slack: https://os-summit.slack.com/messages/CAVHKD1TP 11 | description : Hands on session to show participants how to create a Slack bot in Python 12 | status : review-content 13 | organizers : 14 | - PhotoBox-GS 15 | participants : 16 | 17 | --- 18 | 19 | Hands on session to show participants how to create a Slack bot in Python 20 | 21 | 22 | -------------------------------------------------------------------------------- /content/tracks/DevSecOps/user-sessions/create-a-tech-radar-for-security-teams.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Create a Tech Radar for Security teams 3 | type : working-session 4 | track : DevSecOps 5 | topics : 6 | when_day : Fri 7 | when_time : PM-1 8 | technology : 9 | session_slack: 10 | description : Session to consolidate and publish anonymised real-word playbooks 11 | status : draft 12 | organizers : 13 | - James Wharton 14 | participants: 15 | 16 | --- 17 | 18 | Based on the ideas and tech provided by ThoughtWorks at https://www.thoughtworks.com/radar 19 | -------------------------------------------------------------------------------- /content/tracks/DevSecOps/user-sessions/using-jira-to-create-and-execute-security-playbooks.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Using JIRA to create and execute Security Playbooks 3 | type : user-session 4 | track : DevSecOps 5 | topics : ["Security Playbooks"] 6 | when_day : Tue 7 | when_time : PM-3 8 | room_id : room-3 9 | session_slack: https://os-summit.slack.com/messages/CAVHKD1TP 10 | description : Hands on session on how to use JIRA for incident response 11 | status : draft 12 | organizers : 13 | - Ann-Marie Grace 14 | participants : 15 | --- 16 | 17 | Hands on session on how to use JIRA for incident response 18 | -------------------------------------------------------------------------------- /content/tracks/GDPR/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : GDPR 3 | type : track 4 | when_day : Mon,Tue,Wed,Thu 5 | status : featured 6 | session_slack: https://os-summit.slack.com/messages/CAWF29V9V 7 | description : From GDPR Appropriate Security Controls to Real world GDPR practices, this is where the real GDPR security experts will be 8 | organizers : 9 | - Tony Richards 10 | - Dinis Cruz 11 | --- 12 | 13 | ## Summary 14 | 15 | GDPR related sessions 16 | -------------------------------------------------------------------------------- /content/tracks/Keynotes/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Keynotes 3 | type : track 4 | technology : 5 | when_day : Mon,Thu 6 | session_slack: https://os-summit.slack.com/messages/CAXJCNU9H 7 | status : featured 8 | description : Keynote track featuring talks by security experts 9 | organizers : 10 | --- 11 | 12 | -------------------------------------------------------------------------------- /content/tracks/Keynotes/information-awareness.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Informational Awareness 3 | type : user-session 4 | track : Keynotes 5 | technology : 6 | featured : yes # review with summit team "yes" 7 | when_day : Wed 8 | when_time : DS-2 9 | room_id : main-stage 10 | session_slack: 11 | status : # draft, review-content, done 12 | organizers : ["Jonathan Hawes"] 13 | description : Keynote by Jonathan Hawes 14 | --- 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /content/tracks/Keynotes/summit-wrap-up.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Summit Wrap Up 3 | type : Keynote 4 | technology : 5 | topics : # for example ["GDPR"] 6 | featured : # review with summit team "yes" 7 | when_day : Fri # i.e. Tue 8 | when_time : PM-3 # i.e. AM-1 9 | room_layout : # 10 | room_id : main-hall 11 | session_slack: 12 | status : add-content # draft, review-content, done 13 | description : 14 | organizers : 15 | - Summit Org team 16 | participants : 17 | --- 18 | 19 | -------------------------------------------------------------------------------- /content/tracks/Maps-and-Graphs/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Maps and Graphs 3 | type : track 4 | when_day : Thu 5 | session_slack: https://os-summit.slack.com/messages/CAX5AUJU9 6 | status : done 7 | description : Working Sessions for CISOs 8 | organizers : 9 | - Dinis Cruz 10 | --- 11 | 12 | Sessions focused on Wardley mappings, Visualisation, Graphs and Users StoryBoards for Security 13 | -------------------------------------------------------------------------------- /content/tracks/Misc/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Misc 3 | type : track 4 | status : featured 5 | #when_day : Wed 6 | session_slack: https://os-summit.slack.com/messages/CAVDNTK2N 7 | description : Misc Sessions on multiple topics 8 | organizers : 9 | --- 10 | 11 | Misc Sessions on multiple topics 12 | -------------------------------------------------------------------------------- /content/tracks/Misc/user-sessions/track-introductions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Track Introductions 3 | type : user-session 4 | track : Misc 5 | topics : 6 | technology : 7 | categories : 8 | featured : 9 | when_day : Mon 10 | when_time : AM-1 11 | room_id : room-3 12 | locked : true 13 | session_slack: 14 | status : review-content 15 | organizers : 16 | - Sebastien Deleersnyder 17 | participants : 18 | - Francois Raynaud 19 | - Steven Wierckx 20 | - Tony Richards 21 | description : 22 | --- 23 | 24 | Flash introductions to some of the main summit tracks 25 | -------------------------------------------------------------------------------- /content/tracks/Misc/working-sessions/job-fair.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Job Fair 3 | type : working-session 4 | track : Misc 5 | topics : 6 | when_day : Wed 7 | when_time : DS-3 8 | room_id : table-4 9 | description : Meet companies that are hiring at the Summit 10 | status : review-content # draft, review-content, done 11 | organizers : 12 | - Goher Mohammad 13 | participants : 14 | --- 15 | 16 | Meet companies that are hiring at the Summit 17 | -------------------------------------------------------------------------------- /content/tracks/OWASP-Projects/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Owasp Projects 3 | type : track 4 | featured : yes 5 | owasp-project: yes 6 | when_day : Tue Wed Thu 7 | when_time : 8 | session_slack: 9 | description : Sessions based around multiple Owasp Projects 10 | organizers : 11 | --- 12 | 13 | Sessions based around multiple Owasp Projects 14 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Security Questions 3 | type : track 4 | session_slack: https://os-summit.slack.com/messages/CAVARU8BD 5 | status : done 6 | when_day : Mon,Tue,Wed,Thu,Fri 7 | description : Track focused on creating Security Questions and Answers (with daily quizzes planned for the evening sessions) 8 | organizers : 9 | - John Fitzgerald 10 | - Rachel Power 11 | --- 12 | 13 | {{% img src = "http://localhost:1313/img/teams/Security-Q-n-A.jpg" 14 | width = "300px" %}} 15 | 16 | 17 | Track focused on creating Security Questions and Answers 18 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/user-sessions/creating-security-quizes.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Creating Security exams (How to) 3 | type : user-session 4 | track : Security Questions 5 | technology : 6 | when_day : Thu 7 | when_time : DS-2 8 | room_layout : 9 | room_id : table-5 10 | session_slack: https://os-summit.slack.com/messages/CAVAX0YN7 11 | status : ok 12 | organizers : 13 | description : 14 | organizers : 15 | - John Fitzgerald 16 | - Rachel Power 17 | --- 18 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/user-sessions/security-quiz-night-mon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Security Quiz Night (Mon) 3 | type : user-session 4 | track : Security Questions 5 | technology : 6 | when_day : Mon 7 | when_time : Eve-1 8 | room_id : villa-4 9 | session_slack: https://os-summit.slack.com/messages/CAVDZFF1Q 10 | status : ok 11 | description : 12 | participants : 13 | organizers : 14 | - John Fitzgerald 15 | - Rachel Power 16 | --- 17 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/user-sessions/security-quiz-night-thu.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Security Quiz Night (Thu) 3 | type : user-session 4 | track : Security Questions 5 | technology : 6 | when_day : Thu 7 | when_time : Eve-1 8 | room_id : villa-4 9 | session_slack: https://os-summit.slack.com/messages/CAVJ235TP 10 | status : ok 11 | organizers : 12 | description : 13 | participants : 14 | organizers : 15 | - John Fitzgerald 16 | - Rachel Power 17 | --- 18 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/user-sessions/security-quiz-night-tue.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Security Quiz Night (Tue) 3 | type : user-session 4 | track : Security Questions 5 | technology : 6 | when_day : Tue 7 | when_time : Eve-1 8 | room_id : villa-4 9 | session_slack: https://os-summit.slack.com/messages/CAV7B4D1S 10 | status : ok 11 | organizers : 12 | description : 13 | participants : 14 | organizers : 15 | - John Fitzgerald 16 | - Rachel Power 17 | --- 18 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/user-sessions/security-quiz-night-wed.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Security Quiz Night (Wed) 3 | type : user-session 4 | track : Security Questions 5 | technology : 6 | when_day : Wed 7 | when_time : Eve-1 8 | room_id : villa-4 9 | session_slack: https://os-summit.slack.com/messages/CAVB2BH51 10 | status : ok 11 | organizers : 12 | description : 13 | participants : 14 | organizers : 15 | - John Fitzgerald 16 | - Rachel Power 17 | --- 18 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/consolidate-and-proceces-all-security-quiz-data.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Consolidate and process all Security Quiz data 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Fri 7 | when_time : PM-1,PM-2 8 | room_layout : 9 | room_id : room-4 10 | session_slack: https://os-summit.slack.com/messages/CAUMGE4HW 11 | status : ok 12 | organizers : 13 | description : 14 | participants : 15 | organizers : 16 | - John Fitzgerald 17 | - Rachel Power 18 | --- 19 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/create-aws-security-questions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Create AWS Security Questions 3 | type : working-session 4 | track : Security Questions 5 | topics : ["AWS"] 6 | featured : yes 7 | when_day : Tue 8 | when_time : PM-2 9 | room_layout : 10 | room_id : room-4 11 | session_slack: https://os-summit.slack.com/messages/CAV9M3919 12 | status : ok 13 | organizers : 14 | description : 15 | participants : 16 | - Giorgio Bonfiglio 17 | organizers : 18 | - John Fitzgerald 19 | - Rachel Power 20 | - Orid Ahmed 21 | --- 22 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/create-docker-security-questions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Create Docker Security Questions 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Wed 7 | when_time : AM-1 8 | room_id : 9 | session_slack: https://os-summit.slack.com/messages/CAV5WQ5NY 10 | status : ok 11 | organizers : 12 | description : 13 | participants : 14 | organizers : 15 | - John Fitzgerald 16 | - Rachel Power 17 | - Orid Ahmed 18 | --- 19 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/create-dotnet-security-questions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Create .Net Security Questions 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Mon 7 | when_time : PM-3 8 | room_id : room-4 9 | session_slack: https://os-summit.slack.com/messages/CAWDXTALX 10 | status : ok 11 | organizers : 12 | description : 13 | participants : 14 | organizers : 15 | - John Fitzgerald 16 | - Rachel Power 17 | --- 18 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/create-java-security-questions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Create Java Security Questions 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Tue 7 | when_time : PM-3 8 | room_id : room-4 9 | session_slack: https://os-summit.slack.com/messages/CAUS05T9P 10 | status : ok 11 | organizers : 12 | description : 13 | participants : 14 | organizers : 15 | - John Fitzgerald 16 | - Rachel Power 17 | --- 18 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/create-nodejs-security-questions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Create NodeJS Security Questions 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | featured : yes 7 | when_day : Wed 8 | when_time : PM-2 9 | room_id : room-4 10 | session_slack: https://os-summit.slack.com/messages/CAVGN3J7P 11 | status : ok 12 | organizers : 13 | description : 14 | participants : 15 | organizers : 16 | - John Fitzgerald 17 | - Rachel Power 18 | --- 19 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/create-owasp-asvs-security-questions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Create Owasp AWS Security Questions 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Thu 7 | when_time : PM-2 8 | room_id : 9 | session_slack: https://os-summit.slack.com/messages/CAV5Y63GC 10 | status : ok 11 | organizers : 12 | description : 13 | participants : 14 | organizers : 15 | - John Fitzgerald 16 | - Rachel Power 17 | --- 18 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/create-owasp-top-10-questions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Create Owasp Top 10 Security Questions 3 | type : working-session 4 | track : Security Questions 5 | featured : yes 6 | when_day : Mon 7 | when_time : PM-2 8 | room_id : room-4 9 | session_slack: https://os-summit.slack.com/messages/CAV9PU56X 10 | status : ok 11 | organizers : 12 | description : 13 | participants : 14 | organizers : 15 | - John Fitzgerald 16 | - Rachel Power 17 | --- 18 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/create-perl-security-questions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Create Perl Security Questions 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Wed 7 | when_time : PM-3 8 | room_id : room-4 9 | session_slack: https://os-summit.slack.com/messages/CAWE3QB71 10 | status : ok 11 | organizers : 12 | description : 13 | participants : 14 | - Chris Allen 15 | organizers : 16 | - John Fitzgerald 17 | - Rachel Power 18 | --- 19 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/create-php-security-questions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Create PHP Security Questions 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Wed 7 | when_time : PM-1 8 | room_id : 9 | session_slack: https://os-summit.slack.com/messages/CAV615JJ0 10 | status : ok 11 | organizers : 12 | description : 13 | participants : 14 | organizers : 15 | - John Fitzgerald 16 | - Rachel Power 17 | --- 18 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/owasp-exams.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Transform OWASP Exam into Security Questions 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : 7 | when_time : 8 | room_layout : 9 | room_id : 10 | session_slack: https://os-summit.slack.com/messages/CAUNHH5QQ 11 | status : ok 12 | organizers : 13 | description : 14 | participants : 15 | organizers : 16 | - John Fitzgerald 17 | - Rachel Power 18 | --- 19 | 20 | 21 | ## What 22 | 23 | Convert https://www.owasp.org/index.php/OWASP_Exams_Project into Security Questions 24 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/prepare-thursday-quiz-session.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Prepare Thursday Quiz session 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Thu 7 | when_time : PM-3 8 | room_layout : 9 | room_id : room-4 10 | session_slack: https://os-summit.slack.com/messages/CAV6L5CA0 11 | status : ok 12 | organizers : 13 | description : 14 | participants : 15 | organizers : 16 | - John Fitzgerald 17 | - Rachel Power 18 | --- 19 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/present-security-quiz-data.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Present Security Quiz Data 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Fri 7 | when_time : PM-3 8 | room_layout : 9 | room_id : 10 | session_slack: https://os-summit.slack.com/messages/CAV6L5CA0 11 | status : ok 12 | organizers : 13 | description : 14 | participants : 15 | organizers : 16 | - John Fitzgerald 17 | - Rachel Power 18 | --- 19 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/review-quiz-answers-from-mon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Review quiz answers from Mon 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Tue 7 | when_time : DS-1 8 | room_layout : 9 | room_id : table-6 10 | session_slack: https://os-summit.slack.com/messages/CAUSQJLHF 11 | status : ok 12 | organizers : 13 | description : 14 | participants : 15 | organizers : 16 | - John Fitzgerald 17 | - Rachel Power 18 | --- 19 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/review-quiz-answers-from-thu.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Review quiz answers from Thu 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Fri 7 | when_time : DS-1 8 | room_layout : 9 | room_id : table-6 10 | session_slack: https://os-summit.slack.com/messages/CAVDB2K5G 11 | status : ok 12 | organizers : 13 | description : 14 | participants : 15 | organizers : 16 | - John Fitzgerald 17 | - Rachel Power 18 | --- 19 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/review-quiz-answers-from-tue.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Review quiz answers from Tue 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Wed 7 | when_time : DS-1 8 | room_layout : 9 | room_id : table-6 10 | session_slack: https://os-summit.slack.com/messages/CAV6NRFQC 11 | status : ok 12 | organizers : 13 | description : 14 | participants : 15 | organizers : 16 | - John Fitzgerald 17 | - Rachel Power 18 | --- 19 | -------------------------------------------------------------------------------- /content/tracks/Security-Questions/working-sessions/review-quiz-answers-from-wed.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Review quiz answers from Wed 3 | type : working-session 4 | track : Security Questions 5 | technology : 6 | when_day : Thu 7 | when_time : DS-1 8 | room_layout : 9 | room_id : table-6 10 | session_slack: https://os-summit.slack.com/messages/CAVDBT810 11 | status : ok 12 | organizers : 13 | description : 14 | participants : 15 | organizers : 16 | - John Fitzgerald 17 | - Rachel Power 18 | --- 19 | -------------------------------------------------------------------------------- /content/tracks/Threat-Model/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Threat Model 3 | type : track 4 | when_day : Mon,Tue,Wed,Thu,Fri 5 | status : featured 6 | description : With Working Sessions such as Attack chains as TM technique and Threat Model cheat sheets 7 | organizers : 8 | - Steven Wierckx 9 | --- 10 | 11 | ### Summary 12 | 13 | Work on multiple Threat Modeling topics and improve existing materials. 14 | -------------------------------------------------------------------------------- /content/tracks/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | url : "/tracks/" 3 | title : "Tracks" 4 | session_slack: https://os-summit.slack.com/messages/CAUNNK1S4 5 | layout: tracks-main 6 | --- 7 | -------------------------------------------------------------------------------- /content/venue.md: -------------------------------------------------------------------------------- 1 | --- 2 | title : Venue 3 | layout : venue 4 | year : 2018 5 | notes : link down to the FAQS pages 6 | 7 | --- 8 | 9 | ## The venue 10 | 11 | OSS is returning to [Woburn Forest Center Parks](https://www.centerparcs.co.uk/discover-center-parcs/uk-holiday-locations/woburn-forest.html) 12 | 13 | ## Arriving at the venue 14 | 15 | If you have questions about getting to the venue then check the [FAQ](/content/faq/Transport-and-Directions.md) 16 | 17 | ## Checking in 18 | 19 | If you have questions about the checking-in process check the [FAQ](/content/faq/Accomodation.md) 20 | 21 | 22 | -------------------------------------------------------------------------------- /data/carousel/about.yaml: -------------------------------------------------------------------------------- 1 | weight: 2 2 | title: "About the Summit" 3 | description: > 4 |
with Anne Currie
7 |with Tony Richards
11 |3 | {{ .Content}} 4 |
5 |{{.time}} | 4 |
7 | {{ index .self.Site.Data.schedule.times .time}} 8 | | 9 |
7 | {{ partial "link.html" .}} 8 | |
Total sessions for this track: {{ len $pages }}
4 | 5 | {{ partial "schedule/table.html" (dict "self" .self "pages" $pages ) }} 6 | 7 |To register as an organizer of an session or track: 4 | 5 |
organizers
metadata field (in this case {{ .Params.title}}
) To register as participant add {{ .Params.title}}
to either:
3 |
sessions
metadata field from your participant's page (find your participant page and look for the edit link).participants
metadata field from this git session page Legends: 2 | 3 |
3 | Summit Slack channel invite link here 4 |
5 | -------------------------------------------------------------------------------- /layouts/partials/sponsors/participant-sponsored.html: -------------------------------------------------------------------------------- 1 | {{ $sponsor := .sponsor }} 2 | 3 |