mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds random id to each assay
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
|
||||
namespace ModSecurity {
|
||||
std::vector<std::string> split(std::string str, char delimiter);
|
||||
double random_number(const double from, const double to);
|
||||
double generate_assay_unique_id();
|
||||
} // namespace ModSecurity
|
||||
|
||||
#define SRC_UTILS_H_
|
||||
|
Reference in New Issue
Block a user