mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-04-19 02:28:43 +00:00
Update doc/security_need_to_know.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3f1e29a115
commit
e47af1f3bf
|
|
@ -26,13 +26,13 @@ if a bug **results in crash or hang**, please treat it as a security problem and
|
||||||
|
|
||||||
If the author of an issue(results in crash or hang) can go through the checklist below and answer all questions with "No", it is fine to mark it as a regular bug. If not, please report it as a security issue.
|
If the author of an issue(results in crash or hang) can go through the checklist below and answer all questions with "No", it is fine to mark it as a regular bug. If not, please report it as a security issue.
|
||||||
|
|
||||||
Does the
|
Does the issue:
|
||||||
- Exposes sensitive information to unauthorized parties.
|
- expose sensitive information to unauthorized parties?
|
||||||
- Allows unauthorized modification of data or system state.
|
- allow unauthorized modification of data or system state?
|
||||||
- Affects the availability of the system or its services.
|
- affect the availability of the system or its services?
|
||||||
- Permits unauthorized access to the system.
|
- permit unauthorized access to the system?
|
||||||
- Enables users to perform actions they should not be able to.
|
- enable users to perform actions they should not be able to?
|
||||||
- Allows users to deny actions they have performed.
|
- allow users to deny actions they have performed?
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user