We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e98df commit 3d4313fCopy full SHA for 3d4313f
1 file changed
src/Integrations/Integrations/Exec/ExecIntegration.php
@@ -17,7 +17,7 @@
17
class ExecIntegration extends Integration
18
{
19
const MAX_CMD_SIZE = 4 * 1024;
20
- const NAME = "core";
+ const NAME = "exec";
21
const REDACTED_PARAM_PAT =
22
'/\A(?i)-{0,2}(?:p(?:ass(?:w(?:or)?d)?)?|api_?key|secret|'
23
. 'a(?:ccess|uth)_token|mysql_pwd|credentials|(?:stripe)?token)\z/';
0 commit comments