mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
My 11th 2023 update
This commit is contained in:
@@ -348,6 +348,10 @@ ReputationFeaturesAgg::Impl::reportReputationFeatures()
|
||||
I_MainLoop *i_mainLoop = Singleton::Consume<I_MainLoop>::by<ReputationFeaturesAgg>();
|
||||
|
||||
string tenantId = agentDetails->getTenantId();
|
||||
if (tenantId.empty())
|
||||
{
|
||||
tenantId = "Elpis";
|
||||
}
|
||||
string agentId = agentDetails->getAgentId();
|
||||
if (Singleton::exists<I_InstanceAwareness>())
|
||||
{
|
||||
|
Reference in New Issue
Block a user