diff options
author | Pedro Nacht <pedro.k.night@gmail.com> | 2023-08-30 20:08:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 23:08:48 +0000 |
commit | 9008bc8080a4adc703643ea67321dd7b6075fe76 (patch) | |
tree | 0bdd3ead7923161bffa44e5e7ed27e386957ce07 /SECURITY.md | |
parent | e7c03091ccc9f53c84299aed08fa963e121afd80 (diff) | |
download | wabt-9008bc8080a4adc703643ea67321dd7b6075fe76.tar.gz wabt-9008bc8080a4adc703643ea67321dd7b6075fe76.tar.bz2 wabt-9008bc8080a4adc703643ea67321dd7b6075fe76.zip |
Add security policy (#2245)
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
Co-authored-by: Keith Winstein <keithw@cs.stanford.edu>
Diffstat (limited to 'SECURITY.md')
-rw-r--r-- | SECURITY.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..154f4da1 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,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 |