mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds support to FILES_NAMES variable
This commit is contained in:
@@ -210,6 +210,7 @@ bool Multipart::process(std::string data) {
|
||||
|
||||
if (m.filename.empty() == false) {
|
||||
variables.emplace("FILES:" + m.name, m.filename);
|
||||
variables.emplace("FILES_NAMES:" + m.name, m.name);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user