forked from wasmerio/wasmer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,20 @@ | |
|
||
## Supported Versions | ||
|
||
While in beta, the latest published version of `wasmer` (`0.x`) will be supported with security updates. | ||
The table below summarizes which versions are still supported, and which aren't. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 0.x | :white_check_mark: | | ||
| Version | Supported | | ||
|-|-| | ||
| 0.x | ❌ | | ||
| 1.x | ✅ | | ||
|
||
## Reporting a Vulnerability | ||
|
||
The Wasmer team and community take security bugs in Wasmer seriously. | ||
We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions. | ||
|
||
To report a security issue, email [email protected] and include the word "SECURITY" in the subject line. | ||
To report a security issue, email [email protected] or | ||
[email protected] and include the word "SECURITY" in the subject line. | ||
|
||
The Wasmer team will send a response indicating the next steps in handling your report. | ||
After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance. |