layout | title |
---|---|
col-generic |
Policies & Procedures |
Policies and Procedures adopted by the Global Board for OWASP Operations. Last edition: xxxx-xx-xx {% assign pages = site.pages | where_exp: "page", "page.document contains 'Rules of Procedure'" | sort: 'title' | limit: 1000 %}
-
{% for page in pages %}
{% if page.path contains 'operational/' %}
- {{ page.title }} {% endif %} {% endfor %}
Handbooks to help Chapter, Project, and Event Leaders in their volunteer work. {% assign pages = site.pages | sort: 'title' | limit: 1000 %}
-
{% for page in pages %}
{% if page.path contains 'guidebook/' %}
- {{ page.title }} {% endif %} {% endfor %}
{% assign pages = site.pages | sort: 'title' | limit: 1000 %}
-
{% for page in pages %}
{% if page.path contains 'legal/' %}
- {{ page.title }} {% endif %} {% endfor %}