rspec/rules/S4828/ask-yourself.adoc
Alban Auzeill 2c306d110e Fix code block ambiguity with old header style
Ensure blank line before list and clean the one leading space
2020-06-30 17:16:12 +02:00

7 lines
339 B
Plaintext

== Ask Yourself Whether
* the PID of the process to which the signal will be sent is coming from an untrusted source. It could for example come from a world-writable file.
* users who are asking for the signal to be sent might not have the permission to send those signals.
There is a risk if you answered yes to any of those questions.