Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ contact_links:
url: https://github.com/bevyengine/bevy/discussions/categories/q-a
about: Questions about how to use or contribute to Bevy belong in Github Discussions.
You can use the search to check if someone already answered your question!
- name: Security Issue
url: https://github.com/bevyengine/bevy/security/advisories/new
about: If you believe you have found a security vulnerability, please DO NOT disclose it publicly until we’ve had a chance to fix it.
20 changes: 20 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Security Policy

## Supported Versions

Only the latest released minor version of Bevy is supported.

<!--
NOTE: update when releasing a new version
-->

| Version | Supported |
| ------- | ------------------ |
| 0.16.x | :white_check_mark: |
| < 0.16 | :x: |

## Reporting a Vulnerability

If you believe you have found a security vulnerability, please DO NOT disclose it publicly until we’ve had a chance to fix it.

Please don’t report security vulnerabilities via GitHub issues, instead [report them privately](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) via the [Security Advisories](https://github.com/bevyengine/bevy/security/advisories/new) page.
Loading