Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 2.1 KB

index.md

File metadata and controls

45 lines (36 loc) · 2.1 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.

Upcoming Meetings

{% assign pages = site.pages | sort: 'date' | limit: 12 %}

    {% for page in pages %} {% if page.path contains 'meetings/' %}
  • {{ page.date }} - {{ page.title }}
  • {% endif %} {% endfor %}

Current Membership

Members-Elect (Terms begin January 2020)

Recent Meetings

{% assign pages = site.pages | sort: 'date' | reverse | limit: 6 %}

    {% for page in pages %} {% if page.path contains 'historical/' %}
  • {{ page.title }}
  • {% endif %} {% endfor %}
[More Historical Meetings...](/www-board/#div-historical)