mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Fix: MULTIPART_INVALID_PART connected to wrong internal variable
This commit is contained in:
parent
369002d70e
commit
b41139acd6
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
||||
v3.x.y - YYYY-MMM-DD (to be released)
|
||||
-------------------------------------
|
||||
|
||||
- Fix: MULTIPART_INVALID_PART connected to wrong internal variable
|
||||
[Issue #2785 - @martinhsv]
|
||||
- Restore Unique_id to include random portion after timestamp
|
||||
[Issue #2752, #2758 - @datkps11, @martinhsv]
|
||||
|
||||
|
@ -31,7 +31,7 @@ namespace variables {
|
||||
|
||||
|
||||
DEFINE_VARIABLE(MultipartInvalidPart, MULTIPART_INVALID_PART,
|
||||
m_variableMultipartInvalidHeaderFolding)
|
||||
m_variableMultipartInvalidPart)
|
||||
|
||||
|
||||
} // namespace variables
|
||||
|
Loading…
x
Reference in New Issue
Block a user