Resolve backend Qodana critical and high findings (#314)
Resolve recommended-profile Critical and High findings, retain narrow analyzer exceptions, and update the edge-broker WebSocket dependency to a non-vulnerable release.
This commit is contained in:
@@ -11,7 +11,6 @@ function economic_customer_helper_from_payload(object $payload): economic_custom
|
||||
$customer = $reflection->newInstanceWithoutConstructor();
|
||||
|
||||
$property = $reflection->getProperty('customer_data_object');
|
||||
$property->setAccessible(true);
|
||||
$property->setValue($customer, $payload);
|
||||
|
||||
return $customer;
|
||||
|
||||
Reference in New Issue
Block a user