2021-08-19 16:13:45 -04:00
|
|
|
theme = community
|
|
|
|
|
|
|
|
# 5 is the least complainy, 1 is the most complainy
|
2021-12-14 10:24:34 -05:00
|
|
|
severity = 1
|
2025-08-05 21:49:19 +02:00
|
|
|
|
|
|
|
# Disallow backticks - use IPC::Run3 instead for better security
|
|
|
|
include = InputOutput::ProhibitBacktickOperators
|
2025-08-05 22:39:22 +02:00
|
|
|
|
|
|
|
# Prohibit shell-invoking system() and exec() - use list form or IPC::Run3 instead
|
|
|
|
include = Hydra::ProhibitShellInvokingSystemCalls
|