Update doc/security_need_to_know.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Stephen Berard 2026-03-31 11:26:25 +02:00 committed by GitHub
parent 3f1e29a115
commit e47af1f3bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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?
--- ---