mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Updates the fuzzer sub-project
This commit is contained in:
@@ -32,7 +32,7 @@ bool BeginsWith::evaluate(Transaction *transaction, const std::string &str) {
|
||||
if (str.size() < p.size()) {
|
||||
ret = false;
|
||||
} else if (!str.compare(0, p.size(), p)) {
|
||||
ret = true;
|
||||
ret = true;
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user