rspec/rules/S4828/ask-yourself.adoc

8 lines
293 B
Plaintext

== Ask Yourself Whether
* The parameters `pid` and `sig` are untrusted (they come from an external source).
* This function is triggered by non-administrators.
* Signal handlers on the target processes stop important functions.
There is a risk if you answered yes to any of those questions.