From 1d7d38b0a63509f217faa0754d9b15a3d7cb81cd Mon Sep 17 00:00:00 2001 From: Ned Wright Date: Mon, 14 Oct 2024 16:39:35 +0000 Subject: [PATCH] code sync --- components/security_apps/waap/waap_clib/WaapScanner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/security_apps/waap/waap_clib/WaapScanner.cc b/components/security_apps/waap/waap_clib/WaapScanner.cc index 7f2a751..6f62499 100755 --- a/components/security_apps/waap/waap_clib/WaapScanner.cc +++ b/components/security_apps/waap/waap_clib/WaapScanner.cc @@ -117,7 +117,7 @@ double Waap::Scanner::getScoreData(Waf2ScanResult& res, const std::string &poolN double res_score = getScoreFromPool(res, newKeywords, poolName); - string other_pool_name = Waap::Scores::getOtherScorePoolName(); + std::string other_pool_name = Waap::Scores::getOtherScorePoolName(); Waap::Scores::ModelLoggingSettings modelLoggingSettings = Waap::Scores::getModelLoggingSettings(); if (applyLearning && poolName != other_pool_name &&