2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-05 00:35:14 +00:00

Sync BUGS section with the bugs section of README.md.

Also mention how to report security issues based on SECURITY.md.
GitHub issue #377.
This commit is contained in:
Todd C. Miller
2024-05-28 19:54:52 -06:00
parent 7c74a971d9
commit 74d64bc896
28 changed files with 380 additions and 44 deletions

View File

@@ -1519,8 +1519,20 @@ exhaustive list of people who have contributed to
Python plugin support is currently considered experimental.
.Pp
If you believe you have found a bug in
.Nm sudo ,
you can submit a bug report at https://bugzilla.sudo.ws/
.Nm ,
you can either file a bug report in the sudo bug database,
https://bugzilla.sudo.ws/, or open an issue at
https://github.com/sudo-project/sudo/issues.
If you would prefer to use email, messages may be sent to the
sudo-workers mailing list,
https://www.sudo.ws/mailman/listinfo/sudo-workers (public)
or <sudo@sudo.ws> (private).
.Pp
Please not report security vulnerabilities through public GitHub
issues, Bugzilla or mailing lists.
Instead, report them via email to <Todd.Miller@sudo.ws>.
You may encrypt your message with PGP if you would like, using
the key found at https://www.sudo.ws/dist/PGPKEYS.
.Sh SECURITY CONSIDERATIONS
All Python plugin handling is implemented inside the
.Pa @python_plugin@