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