Skip to content

Commit 23672cb

Browse files
committed
Update checks
1 parent 89a88cf commit 23672cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DataCollector/SymfonyRequestCollector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ public function collect()
110110
}
111111

112112
foreach ($data['request_server'] as $key => $value) {
113-
if (str_is('*_KEY', $key) || str_is('*_PASSWORD', $key) || str_is('*_SECRET', $key)) {
113+
if (str_is('*_KEY', $key) || str_is('*_PASSWORD', $key)
114+
|| str_is('*_SECRET', $key) || str_is('*_PW', $key)) {
114115
$data['request_server'][$key] = '******';
115116
}
116117
}

0 commit comments

Comments
 (0)