mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix: Only delete Multipart tmp files after rules have run
This commit is contained in:
committed by
Felipe Zimmerle
parent
1b7aa42c77
commit
d72be1c470
@@ -111,6 +111,7 @@ enum AllowType : int;
|
||||
namespace RequestBodyProcessor {
|
||||
class XML;
|
||||
class JSON;
|
||||
class MultipartPartTmpFile;
|
||||
}
|
||||
namespace operators {
|
||||
class Operator;
|
||||
@@ -612,6 +613,8 @@ class Transaction : public TransactionAnchoredVariables, public TransactionSecMa
|
||||
std::string m_variableTimeWDay;
|
||||
std::string m_variableTimeYear;
|
||||
|
||||
std::vector<std::shared_ptr<RequestBodyProcessor::MultipartPartTmpFile>> m_multipartPartTmpFiles;
|
||||
|
||||
private:
|
||||
/**
|
||||
* Pointer to the callback function that will be called to fill
|
||||
|
Reference in New Issue
Block a user