Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
27677 views
Kernel: Python 3

Mapping Summit's Participants OWASP involvement/usage

This notebook shows the values of the hugo fields that capture OWASP involvement

The tables below show the consolidation of the correspondent Participant's pages fields (see list below).

Summit participant, please update your mappings in your Participant's page (find your page at https://open-security-summit.org/participant/ and use the Edit this page link to create a Pull Request)

Here are the field types to use:

  • project_user - add the projects that you are currently using

  • project_contributor - add the projects that you have contributed to

  • interested_in - list the topics you are interrested in

  • chapter_leader - list the chapters you are a leader of

  • project_leader - list the projects you are a leader of

  • owasp_leadership - list other major OWASP activities you have lead (for example organising an AppSec conference)

# DataFrame display config pd.set_option('display.max_colwidth', -1)

OWASP Project Users

Add the projects that you are currently using

hugo.df_field('project_user')

OWASP Project Contributors

Add the projects that you have contributed to

hugo.df_field('project_contributor')

Interrested in

List the topics you are interrested in

hugo.df_field('interested_in')

OWASP Chapter Leaders

List the chapters you are a leader of

hugo.df_field('chapter_leader')

OWASP Project Leaders

List the projects you are a leader of

hugo.df_field('project_leader')

OWASP Leadership

List other major OWASP activities you have lead (for example organising an AppSec conference)s

hugo.df_field('owasp_leadership')