mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
fix: add ARGS to sanitize list only if it's not added yet
This commit is contained in:
@@ -693,6 +693,7 @@ struct msc_arg {
|
||||
unsigned int value_origin_offset;
|
||||
unsigned int value_origin_len;
|
||||
const char *origin;
|
||||
unsigned int marked_for_sanitization;
|
||||
};
|
||||
|
||||
struct msc_string {
|
||||
|
Reference in New Issue
Block a user