WGH
|
e2c622d7db
|
Remove unnecessary copying in transformations
In C++11, string data is always null-terminated[1], and can be
freely modified[2].
[1] https://stackoverflow.com/questions/6077189/will-stdstring-always-be-null-terminated-in-c11
[2] https://stackoverflow.com/questions/38875623/is-it-permitted-to-modify-the-internal-stdstring-buffer-returned-by-operator
|
2021-01-12 13:01:21 -03:00 |
|
Felipe Zimmerle
|
d6e8352873
|
actions: Removes Rule parameter from runtime execute
Generals organization on the Action class
|
2021-01-12 13:01:20 -03:00 |
|
Felipe Zimmerle
|
8191b7efc8
|
Cleanup on Action class
|
2021-01-12 13:01:19 -03:00 |
|
Felipe Zimmerle
|
7640f7b40b
|
Refactoring: Makes transformations to work with new execute signature
|
2021-01-12 13:01:18 -03:00 |
|
Felipe Zimmerle
|
affdc49a9e
|
Refactoring: rename evaluate to execute on actions
|
2021-01-12 13:01:18 -03:00 |
|
Felipe Zimmerle
|
9c526b3647
|
Avoids copy on the transformation operation
|
2020-03-27 16:12:55 -03:00 |
|
Felipe Zimmerle
|
357c140003
|
Changens copyright year
|
2020-01-31 10:32:37 -03:00 |
|
Felipe Zimmerle
|
9101a8ab15
|
Cosmetics: address cppcheck warnings on src/actions
|
2020-01-22 10:37:51 -03:00 |
|
Felipe Zimmerle
|
3ee7b24928
|
Adds refCounter to actions
|
2016-11-08 18:14:34 -03:00 |
|
Felipe Zimmerle
|
4ced1d18e0
|
Using full path in the header inclusion
|
2016-11-04 14:45:01 -03:00 |
|
Felipe Zimmerle
|
2b056485d0
|
Adds support to Utf8ToUnicode transformation
Issue #974
|
2016-05-25 18:21:26 -03:00 |
|
Felipe Zimmerle
|
a51e707517
|
Renames class Assay to Transaction
|
2016-01-13 15:57:00 -03:00 |
|
Felipe Zimmerle
|
42ce0475b2
|
Coding style: changes the namespace in the comments
|
2015-12-10 13:20:32 -03:00 |
|
Felipe Zimmerle
|
b5a43871e6
|
Changes library namespace from ModSecurity to modsecurity
|
2015-12-01 10:55:59 -03:00 |
|
Felipe Zimmerle
|
ec9a97324f
|
Fix actions: returning string copy after evaluation
|
2015-07-24 18:49:36 -03:00 |
|
Felipe Zimmerle
|
dc0b13ad74
|
Cosmetic: fix copyright header
|
2015-07-22 23:03:09 -03:00 |
|
Felipe Zimmerle
|
7ea9ff8836
|
Code cosmetic: Having the code following our coding style
This commit also update some methods parameters to const.
|
2015-07-08 17:33:29 -03:00 |
|
Felipe Zimmerle
|
721f951154
|
Adds transformation functions stub
Added stub for all transformations functions supported on
ModSecurity 2.9
|
2015-06-26 17:34:39 -03:00 |
|