add perlcritic module to disallow system/exec
This commit is contained in:
@@ -5,3 +5,6 @@ severity = 1
|
||||
|
||||
# Disallow backticks - use IPC::Run3 instead for better security
|
||||
include = InputOutput::ProhibitBacktickOperators
|
||||
|
||||
# Prohibit shell-invoking system() and exec() - use list form or IPC::Run3 instead
|
||||
include = Hydra::ProhibitShellInvokingSystemCalls
|
||||
|
Reference in New Issue
Block a user