blob: 154f4da1b11f2c23423474b6c91cc395615fd601 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Security Policy
WABT is maintained by volunteers on a reasonable-effort basis. If you
have discovered a security vulnerability, please open a GitHub issue
to report it. In the future, we may move to a system of private
reporting of security issues. Please submit your report by filling out
[this form](https://github.com/WebAssembly/wabt/issues/new).
Please provide the following information in your report:
- A description of the vulnerability and its impact
- How to reproduce the issue
- Which WABT tools or library functions are affected
- Which WebAssembly features (`--enable` flags) must be enabled
|