mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
@@ -67,7 +67,7 @@ bool InspectFile::evaluate(Transaction *transaction, const std::string &str) {
|
|||||||
s << buff;
|
s << buff;
|
||||||
}
|
}
|
||||||
|
|
||||||
pclose(in);
|
//pclose(in);
|
||||||
|
|
||||||
res.append(s.str());
|
res.append(s.str());
|
||||||
if (res.size() > 1 && res.at(0) != '1') {
|
if (res.size() > 1 && res.at(0) != '1') {
|
||||||
|
|||||||
Reference in New Issue
Block a user