Skip to content

Commit

Permalink
MAINTAINERS: clarify that only verified bugs should be submitted to s…
Browse files Browse the repository at this point in the history
…ecurity@

We're seeing a raise of automated reports from testing tools and reports
about address leaks that are not really exploitable as-is, many of which
do not represent an immediate risk justifying to work in closed places.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Willy Tarreau authored and Linus Torvalds committed Jan 24, 2018
1 parent 5132ede commit ce30f26
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,15 @@ trivial patch so apply some common sense.

7. When sending security related changes or reports to a maintainer
please Cc: security@kernel.org, especially if the maintainer
does not respond.
does not respond. Please keep in mind that the security team is
a small set of people who can be efficient only when working on
verified bugs. Please only Cc: this list when you have identified
that the bug would present a short-term risk to other users if it
were publicly disclosed. For example, reports of address leaks do
not represent an immediate threat and are better handled publicly,
and ideally, should come with a patch proposal. Please do not send
automated reports to this list either. Such bugs will be handled
better and faster in the usual public places.

8. Happy hacking.

Expand Down

0 comments on commit ce30f26

Please sign in to comment.