Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.35 KB

index.md

File metadata and controls

40 lines (29 loc) · 1.35 KB
layout title tags
col-sidebar
Global Board
board

The OWASP Foundation Global Board is comprised of seven elected members who serve for two-year terms. Each Fall, membership votes to elect new leadership for the Foundation. Generally our Board meets monthly and meetings are open to the public. The Global Board sets the strategic direction of the Foundation, its policies, annual budget, and sets governance and leadership roles. Meetings follow the Typical Board Meeting Agenda and are recorded.

Click here for the OWASP Global Board EU

Upcoming Meetings

{% assign pages = site.pages | where_exp: "page", "page.path contains 'meetings/'" | sort: 'date' %}

    {% for page in pages %}
  • {{ page.date }} - {{ page.title }}
  • {% if forloop.index > 11%} {%break%} {%endif%} {% endfor %}

Recent Meetings

{% assign pages = site.pages | where_exp: "page", "page.path contains 'meetings-historical'" | order: 'date' | reverse %}

    {% for page in pages %}
  • {{ page.title }}
  • {% if forloop.index > 5 %} {%break%} {%endif%} {% endfor %}

More Historical Meetings