mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Avoids copy on the transformation operation
This commit is contained in:
@@ -32,7 +32,7 @@ namespace actions {
|
||||
namespace transformations {
|
||||
|
||||
|
||||
std::string Base64DecodeExt::evaluate(std::string value,
|
||||
std::string Base64DecodeExt::evaluate(const std::string &value,
|
||||
Transaction *transaction) {
|
||||
std::string ret = Utils::Base64::decode_forgiven(value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user