|
Hello, I have find a SIGSEGV crash. Depending on the case, it might be a security issue. However, there doesn't seem to be a place to report security issues. How should I go about reporting it? |
Answered by
kripken
Dec 23, 2024
Replies: 1 comment 1 reply
|
For a general SEGV crash, people usually file a normal issue. We do prioritize fixing those but note that AFAIK Binaryen is not run in sensitive production environments (generally it is a user compiling their own code, or if not, Binaryen can be sandboxed, e.g. by running the wasm build of Binaryen). If you do feel that what you ran into is particularly sensitive, feel free to send me an email (email is in the git logs). |
1 reply
Answer selected by
famasoon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a general SEGV crash, people usually file a normal issue. We do prioritize fixing those but note that AFAIK Binaryen is not run in sensitive production environments (generally it is a user compiling their own code, or if not, Binaryen can be sandboxed, e.g. by running the wasm build of Binaryen).
If you do feel that what you ran into is particularly sensitive, feel free to send me an email (email is in the git logs).