mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Sep_24_2023-Dev
This commit is contained in:
@@ -143,7 +143,8 @@ enum class Notification {
|
||||
SDWAN_POLICY_UPDATE,
|
||||
SDWAN_POLICY_UPDATE_ERROR,
|
||||
SDWAN_POLICY_UPDATE_LOG,
|
||||
SDWAN_POLICY_UPDATE_ERROR_LOG
|
||||
SDWAN_POLICY_UPDATE_ERROR_LOG,
|
||||
SDWAN_POLICY_WARNING_LOG
|
||||
};
|
||||
|
||||
enum class IssuingEngine {
|
||||
|
@@ -25,6 +25,7 @@ namespace Filesystem
|
||||
{
|
||||
|
||||
bool exists(const std::string &path);
|
||||
bool isDirectory(const std::string &path);
|
||||
|
||||
bool makeDir(const std::string &path, mode_t permission = S_IRWXU);
|
||||
bool makeDirRecursive(const std::string &path, mode_t permission = S_IRWXU);
|
||||
@@ -75,6 +76,13 @@ regexReplace(
|
||||
|
||||
} // namespace Regex
|
||||
|
||||
namespace Strings
|
||||
{
|
||||
|
||||
std::string removeTrailingWhitespaces(std::string str);
|
||||
|
||||
} // namespace Strings
|
||||
|
||||
} // namespace NGEN
|
||||
|
||||
#endif // __AGENT_CORE_UTILITIES_H__
|
||||
|
Reference in New Issue
Block a user