├── .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 | 8 | image: "img/carousel/about.png" 9 | -------------------------------------------------------------------------------- /data/carousel/countdown.yaml: -------------------------------------------------------------------------------- 1 | weight: 1 2 | title: "Join us June 4th - 8th 2018" 3 | description: > 4 | 9 | 10 | image: "img/carousel/next-summit.png" 11 | -------------------------------------------------------------------------------- /data/carousel/feature.yaml: -------------------------------------------------------------------------------- 1 | weight: 3 2 | title: "The Working Sessions" 3 | description: > 4 | 8 | 12 |

Read More

13 | image: "img/carousel/next-summit.png" 14 | -------------------------------------------------------------------------------- /data/carousel/sponsors.yaml: -------------------------------------------------------------------------------- 1 | weight: 4 2 | title: "Sponsors" 3 | description: > 4 | 8 | image: "img/carousel/sponsor.png" 9 | -------------------------------------------------------------------------------- /data/carousel/tickets.yaml: -------------------------------------------------------------------------------- 1 | weight: 3 2 | title: "Buy your tickets!" 3 | description: > 4 | 8 | image: "img/carousel/ticket.png" 9 | -------------------------------------------------------------------------------- /data/features/blog.yaml: -------------------------------------------------------------------------------- 1 | weight: 6 2 | name: "About" 3 | icon: "icon-blog" 4 | description: "The Open Security Summit 2018 is focused on the collaboration between Developers and Application Security. " 5 | link: "/about/" 6 | -------------------------------------------------------------------------------- /data/features/faq.yaml: -------------------------------------------------------------------------------- 1 | weight: 5 2 | name: "FAQ" 3 | icon: "icon-faq" 4 | description: "Visit our FAQ pages for answers to our most commonly asked questions" 5 | link: "/faq/" 6 | -------------------------------------------------------------------------------- /data/features/participants.yaml: -------------------------------------------------------------------------------- 1 | weight: 3 2 | name: "Participants" 3 | icon: "icon-participants" 4 | description: "Participants bring a wealth of knowledge and experience to the Summit, ready to collaborate with the community" 5 | link: "/participant/" 6 | -------------------------------------------------------------------------------- /data/features/tickets.yaml: -------------------------------------------------------------------------------- 1 | weight: 1 2 | name: "Buy Tickets" 3 | icon: "icon-tickets" 4 | description: "Book your Open Security Summit tickets and connect with like-minded individuals" 5 | link: "/tickets/" 6 | -------------------------------------------------------------------------------- /data/features/tracks.yaml: -------------------------------------------------------------------------------- 1 | weight: 2 2 | name: "Tracks" 3 | icon: "icon-tracks" 4 | description: "Offering tracks to support a wide range hot-topic working sessions" 5 | link: "/tracks/" 6 | -------------------------------------------------------------------------------- /data/features/venue.yaml: -------------------------------------------------------------------------------- 1 | weight: 4 2 | name: "Venue" 3 | icon: "icon-venue" 4 | description: "A prime location for networks, in Woodland Lodges surrounded by the tranquillity of the forest" 5 | link: "/venue/" 6 | -------------------------------------------------------------------------------- /data/schedule/main_hall.yaml: -------------------------------------------------------------------------------- 1 | main-stage: 2 | title : Main Stage 3 | layout : table 4 | capacity : 100 5 | table-1: 6 | title : Table 1 7 | layout : table 8 | capacity : 10 9 | table-2: 10 | title : Table 2 11 | layout : table 12 | capacity : 10 13 | table-3: 14 | title : Table 3 15 | layout : table 16 | capacity : 10 17 | table-4: 18 | title : Table 4 19 | layout : table 20 | capacity : 10 21 | table-5: 22 | title : Table 5 23 | layout : table 24 | capacity : 10 25 | table-6: 26 | title : Table 6 27 | layout : table 28 | capacity : 10 29 | 30 | -------------------------------------------------------------------------------- /data/schedule/meet_url.yaml: -------------------------------------------------------------------------------- 1 | #kings 2 | room-1: https://meet.google.com/gqs-wgxi-fmc 3 | #portland 4 | room-2: https://meet.google.com/ktv-fyde-awm 5 | #larch 6 | room-3: https://meet.google.com/qkh-wzdn-kfi 7 | #montague 8 | room-4: https://meet.google.com/fif-agqy-ygc 9 | #maulden 10 | room-5: https://meet.google.com/nzg-cdoh-uwj 11 | #pedley 12 | room-6: https://meet.google.com/bvi-jdmd-gez 13 | #311- samm 14 | villa-1: https://meet.google.com/rhq-sdzb-ane 15 | -------------------------------------------------------------------------------- /data/schedule/times.yaml: -------------------------------------------------------------------------------- 1 | ST-1 : 8:00 - 9:00 2 | ST-2 : 9:00 - 10:00 3 | KN-1 : 9:20 - 9:35 4 | KN-2 : 9:40 - 9:55 5 | DS-1 : 10:00 - 10:30 # breakfast 6 | AM-1 : 10:30 - 12:30 7 | DS-2 : 12:30 - 13:30 # lunch 8 | PM-1 : 13:30 - 15:00 9 | PM-2 : 15:30 - 16:30 10 | PM-3 : 16:30 - 17:30 11 | DS-3 : 18:00 - 19:00 # dinner 12 | ST-3 : 19:00 - 19:30 13 | Eve-1 : 19:30 - 21:00 14 | Eve-2 : 21:00 - 23:00 -------------------------------------------------------------------------------- /data/sponsors/bronze/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/data/sponsors/bronze/.gitkeep -------------------------------------------------------------------------------- /data/sponsors/community/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/data/sponsors/community/.gitkeep -------------------------------------------------------------------------------- /data/sponsors/gold/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/data/sponsors/gold/.gitkeep -------------------------------------------------------------------------------- /data/sponsors/gold/azure.yaml: -------------------------------------------------------------------------------- 1 | name: "Azure Advocate" 2 | image: "/img/sponsors/azure.png" 3 | url: "" 4 | funds: 5 | weigth: 2 6 | -------------------------------------------------------------------------------- /data/sponsors/gold/continuum.yaml: -------------------------------------------------------------------------------- 1 | name: "Continuum Security" 2 | image: "/img/sponsors/continuum-security.png" 3 | url: "https://www.continuumsecurity.net" 4 | funds: 5 | weigth: 3 6 | -------------------------------------------------------------------------------- /data/sponsors/gold/jemarketing.yaml: -------------------------------------------------------------------------------- 1 | name: "JeMarketing" 2 | image: "/img/sponsors/jemarketing.png" 3 | url: "" 4 | funds: 5 | weigth: 1 6 | -------------------------------------------------------------------------------- /data/sponsors/gold/toreon.yaml: -------------------------------------------------------------------------------- 1 | name: "Toreon" 2 | image: "/img/sponsors/toreon.png" 3 | url: "https://www.toreon.com" 4 | funds: 5 | weigth: 4 6 | -------------------------------------------------------------------------------- /data/sponsors/platinum/certdev.yaml: -------------------------------------------------------------------------------- 1 | name: "CertDev" 2 | image: "/img/sponsors/CertDev.png" 3 | url: "#" 4 | funds: 5 | weight: 4 6 | -------------------------------------------------------------------------------- /data/sponsors/platinum/devseccon.yaml: -------------------------------------------------------------------------------- 1 | name: "DevSecCon" 2 | image: "/img/sponsors/devseccon.png" 3 | url: "https:///www.devseccon.com/" 4 | funds: 5 | weight: 2 6 | -------------------------------------------------------------------------------- /data/sponsors/platinum/owasp.yaml: -------------------------------------------------------------------------------- 1 | name: "OWASP Summit" 2 | image: "/img/sponsors/owasp.png" 3 | url: "https:///www.owasp.org/" 4 | funds: 5 | weigth: 3 6 | -------------------------------------------------------------------------------- /data/sponsors/platinum/photobox.yaml: -------------------------------------------------------------------------------- 1 | name: "PhotoBox Group Security" 2 | image: "/img/sponsors/photobox.png" 3 | url: "https:///pbx-group-security.com/" 4 | funds: 5 | weight: 1 6 | -------------------------------------------------------------------------------- /data/sponsors/silver/iteratec.yaml: -------------------------------------------------------------------------------- 1 | name: "Iteratec" 2 | image: "/img/sponsors/iteratec.png" 3 | url: "https://www.iteratec.de" 4 | funds: 5 | weigth: 1 6 | -------------------------------------------------------------------------------- /data/testimonials/1.yaml: -------------------------------------------------------------------------------- 1 | text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." 2 | name: "John McIntyre" 3 | position: "CEO, TransTech" 4 | avatar: "img/testimonials/person-1.jpg" 5 | 6 | -------------------------------------------------------------------------------- /data/testimonials/2.yaml: -------------------------------------------------------------------------------- 1 | text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." 2 | name: "John McIntyre" 3 | position: "CEO, TransTech" 4 | avatar: "img/testimonials/person-2.jpg" 5 | -------------------------------------------------------------------------------- /data/testimonials/3.yaml: -------------------------------------------------------------------------------- 1 | text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." 2 | name: "John McIntyre" 3 | position: "CEO, TransTech" 4 | avatar: "img/testimonials/person-3.png" 5 | -------------------------------------------------------------------------------- /data/testimonials/4.yaml: -------------------------------------------------------------------------------- 1 | text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." 2 | name: "John McIntyre" 3 | position: "CEO, TransTech" 4 | avatar: "img/testimonials/person-4.jpg" 5 | -------------------------------------------------------------------------------- /data/testimonials/5.yaml: -------------------------------------------------------------------------------- 1 | text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections." 2 | name: "John McIntyre" 3 | position: "CEO, TransTech" 4 | avatar: "img/testimonials/person-1.jpg" 5 | -------------------------------------------------------------------------------- /data/tickets/0.yaml: -------------------------------------------------------------------------------- 1 | #weight : 0 2 | #type : "Remote participation" 3 | #early_bird: 4 | #cost : 0 5 | #duration : "5 days x 8h participant" 6 | #text : Register 7 | #buy : /faq/registration-info/ 8 | #description: 9 | # - "Access to all working sessions (with remote support)" 10 | # - "Dedicated support during Summit hours (via Slack)" 11 | # - "Daily email updates" 12 | -------------------------------------------------------------------------------- /data/tickets/10.yaml: -------------------------------------------------------------------------------- 1 | #weight : 10 2 | #type : "Sponsored" 3 | #early_bird: (onsite) 4 | ## price is in pounds. don't add VAT nor fees 5 | #cost : 0 6 | #duration : "1 day 24h participant" 7 | #buy : mailto:info@opensecsummit.org 8 | #text : apply 9 | #description: 10 | # - "Several Summit sponsors have allocated tickets to sponsor security professionals (based on pre-defined criteria)" 11 | # - "Please contact the Summit team if you want to apply for sponsorship" 12 | -------------------------------------------------------------------------------- /data/tickets/20.yaml: -------------------------------------------------------------------------------- 1 | weight: 20 2 | type: "Summit Only Ticket" 3 | early_bird: (Early Bird) 4 | # price is in pounds. don't add VAT nor fees 5 | cost: 200 6 | duration: "1 day x 8h participant" 7 | buy: "https://www.eventbrite.co.uk/e/open-security-summit-2019-tickets-46684822561#tickets" 8 | description: 9 | - "Access to all working sessions" 10 | - "Breakfast, lunch and refreshments during breaks" 11 | -------------------------------------------------------------------------------- /data/tickets/30.yaml: -------------------------------------------------------------------------------- 1 | weight: 30 2 | type: "Summit + Accommodation" 3 | early_bird: (Early Bird) 4 | # price is in pounds. don't add VAT nor fees 5 | cost: 350 6 | duration: "1 day x 24h participant" 7 | buy: "https://www.eventbrite.co.uk/e/open-security-summit-2019-tickets-46684822561#tickets" 8 | description: 9 | - "Access to all working sessions" 10 | - "Breakfast, lunch and refreshments during breaks" 11 | - "Dinner and drinks" 12 | - "Accommodation (1 night)" 13 | -------------------------------------------------------------------------------- /data/tickets/40.yaml: -------------------------------------------------------------------------------- 1 | weight: 40 2 | type: "5 days (no Accommodation)" 3 | early_bird: (Early Bird) 4 | # price is in pounds. don't add VAT nor fees 5 | cost: 800 6 | duration: "5 days x 24h participant" 7 | buy: "https://www.eventbrite.co.uk/e/open-security-summit-2019-tickets-46684822561#tickets" 8 | description: 9 | - "Access to all working sessions" 10 | - "Breakfast, lunch and refreshments during breaks" 11 | - "Dinner and drinks" 12 | -------------------------------------------------------------------------------- /data/tickets/5.yaml: -------------------------------------------------------------------------------- 1 | weight: 5 2 | type: "Summit + Accommodation" 3 | early_bird: (Super Early Bird) 4 | # price is in pounds. don't add VAT nor fees 5 | cost: 945 6 | duration: "5 days x 24h participant" 7 | buy: "https://www.eventbrite.co.uk/e/open-security-summit-2019-tickets-46684822561#tickets" 8 | description: 9 | - "Access to all working sessions" 10 | - "Breakfast, lunch and refreshments during breaks" 11 | - "Dinner and drinks" 12 | - "Accommodation (4 nights)" 13 | - "End of summit party" 14 | -------------------------------------------------------------------------------- /data/tickets/50.yaml: -------------------------------------------------------------------------------- 1 | weight: 50 2 | type: "Summit + Accommodation" 3 | early_bird: (Early Bird) 4 | # price is in pounds. don't add VAT nor fees 5 | cost: 1250 6 | duration: "5 days x 24h participant" 7 | buy: "https://www.eventbrite.co.uk/e/open-security-summit-2019-tickets-46684822561#tickets" 8 | description: 9 | - "Access to all working sessions" 10 | - "Breakfast, lunch and refreshments during breaks" 11 | - "Dinner and drinks" 12 | - "Accommodation (4 nights)" 13 | - "End of summit party" 14 | -------------------------------------------------------------------------------- /data/tickets/6.yaml: -------------------------------------------------------------------------------- 1 | weight: 6 2 | type: "Summit Only Ticket" 3 | early_bird: (Super Early Bird) 4 | # price is in pounds. don't add VAT nor fees 5 | cost: 150 6 | duration: "1 day x 8h participant" 7 | buy: "https://www.eventbrite.co.uk/e/open-security-summit-2019-tickets-46684822561#tickets" 8 | description: 9 | - "Access to all working sessions" 10 | - "Breakfast, lunch and refreshments during breaks" 11 | -------------------------------------------------------------------------------- /data/utils/status.yaml: -------------------------------------------------------------------------------- 1 | # Session Statues 2 | # The following list includes the possible statuses of a summit session. 3 | # - Open 4 | # - Idle 5 | # - In Progress 6 | # - Ready for promotion 7 | # - Done 8 | # 9 | # To change this icons, search a glyphicon using: https://glyphsearch.com/?library=glyphicons©=name 10 | featured: flag status-green 11 | no-content: ban-circle status-red 12 | default: remove-sign 13 | review-content: refresh status-orange 14 | draft: check status-gray 15 | open: open 16 | add-details: plus-sign 17 | done: ok-circle status-green 18 | -------------------------------------------------------------------------------- /layouts/_default/list.html: -------------------------------------------------------------------------------- 1 | {{ define "content" }} 2 |

3 | {{ .Content}} 4 |

5 | 12 | {{ end }} 13 | -------------------------------------------------------------------------------- /layouts/admin/outcomes-status.html: -------------------------------------------------------------------------------- 1 | {{ define "content" }} 2 | 3 | {{ partial "session/status-badge-legend.html" . }} 4 | {{ partial "sessions/outcomes-table.html" (dict "this" . "type" "outcome" "title" "Outcomes") }} 5 | 6 | {{ end}} 7 | -------------------------------------------------------------------------------- /layouts/admin/participant-list.html: -------------------------------------------------------------------------------- 1 | {{ define "content" }} 2 | {{ partial "participant/participant-table.html" (dict "this" . "type" "participant" "title" "Current Participant List") }} 3 | {{ end}} 4 | -------------------------------------------------------------------------------- /layouts/admin/sessions-registrations.html: -------------------------------------------------------------------------------- 1 | {{ define "content" }} 2 | 3 | 4 | 5 | {{ partial "sessions/registrations-table.html" (dict "this" . "type" "user-session" "title" "User Sessions") }} 6 | 7 | {{ partial "sessions/registrations-table.html" (dict "this" . "type" "working-session" "title" "Working Sessions") }} 8 | 9 | {{ end}} -------------------------------------------------------------------------------- /layouts/admin/sessions-status.html: -------------------------------------------------------------------------------- 1 | {{ define "content" }} 2 | 3 | {{ partial "session/status-badge-legend.html" . }} 4 | 5 | {{ partial "sessions/status-table.html" (dict "this" . "type" "user-session" "title" "User Sessions") }} 6 | 7 | {{ partial "sessions/status-table.html" (dict "this" . "type" "working-session" "title" "Working Sessions") }} 8 | 9 | {{ end}} 10 | -------------------------------------------------------------------------------- /layouts/admin/sessions/sessions.html: -------------------------------------------------------------------------------- 1 | {{ define "content" }} 2 |

Sessions

3 | {{ end}} 4 | -------------------------------------------------------------------------------- /layouts/admin/tracks-status.html: -------------------------------------------------------------------------------- 1 | {{ define "content" }} 2 | 3 | 4 | {{ partial "tracks/status-table.html" (dict "this" . "type" "track" "title" "Tracks") }} 5 | 6 | 7 | {{ end}} 8 | -------------------------------------------------------------------------------- /layouts/dynamic-session/single.html: -------------------------------------------------------------------------------- 1 | {{ define "nav" }} 2 |
3 | 4 |
5 | {{ partial "nav.html" . }} 6 | 7 |
8 | {{ end }} 9 | 10 | {{ define "breadcrumbs" }} 11 | 12 |
13 |
14 |
15 |

{{ .Title }}

16 |
17 |
18 |
19 | 20 | {{ end }} 21 | {{ define "content" }} 22 | {{ partial "session/metadata.html" . }} 23 | 24 | {{ .Content }} 25 | 26 | {{ end }} 27 | -------------------------------------------------------------------------------- /layouts/faq/single.html: -------------------------------------------------------------------------------- 1 | {{ define "nav" }} 2 |
3 | 4 |
5 | {{ partial "nav.html" . }} 6 | 7 |
8 | {{ end }} 9 | 10 | {{ define "breadcrumbs" }} 11 | 12 |
13 |
14 |
15 |

{{ .Title }}

16 |
17 |
18 |
19 | 20 | {{ end }} 21 | 22 | {{ define "content" }} 23 | 24 |
25 |
26 | {{ .Content }} 27 |
28 |
29 | 30 | {{ end }} 31 | -------------------------------------------------------------------------------- /layouts/outcome/list.html: -------------------------------------------------------------------------------- 1 | {{ define "content" }} 2 | 3 |
4 | 5 | 18 | 19 |
20 | {{ end}} 21 | -------------------------------------------------------------------------------- /layouts/page/about2017.html: -------------------------------------------------------------------------------- 1 | {{ define "nav" }} 2 |
3 | 4 |
5 | 6 | {{ partial "nav.html" . }} 7 | 8 |
9 | {{ end }} 10 | 11 | {{ define "breadcrumbs" }} 12 | 13 |
14 |
15 |
16 |

{{ .Title }}

17 |
18 |
19 |
20 | 21 | {{ end }} 22 | 23 | {{ define "full-content" }} 24 | 25 |
26 |
27 | 28 |
29 |
30 | 31 | {{ end }} 32 | -------------------------------------------------------------------------------- /layouts/partials/about/2017-photo-gallery.html: -------------------------------------------------------------------------------- 1 |
2 |

Summit 2017, through a photo gallery

3 |
4 |
5 | Let us tell you a story about the previous summit throught the following photo gallery. 6 | 7 | {{ .Content }} 8 | 9 |
10 |
11 |
-------------------------------------------------------------------------------- /layouts/partials/about/about-2017.html: -------------------------------------------------------------------------------- 1 |
2 | {{ partial "about/2017-previous-summits.html" }} 3 | {{ partial "about/2017-what-community-said.html" }} 4 | {{ partial "about/2017-results.html" }} 5 | {{ partial "about/2017-photo-gallery.html" . }} 6 | {{ partial "about/2017-join-us-in-2018.html" }} 7 |
8 | -------------------------------------------------------------------------------- /layouts/partials/breadcrumbs.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

{{ .Title }}

5 |
6 |
7 |
8 | -------------------------------------------------------------------------------- /layouts/partials/edit-link.html: -------------------------------------------------------------------------------- 1 | {{ if .IsPage }} 2 |
3 | 9 | {{ end }} 10 | -------------------------------------------------------------------------------- /layouts/partials/home-after-summit/group-photo.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

Thanks to all who came to the Open Security Summit 2018

5 |
6 | 7 |
8 | 9 | 10 | 11 |
12 | -------------------------------------------------------------------------------- /layouts/partials/home-after-summit/summit-2019.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

Summit 2019

5 |
6 |

We are back next year on 3-7 June 2019, same venue with even more energy!

7 | Tickets for Open Security Summit 2019 are now 8 | available here 9 |
10 | 11 |
12 | -------------------------------------------------------------------------------- /layouts/partials/home-during-summit/photo-galery.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

Photos from the Venue - DAY 4 (07/June/2018)

5 |
6 |

{{.Content}}

7 | 8 |

Full photo gallery

9 | 10 |
11 |
12 | -------------------------------------------------------------------------------- /layouts/partials/home-during-summit/today-schedule.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

5 | Today's schedule
6 | (Friday, 8th June 2018) 7 |

8 |
9 | 10 | {{ partial "schedule/by-room/day-tabs.html" (dict "self" . "day" "Fri") }} 11 |
12 |
13 | -------------------------------------------------------------------------------- /layouts/partials/home-during-summit/whats-next.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |

What's next

5 |
6 | 7 | {{ partial "mailchimp/horizontal.html" . }} 8 |
9 |
10 | -------------------------------------------------------------------------------- /layouts/partials/icons/exclamation-sign.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{ .}} -------------------------------------------------------------------------------- /layouts/partials/icons/question-sign.html: -------------------------------------------------------------------------------- 1 | {{.}} 2 | 3 | -------------------------------------------------------------------------------- /layouts/partials/link.html: -------------------------------------------------------------------------------- 1 |
2 | {{ .Params.title }} 3 |
4 |
5 | {{.Params.title}} 6 |
-------------------------------------------------------------------------------- /layouts/partials/outcomes/by-status.html: -------------------------------------------------------------------------------- 1 | {{ $title := .Params.title }} 2 | {{ $outcome := where (where .Site.Pages ".Params.type" "outcome") ".Params.title" .Title }} 3 | 4 | {{ range first 1 $outcome }} 5 | {{ partial "outcomes/status-badge.html" . }} 6 | {{ end }} 7 | -------------------------------------------------------------------------------- /layouts/partials/outcomes/by-title-outcome.html: -------------------------------------------------------------------------------- 1 | {{ $title := .Params.title }} 2 | {{ $outcome := where (where .Site.Pages ".Params.type" "outcome") ".Params.title" .Title }} 3 | 4 | {{ range $outcome }} 5 | 6 |
  • 7 | 2018 Outcomes 8 |
  • 9 | 10 | {{ end }} 11 | 12 | 13 | -------------------------------------------------------------------------------- /layouts/partials/outcomes/by-title-session.html: -------------------------------------------------------------------------------- 1 | {{ $title := .Params.title }} 2 | {{ $outcome := where (where .Site.Pages ".Params.type" "outcome") ".Params.title" .Title }} 3 | 4 | {{ range $outcome }} 5 |
  • Go to session Outcome
  • 6 | 7 |
  • 8 | All 2018 Outcomes 9 |
  • 10 | {{ end }} 11 | 12 | 13 | -------------------------------------------------------------------------------- /layouts/partials/outcomes/by-title.html: -------------------------------------------------------------------------------- 1 | {{ $title := .Params.title }} 2 | {{ $outcome := where (where .Site.Pages ".Params.type" "outcome") ".Params.title" .Title }} 3 | 4 | {{ range $outcome }} 5 |
  • 2018 Outcome
  • 6 | 7 |
  • 8 | 2018 Outcomes 9 |
  • 10 | 11 | {{ end }} 12 | 13 | 14 | -------------------------------------------------------------------------------- /layouts/partials/outcomes/status-badge.html: -------------------------------------------------------------------------------- 1 | 2 | {{ if and (isset .Params "featured") (eq .Params.featured true) }} 3 | 4 | {{ end }} 5 | {{ with .Params.video }} 6 | 7 | {{ end }} 8 | {{ with .Params.slides }} 9 | 10 | {{ end }} 11 | -------------------------------------------------------------------------------- /layouts/partials/participant/card.html: -------------------------------------------------------------------------------- 1 |
  • 2 | 3 | 4 | {{ if .Params.image }} 5 | {{ .Title }} 6 | {{ else }} 7 | Placeholder avatar 8 | {{ end }} 9 | 10 |

    {{ .Title }}

    11 |
    12 |
  • 13 | -------------------------------------------------------------------------------- /layouts/partials/participant/invited.html: -------------------------------------------------------------------------------- 1 | 12 | 13 | {{if in .page.Params.invited .name}} 14 | 15 |
    Invited
    16 |
    17 | {{ end }} 18 | -------------------------------------------------------------------------------- /layouts/partials/participant/session-row.html: -------------------------------------------------------------------------------- 1 | {{- range where .this.Site.Pages ".Params.type" "!=" "outcome" }} 2 | 3 | {{if in (index .Params $.field) $.name}} 4 | 5 | {{.Params.title}} 6 | {{ .Params.type }} 7 | {{ with (eq $.field "organizers") }} organiser {{ end }} 8 | {{ with (eq $.field "participants") }} participant {{ end }} 9 | 10 | {{end }} 11 | {{ end }} 12 | 13 | -------------------------------------------------------------------------------- /layouts/partials/participant/when-day.html: -------------------------------------------------------------------------------- 1 | {{ if .Params.when_day }} 2 |

    Attending on day:

    {{ .Params.when_day }} 3 | {{ end }} -------------------------------------------------------------------------------- /layouts/partials/schedule/by-room/links-to-days.html: -------------------------------------------------------------------------------- 1 |
    2 |

    Schedule by day

    3 | 4 | 11 |
    12 | 13 | -------------------------------------------------------------------------------- /layouts/partials/schedule/by-room/no-room-booked.html: -------------------------------------------------------------------------------- 1 |
    2 |

    Sessions with no room booked for {{ .day}}

    3 | 14 |
    -------------------------------------------------------------------------------- /layouts/partials/schedule/no-mappings-for-day.html: -------------------------------------------------------------------------------- 1 | {{ range .pages }} 2 | {{ if or (eq (trim .Params.when_day "") "") (eq (trim .Params.when_time "") "") }} 3 | {{ if .Params.title }} 4 | {{ if ne .Params.hide true}} 5 |
  • {{ partial "link.html" . }} 6 | {{ end }} 7 | {{ end }} 8 | {{ end }} 9 | {{ end }} -------------------------------------------------------------------------------- /layouts/partials/schedule/time.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 10 |
    {{.time}}
    7 | {{ index .self.Site.Data.schedule.times .time}} 8 |
    11 | 12 | 13 | -------------------------------------------------------------------------------- /layouts/partials/schedule/track-days-cell.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {{ range .self.pages }} 4 | {{ if ne (trim .Params.when_day "") "" }} 5 | {{if in .Params.when_day $.day }} 6 | 9 | {{ end }} 10 | {{ end }} 11 | {{ end }} 12 |
    7 | {{ partial "link.html" .}} 8 |
    13 | -------------------------------------------------------------------------------- /layouts/partials/schedule/track.html: -------------------------------------------------------------------------------- 1 | {{ $pages := where .self.Site.Pages ".Params.track" .title }} 2 | 3 |

    Total sessions for this track: {{ len $pages }}

    4 | 5 | {{ partial "schedule/table.html" (dict "self" .self "pages" $pages ) }} 6 | 7 |
    8 |
    Sessions not mapped to an day and time
    9 | 12 |
    13 | (back to all track's schedule) 14 |
    15 | -------------------------------------------------------------------------------- /layouts/partials/session/invited-as-links.html: -------------------------------------------------------------------------------- 1 | {{ $title := .Params.title }} 2 | 3 | {{ if eq (printf "%T" .Params.invited) "string" }} 4 | {{ $.Scratch.Add "invited" (slice .Params.invited) }} 5 | {{ else }} 6 | {{ range .Params.invited}} 7 | {{ $.Scratch.Add "invited" (slice .) }} 8 | {{ end }} 9 | {{ end }} 10 | 11 | {{ $value := uniq ($.Scratch.Get "invited") }} 12 | 13 | {{ if $value}} 14 | 15 | Invited 16 | 17 | {{ partial "utils/titles-with-link.html" (dict "this" . "value" $value) }} 18 | 19 | 20 | {{ end }} 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /layouts/partials/session/organisers-as-list.html: -------------------------------------------------------------------------------- 1 | {{ $title := .Params.title }} 2 | 3 | {{ if $title }} 4 | 5 | {{ $pages := where .Site.Pages ".Params.title" $title }} 6 | {{ $session := where $pages ".Params.type" "!=" "outcome" }} 7 | 8 | {{ if $session }} 9 | {{ $page := index $session 0 }} 10 | 11 | {{ if $page.Params.organizers }} 12 | {{ partial "utils/titles-with-link.html" (dict "this" . "value" $page.Params.organizers) }} 13 | {{ else }} 14 | No organiser(s) yet. 15 | {{ end }} 16 | 17 | {{ else }} 18 | Ouch! No session found with name {{ $title }}. Maybe it was renamed? 19 | {{ end }} 20 | 21 | {{ end }} 22 | -------------------------------------------------------------------------------- /layouts/partials/session/organisers-company-as-list.html: -------------------------------------------------------------------------------- 1 | {{ $title := .Params.title }} 2 | 3 | {{ if $title }} 4 | 5 | {{ $pages := where .Site.Pages ".Params.title" $title }} 6 | {{ $session := where $pages ".Params.type" "!=" "outcome" }} 7 | 8 | {{ if $session }} 9 | {{ $page := index $session 0 }} 10 | 11 | {{ if $page.Params.organizers }} 12 | {{ partial "utils/titles-company-with-link.html" (dict "this" . "value" $page.Params.organizers) }} 13 | {{ else }} 14 | No organiser(s) yet. 15 | {{ end }} 16 | 17 | {{ else }} 18 | Ouch! No session found with name {{ $title }}. Maybe it was renamed? 19 | {{ end }} 20 | 21 | {{ end }} 22 | -------------------------------------------------------------------------------- /layouts/partials/session/participants-as-badge.html: -------------------------------------------------------------------------------- 1 | {{ $title := .Params.title }} 2 | 3 | {{ if eq (printf "%T" .Params.participants) "string" }} 4 | {{ $.Scratch.Add "participants" (slice .Params.participants) }} 5 | {{ else }} 6 | {{ range .Params.participants}} 7 | {{ $.Scratch.Add "participants" (slice .) }} 8 | {{ end }} 9 | {{ end }} 10 | 11 | {{ range .Site.Pages}} 12 | {{ if in .Params.sessions $title}} 13 | {{ $.Scratch.Add "participants" (slice .Params.title) }} 14 | {{ end }} 15 | {{ end }} 16 | 17 | {{ $value := uniq ($.Scratch.Get "participants") }} 18 | 19 | {{ partial "utils/array-size-badge.html" (dict "this" . "value" $value) }} 20 | -------------------------------------------------------------------------------- /layouts/partials/session/register-as-organizer.html: -------------------------------------------------------------------------------- 1 |
    2 |

    Register as organizer

    3 |

    To register as an organizer of an session or track: 4 | 5 |

    8 |

    9 |
    -------------------------------------------------------------------------------- /layouts/partials/session/register-as-participant.html: -------------------------------------------------------------------------------- 1 |

    Register as participant

    2 |

    To register as participant add {{ .Params.title}} to either: 3 |

      4 |
    1. the sessions metadata field from your participant's page (find your participant page and look for the edit link).
    2. 5 |
    3. or the participants metadata field from this git session page
    4. 6 |

    7 | -------------------------------------------------------------------------------- /layouts/partials/session/status-badge-legend.html: -------------------------------------------------------------------------------- 1 |

    Legends: 2 | 3 |

    8 | 9 |

    10 | -------------------------------------------------------------------------------- /layouts/partials/session/status-badge.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /layouts/partials/session/when-as-links.html: -------------------------------------------------------------------------------- 1 | {{ .Params.when_day}} {{ .Params.when_time}} -------------------------------------------------------------------------------- /layouts/partials/slack-join.html: -------------------------------------------------------------------------------- 1 |
    2 |

    3 | Summit Slack channel invite link here 4 |

    5 | -------------------------------------------------------------------------------- /layouts/partials/sponsors/participant-sponsored.html: -------------------------------------------------------------------------------- 1 | {{ $sponsor := .sponsor }} 2 | 3 |
    4 |

    Sponsored By:

    5 | {{ range $parentKey, $parent := .this.Site.Data.sponsors }} 6 | {{ range $childKey, $child := . }} 7 | {{ if eq $childKey (lower $sponsor) }} 8 | 9 | 10 | 11 | {{ end }} 12 | {{ end }} 13 | {{ end }} 14 |
    15 | -------------------------------------------------------------------------------- /layouts/partials/sponsors/type-list.html: -------------------------------------------------------------------------------- 1 | {{ $sponsors := .sponsors }} 2 | {{ $category := .category }} 3 | 4 | {{ with $sponsors }} 5 |

    {{ $category | humanize }} Sponsors

    6 |
    7 | {{ range . }} 8 |
    9 |
    10 | 11 | {{ .name }} 12 | 13 |
    14 |
    15 | {{ end }} 16 |
    17 | {{ end }} 18 | -------------------------------------------------------------------------------- /layouts/partials/teams/card.html: -------------------------------------------------------------------------------- 1 |
  • 2 | 3 | 4 | {{ if .Params.image }} 5 | {{ with .Params.image }} 6 | 7 | {{ end }} 8 | {{ else }} 9 | 10 | {{ end }} 11 | 12 |

    {{ .Params.title }}

    13 |
    {{ .Params.team_type }}
    14 |
    15 |
  • 16 | -------------------------------------------------------------------------------- /layouts/partials/teams/image.html: -------------------------------------------------------------------------------- 1 | {{ if and (isset .Params "image") (isset .Params "website") }} 2 | 3 | 4 | 5 | {{ end }} 6 | -------------------------------------------------------------------------------- /layouts/partials/teams/members.html: -------------------------------------------------------------------------------- 1 |
    2 |

    {{ .Params.title }} team members

    3 |
    4 | 14 | 15 |
    16 |
    -------------------------------------------------------------------------------- /layouts/partials/utils/array-size-badge.html: -------------------------------------------------------------------------------- 1 | {{ $type := (printf "%T" .value) }} 2 | {{ $typeIsString := (eq "string" $type) }} 3 | {{ $typeIsSlice := (findRE "^([[][]]|.*TaxonomyList|output\\.Formats|resource\\.Resources)" $type) }} 4 | 5 | {{ if $typeIsString }} 6 | 1 7 | {{ else }} 8 | 9 | {{ if $typeIsSlice }} 10 | {{ $len := (len .value) }} 11 | {{ $len}} 12 | {{ else}} 13 | 0 14 | {{ end }} 15 | {{ end }} 16 | -------------------------------------------------------------------------------- /layouts/partials/utils/title-to-link.html: -------------------------------------------------------------------------------- 1 | {{ $page := (where .this.Site.Pages ".Params.title" .title) }} 2 | {{ if $page }} 3 | {{ $user := (index $page 0) }} 4 | 5 | 6 | {{$user.Params.title}} 7 | 8 | 9 | {{$user.Params.title}} 10 | 11 | 12 | {{ else}} 13 | 14 | {{ .title }} 15 | {{ end }} -------------------------------------------------------------------------------- /layouts/partials/utils/titles-with-link.html: -------------------------------------------------------------------------------- 1 | {{ $type := printf "%T" .value }} 2 | 3 | {{ if eq $type "string" }} 4 | {{ partial "utils/title-to-link" (dict "this" .this "title" .value ) }} 5 | {{ end }} 6 | 7 | {{ if (in (slice "[]interface {}" "[]string" ) $type) }} 8 | {{ $len := (len .value) }} 9 | {{ range $index, $element := .value }} 10 | {{ partial "utils/title-to-link" (dict "this" $.this "title" $element ) }} 11 | {{ if eq (add $index 1) $len }} 12 | 13 | {{ else }} 14 | , 15 | {{ end }} 16 | {{ end }} 17 | {{ end }} -------------------------------------------------------------------------------- /layouts/partials/utils/track-to-link.html: -------------------------------------------------------------------------------- 1 | {{ $page := (where .this.Site.Pages ".Params.title" .track) }} 2 | {{ with $page }} 3 | {{ $track := (index $page 0) }} 4 | 5 | {{$track.Params.title}} 6 | {{ else}} 7 | 8 | {{ .title }} 9 | {{ end }} 10 | -------------------------------------------------------------------------------- /layouts/private-session/single.html: -------------------------------------------------------------------------------- 1 | {{ define "breadcrumbs" }} 2 |
    3 |
    4 |
    5 |
    6 |

    {{ .Title }}

    7 |
    8 |
    9 |
    10 |
    11 | {{ end }} 12 | {{ define "content" }} 13 | 14 | {{ partial "session/metadata.html" . }} 15 | 16 | {{ .Content }} 17 | 18 | {{ end }} 19 | -------------------------------------------------------------------------------- /layouts/product-session/single.html: -------------------------------------------------------------------------------- 1 | {{ define "nav" }} 2 |
    3 | 4 |
    5 | {{ partial "nav.html" . }} 6 | 7 |
    8 | {{ end }} 9 | 10 | {{ define "breadcrumbs" }} 11 | 12 |
    13 |
    14 |
    15 |

    {{ .Title }}

    16 |
    17 |
    18 |
    19 | 20 | {{ end }} 21 | 22 | {{ define "content" }} 23 | 24 | {{ partial "session/metadata.html" . }} 25 | 26 | {{ .Content }} 27 | 28 | {{ end }} 29 | -------------------------------------------------------------------------------- /layouts/schedule/track.html: -------------------------------------------------------------------------------- 1 | {{ define "content" }} 2 | 3 | {{ .Content }} 4 | 5 | {{ $sessions := where .Site.Pages ".Params.track" .Params.title }} 6 | 7 | {{ partial "schedule/track-by-days.html" (dict "self" . "pages" $sessions )}} 8 | 9 | 10 | back to /schedule 11 | {{ end }} -------------------------------------------------------------------------------- /layouts/shortcodes/description.html: -------------------------------------------------------------------------------- 1 |

    Description

    2 | {{ $.Page.Params.description }} 3 | 4 | 5 | -------------------------------------------------------------------------------- /layouts/shortcodes/img-border.html: -------------------------------------------------------------------------------- 1 | {{ $src := .Get "src" }} 2 | {{ $width := .Get "width" }} 3 | {{ $height := .Get "height" }} 4 | {{ $style := "border: 1px solid #ddd;border-radius: 4px;padding: 5px;" }} 5 | 6 | 11 | -------------------------------------------------------------------------------- /layouts/shortcodes/img.html: -------------------------------------------------------------------------------- 1 | {{ $src := .Get "src" }} 2 | {{ $width := .Get "width" }} 3 | {{ $height := .Get "height" }} 4 | -------------------------------------------------------------------------------- /layouts/shortcodes/mermaid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
    {{ safeHTML .Inner }}
    -------------------------------------------------------------------------------- /layouts/shortcodes/slideshare.html: -------------------------------------------------------------------------------- 1 | 4 |

    -------------------------------------------------------------------------------- /layouts/shortcodes/table.html: -------------------------------------------------------------------------------- 1 | {{ $class := .Get "class" }} 2 | {{ replace .Inner "" (printf "%s%s%s" "
    ") | markdownify }} 3 | -------------------------------------------------------------------------------- /layouts/summit-session/single.html: -------------------------------------------------------------------------------- 1 | {{ define "breadcrumbs" }} 2 |
    3 |
    4 |
    5 |
    6 |

    {{ .Title }}

    7 |
    8 |
    9 |
    10 |
    11 | {{ end }} 12 | {{ define "content" }} 13 | 14 | {{ partial "session/metadata.html" . }} 15 | 16 | {{ .Content }} 17 | 18 | {{ end }} 19 | -------------------------------------------------------------------------------- /layouts/tracks/single.html: -------------------------------------------------------------------------------- 1 | {{ define "content" }} 2 | {{ .Content }} 3 | {{ end }} 4 | -------------------------------------------------------------------------------- /static/CNAME: -------------------------------------------------------------------------------- 1 | 2018.open-security-summit.org 2 | -------------------------------------------------------------------------------- /static/fonts/P8jt3Y65hJ9c4AzRE0V1OvvDin1pK8aKteLpeZ5c0A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/fonts/P8jt3Y65hJ9c4AzRE0V1OvvDin1pK8aKteLpeZ5c0A.woff2 -------------------------------------------------------------------------------- /static/fonts/Roboto-Slab-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/fonts/Roboto-Slab-Regular.woff -------------------------------------------------------------------------------- /static/fonts/oswald-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/fonts/oswald-bold-webfont.woff -------------------------------------------------------------------------------- /static/fonts/oswald-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/fonts/oswald-bold-webfont.woff2 -------------------------------------------------------------------------------- /static/fonts/oswald-medium-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/fonts/oswald-medium-webfont.woff -------------------------------------------------------------------------------- /static/fonts/oswald-medium-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/fonts/oswald-medium-webfont.woff2 -------------------------------------------------------------------------------- /static/fonts/oswald-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/fonts/oswald-regular-webfont.woff -------------------------------------------------------------------------------- /static/fonts/oswald-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/fonts/oswald-regular-webfont.woff2 -------------------------------------------------------------------------------- /static/fonts/y7lebkjgREBJK96VQi37Zogp9Q8gbYrhqGlRav_IXfk.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/fonts/y7lebkjgREBJK96VQi37Zogp9Q8gbYrhqGlRav_IXfk.woff2 -------------------------------------------------------------------------------- /static/img/De7Mr3wUcAA47U3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/De7Mr3wUcAA47U3.jpg -------------------------------------------------------------------------------- /static/img/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/android-chrome-192x192.png -------------------------------------------------------------------------------- /static/img/android-chrome-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/android-chrome-256x256.png -------------------------------------------------------------------------------- /static/img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/apple-touch-icon.png -------------------------------------------------------------------------------- /static/img/banner_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/banner_1.png -------------------------------------------------------------------------------- /static/img/banners/banner-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/banners/banner-1.jpg -------------------------------------------------------------------------------- /static/img/banners/banner-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/banners/banner-2.jpg -------------------------------------------------------------------------------- /static/img/banners/banner-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/banners/banner-3.jpg -------------------------------------------------------------------------------- /static/img/banners/banner-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/banners/banner-4.jpg -------------------------------------------------------------------------------- /static/img/banners/banner-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/banners/banner-5.jpg -------------------------------------------------------------------------------- /static/img/banners/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/banners/default.png -------------------------------------------------------------------------------- /static/img/blocks/400x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/400x400.png -------------------------------------------------------------------------------- /static/img/blocks/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/avatar.jpg -------------------------------------------------------------------------------- /static/img/blocks/bio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/bio.png -------------------------------------------------------------------------------- /static/img/blocks/collaboration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/collaboration.png -------------------------------------------------------------------------------- /static/img/blocks/cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/cube.png -------------------------------------------------------------------------------- /static/img/blocks/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/edit.png -------------------------------------------------------------------------------- /static/img/blocks/group.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/group.jpg -------------------------------------------------------------------------------- /static/img/blocks/ic_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/ic_1.png -------------------------------------------------------------------------------- /static/img/blocks/ic_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/ic_2.png -------------------------------------------------------------------------------- /static/img/blocks/ic_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/ic_3.png -------------------------------------------------------------------------------- /static/img/blocks/ic_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/ic_4.png -------------------------------------------------------------------------------- /static/img/blocks/idea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/idea.png -------------------------------------------------------------------------------- /static/img/blocks/lodges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/lodges.png -------------------------------------------------------------------------------- /static/img/blocks/original-group.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/original-group.jpg -------------------------------------------------------------------------------- /static/img/blocks/participate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/participate.png -------------------------------------------------------------------------------- /static/img/blocks/placeholder-man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/placeholder-man.png -------------------------------------------------------------------------------- /static/img/blocks/placeholder-woman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/placeholder-woman.png -------------------------------------------------------------------------------- /static/img/blocks/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/plus.png -------------------------------------------------------------------------------- /static/img/blocks/ticket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/ticket.png -------------------------------------------------------------------------------- /static/img/blocks/title_bg_inner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/blocks/title_bg_inner.jpg -------------------------------------------------------------------------------- /static/img/blocks/twitter.svg: -------------------------------------------------------------------------------- 1 | Artboard 4 -------------------------------------------------------------------------------- /static/img/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | #da532c 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /static/img/carousel/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/carousel/about.png -------------------------------------------------------------------------------- /static/img/carousel/next-summit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/carousel/next-summit.png -------------------------------------------------------------------------------- /static/img/carousel/sponsor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/carousel/sponsor.png -------------------------------------------------------------------------------- /static/img/carousel/ticket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/carousel/ticket.png -------------------------------------------------------------------------------- /static/img/carousel/waves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/carousel/waves.png -------------------------------------------------------------------------------- /static/img/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/favicon-16x16.png -------------------------------------------------------------------------------- /static/img/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/favicon-32x32.png -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/favicon.ico -------------------------------------------------------------------------------- /static/img/feature-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/feature-bg.png -------------------------------------------------------------------------------- /static/img/features/blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/features/blog.png -------------------------------------------------------------------------------- /static/img/features/faq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/features/faq.png -------------------------------------------------------------------------------- /static/img/features/participants.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/features/participants.png -------------------------------------------------------------------------------- /static/img/features/tickets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/features/tickets.png -------------------------------------------------------------------------------- /static/img/features/tracks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/features/tracks.png -------------------------------------------------------------------------------- /static/img/features/venue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/features/venue.png -------------------------------------------------------------------------------- /static/img/logo-original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/logo-original.png -------------------------------------------------------------------------------- /static/img/logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/logo-small.png -------------------------------------------------------------------------------- /static/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/logo.png -------------------------------------------------------------------------------- /static/img/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/mstile-150x150.png -------------------------------------------------------------------------------- /static/img/onedaysummit-03-july-2018/pbx-gs-office.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/onedaysummit-03-july-2018/pbx-gs-office.jpg -------------------------------------------------------------------------------- /static/img/oss-favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/oss-favicon.png -------------------------------------------------------------------------------- /static/img/pages/FAQs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/FAQs.jpg -------------------------------------------------------------------------------- /static/img/pages/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/about.jpg -------------------------------------------------------------------------------- /static/img/pages/attendee_journey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/attendee_journey.png -------------------------------------------------------------------------------- /static/img/pages/keynote_approach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/keynote_approach.png -------------------------------------------------------------------------------- /static/img/pages/keynotes_session_properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/keynotes_session_properties.png -------------------------------------------------------------------------------- /static/img/pages/one_day_summit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/one_day_summit.jpg -------------------------------------------------------------------------------- /static/img/pages/outcomes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/outcomes.png -------------------------------------------------------------------------------- /static/img/pages/participants.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/participants.jpg -------------------------------------------------------------------------------- /static/img/pages/photogrid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/photogrid.jpg -------------------------------------------------------------------------------- /static/img/pages/roles_and_expectations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/roles_and_expectations.png -------------------------------------------------------------------------------- /static/img/pages/schedule.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/schedule.jpg -------------------------------------------------------------------------------- /static/img/pages/slack_channels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/slack_channels.png -------------------------------------------------------------------------------- /static/img/pages/slack_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/slack_message.png -------------------------------------------------------------------------------- /static/img/pages/sponsors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/sponsors.jpg -------------------------------------------------------------------------------- /static/img/pages/summit2017_comments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/summit2017_comments.png -------------------------------------------------------------------------------- /static/img/pages/summit_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/summit_history.png -------------------------------------------------------------------------------- /static/img/pages/summit_properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/summit_properties.png -------------------------------------------------------------------------------- /static/img/pages/teams.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/teams.jpg -------------------------------------------------------------------------------- /static/img/pages/tickets.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/tickets.jpg -------------------------------------------------------------------------------- /static/img/pages/tickets_explained.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/tickets_explained.png -------------------------------------------------------------------------------- /static/img/pages/tracks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/tracks.jpg -------------------------------------------------------------------------------- /static/img/pages/user_session_approach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/user_session_approach.png -------------------------------------------------------------------------------- /static/img/pages/user_session_properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/user_session_properties.png -------------------------------------------------------------------------------- /static/img/pages/user_sessions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/user_sessions.png -------------------------------------------------------------------------------- /static/img/pages/venue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/venue.jpg -------------------------------------------------------------------------------- /static/img/pages/why_create_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/why_create_session.png -------------------------------------------------------------------------------- /static/img/pages/working_session_approach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/working_session_approach.png -------------------------------------------------------------------------------- /static/img/pages/working_session_properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/working_session_properties.png -------------------------------------------------------------------------------- /static/img/pages/working_sessions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/working_sessions.jpg -------------------------------------------------------------------------------- /static/img/pages/working_sessions_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/pages/working_sessions_right.png -------------------------------------------------------------------------------- /static/img/px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/px.gif -------------------------------------------------------------------------------- /static/img/site.webmanifest: -------------------------------------------------------------------------------- 1 | { 2 | "name": "", 3 | "short_name": "", 4 | "icons": [ 5 | { 6 | "src": "/img/android-chrome-192x192.png?v=ngkKMe9Q2r", 7 | "sizes": "192x192", 8 | "type": "image/png" 9 | }, 10 | { 11 | "src": "/img/android-chrome-256x256.png?v=ngkKMe9Q2r", 12 | "sizes": "256x256", 13 | "type": "image/png" 14 | } 15 | ], 16 | "theme_color": "#ffffff", 17 | "background_color": "#ffffff", 18 | "display": "standalone" 19 | } 20 | -------------------------------------------------------------------------------- /static/img/sponsors/CertDev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/CertDev.png -------------------------------------------------------------------------------- /static/img/sponsors/azure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/azure.png -------------------------------------------------------------------------------- /static/img/sponsors/continuum-security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/continuum-security.png -------------------------------------------------------------------------------- /static/img/sponsors/continuum_security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/continuum_security.png -------------------------------------------------------------------------------- /static/img/sponsors/devseccon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/devseccon.png -------------------------------------------------------------------------------- /static/img/sponsors/iteratec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/iteratec.png -------------------------------------------------------------------------------- /static/img/sponsors/jemarketing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/jemarketing.png -------------------------------------------------------------------------------- /static/img/sponsors/owasp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/owasp.png -------------------------------------------------------------------------------- /static/img/sponsors/owasp_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/owasp_.png -------------------------------------------------------------------------------- /static/img/sponsors/photobox-cx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/photobox-cx.png -------------------------------------------------------------------------------- /static/img/sponsors/photobox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/photobox.png -------------------------------------------------------------------------------- /static/img/sponsors/toreon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/sponsors/toreon.png -------------------------------------------------------------------------------- /static/img/summit2017/mobile-guide-leanpub.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/mobile-guide-leanpub.jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(1).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(10).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(10).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(11).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(11).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(12).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(12).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(13).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(13).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(14).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(14).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(15).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(15).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(16).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(17).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(17).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(18).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(18).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(2).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(20).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(20).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(22).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(22).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(23).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(23).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(24).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(24).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(25).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(25).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(26).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(26).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(3).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(4).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(5).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(5).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(6).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(6).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(7).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(7).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(8).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(8).jpg -------------------------------------------------------------------------------- /static/img/summit2017/owasp-summit-2017-(9).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/summit2017/owasp-summit-2017-(9).jpg -------------------------------------------------------------------------------- /static/img/supported-by-owasp-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/supported-by-owasp-dark.png -------------------------------------------------------------------------------- /static/img/supported-by-owasp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/supported-by-owasp.png -------------------------------------------------------------------------------- /static/img/teams/OWASP-SAMM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/teams/OWASP-SAMM.png -------------------------------------------------------------------------------- /static/img/teams/PBX-GS-Mission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/teams/PBX-GS-Mission.png -------------------------------------------------------------------------------- /static/img/teams/Security-Q-n-A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/teams/Security-Q-n-A.jpg -------------------------------------------------------------------------------- /static/img/teams/sec-champ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/teams/sec-champ.png -------------------------------------------------------------------------------- /static/img/teams/women-in-tech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/teams/women-in-tech.png -------------------------------------------------------------------------------- /static/img/testimonials/person-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/testimonials/person-1.jpg -------------------------------------------------------------------------------- /static/img/testimonials/person-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/testimonials/person-2.jpg -------------------------------------------------------------------------------- /static/img/testimonials/person-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/testimonials/person-3.png -------------------------------------------------------------------------------- /static/img/testimonials/person-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenSecuritySummit/oss2018/c15581d7f3c8c06e38aabfef60d0148ac6610cc4/static/img/testimonials/person-4.jpg --------------------------------------------------------------------------------