mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
# Security Policy
|
|
|
|
## Reporting a Vulnerability
|
|
|
|
Please do not create a GitHub issue for security vulnerabilities, Instead do the following:
|
|
|
|
1. Click on the **Security** tab and then click on the **"Report a Vulnerability"** button.
|
|
|
|

|
|
|
|
2. After that give a **title** and a **description**.
|
|
|
|

|
|
|
|
|
|
When reporting the vulnerability, please provide the following information, if possible:
|
|
|
|
- **MCVE (Minimum Complete Verifiable Example)**: Please include a concise code snippet that demonstrates the error in a simplified manner.
|
|
|
|
- **Versions of Yew**: Specify the versions of Yew in which the vulnerability is present. This helps us narrow down the scope of the issue and assess its impact accurately.
|
|
|
|
- **Impact and Severity**: Describe the effects of the vulnerability and its seriousness. Provide details about any potential risks, security breaches, or the impact it may have on the system.
|
|
|
|
> For contacting the maintainers, you can reach out to them via email at maintainers@yew.rs
|