We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508a2b5 commit 1edd357Copy full SHA for 1edd357
src/rules_exceptions.cc
@@ -25,7 +25,7 @@ namespace modsecurity {
25
26
bool RulesExceptions::load(const std::string &a, std::string *error) {
27
bool added = false;
28
- std::vector<std::string> toRemove = utils::string::split(a, ' ');
+ std::vector<std::string> toRemove = utils::string::ssplit(a, ' ');
29
for (std::string &a : toRemove) {
30
std::string b = modsecurity::utils::string::parserSanitizer(a);
31
if (b.size() == 0) {
0 commit comments