|
| 1 | +# Security Policy |
| 2 | + |
| 3 | + ## Supported Versions |
| 4 | + |
| 5 | + This repository contains documentation and educational content. |
| 6 | + There are no executable components or deployed services associated with this project. |
| 7 | + |
| 8 | + The `master` branch reflects the latest maintained version of the documentation. |
| 9 | + |
| 10 | + | Version | Supported | |
| 11 | + |--------|-----------| |
| 12 | + | master | ✅ | |
| 13 | + | Others | ❌ | |
| 14 | + |
| 15 | + --- |
| 16 | + |
| 17 | + ## Reporting a Vulnerability |
| 18 | + |
| 19 | + This repository does **not** directly process user data, authentication, or runtime execution. |
| 20 | + However, if you believe you have identified: |
| 21 | + |
| 22 | + - A security issue affecting linked tooling or referenced examples |
| 23 | + - A misconfiguration that could lead to unsafe usage patterns |
| 24 | + - A vulnerability related to CI/CD workflows or repository automation |
| 25 | + |
| 26 | + Please follow **responsible disclosure** practices. |
| 27 | + |
| 28 | + ### How to Report |
| 29 | + - Open a **private GitHub Security Advisory** for this repository, **or** |
| 30 | + - Contact the OWASP project maintainers through official OWASP communication channels |
| 31 | + |
| 32 | + Please include: |
| 33 | + - A clear description of the issue |
| 34 | + - Steps to reproduce (if applicable) |
| 35 | + - Potential impact |
| 36 | + - Suggested remediation (if available) |
| 37 | + |
| 38 | + --- |
| 39 | + |
| 40 | + ## Disclosure Process |
| 41 | + |
| 42 | + - Reports will be reviewed by project maintainers |
| 43 | + - If applicable, fixes will be discussed and implemented |
| 44 | + - Public disclosure may occur after remediation, with reporter credit if desired |
| 45 | + |
| 46 | + --- |
| 47 | + |
| 48 | + ## Security Best Practices for Contributors |
| 49 | + |
| 50 | + - Do not include secrets, tokens, or credentials in documentation or workflows |
| 51 | + - Avoid using user-controlled input in CI/CD pipelines without validation |
| 52 | + - Follow the OWASP Cheat Sheet Series for secure development and governance practices |
| 53 | + |
| 54 | + --- |
| 55 | + |
| 56 | + ## Recognition |
| 57 | + |
| 58 | + Security researchers and contributors who responsibly disclose issues may be acknowledged |
| 59 | + in release notes or project documentation, unless anonymity is requested. |
0 commit comments