Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

OWASP Schema

License

NotificationsYou must be signed in to change notification settings

OWASP/nest-schema

A Python package providing JSON schemas for OWASP entities.

Installation

pip install owasp-schema

Usage

fromowasp_schemaimportget_schema,list_schemas,chapter_schema# List all available schemasprint(list_schemas())# Output: ['chapter', 'committee', 'project']# Get a specific schemachapter_schema=get_schema("chapter")# Or use the pre-loaded schemasprint(chapter_schema["title"])

Available Schemas

  • chapter: Schema for OWASP chapters
  • committee: Schema for OWASP committees
  • project: Schema for OWASP projects

Development

This package is automatically published to PyPI when schema files change in the main branch using OIDC authentication.

For development setup and contribution guidelines, seeCONTRIBUTING.md.

License

MIT License - see LICENSE file for details.


[8]ページ先頭

©2009-2025 Movatter.jp