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 &&