Elia Pinto
|
9842b92bd1
|
src/actions/transformations/hex_decode.cc: reduce the scope of variable in a for () loop
In general, it is always preferable to reduce
the scope of a variable in a for loop
|
2024-02-29 20:20:41 +01:00 |
|
Felipe Zimmerle
|
3748d62f19
|
Changes copyright dates on the code
|
2021-01-19 09:24:37 -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
|
e95efa05cc
|
Fix assorted memory and static analysis errors
|
2017-03-06 15:02:00 -03:00 |
|
Felipe Zimmerle
|
2244e874e2
|
Moves static methods from class String to the namespace string
|
2016-11-04 16:00:44 -03:00 |
|
Felipe Zimmerle
|
62a0cb468b
|
Renames utils/msc_string.[h|cc] to utils/string.[h|cc]
|
2016-11-04 16:00:42 -03:00 |
|
Felipe Zimmerle
|
4ced1d18e0
|
Using full path in the header inclusion
|
2016-11-04 14:45:01 -03:00 |
|
Felipe Zimmerle
|
507ec44cc2
|
Refactoring on `utils.cc' and adjacents
Completely removed the `utils.cc' by moving residual functions into
sub-classes of `utils/'
|
2016-11-03 20:26:27 -03:00 |
|
Felipe Zimmerle
|
c680ddf2cd
|
Refactoring on rulesProperties class
Among of other things the merge process was improved to detect if
certain properties were set on the origin rule set.
|
2016-10-05 12:01:15 -03:00 |
|
Felipe Zimmerle
|
bd2e95953c
|
Adds support to the hexDecode transformation
Issue: #973
|
2016-05-25 18:49:34 -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
|
93031d93d0
|
Cosmetics: Fix coding style issues
|
2015-10-27 10:21:14 -03:00 |
|
Felipe Zimmerle
|
9932478705
|
Adds support to hexDecode transformation
|
2015-10-23 14:01:12 -03:00 |
|
Felipe Zimmerle
|
ed86c24df6
|
Adds checks for the NO_LOGS definition and improved the vars resolution time
|
2015-09-17 17:41:38 -03:00 |
|
Felipe Zimmerle
|
70b25668b6
|
Checks if assay is set before calling the log method
Assay may be not defined in the occasion of a unit test
|
2015-08-10 00:33:27 -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
|
721f951154
|
Adds transformation functions stub
Added stub for all transformations functions supported on
ModSecurity 2.9
|
2015-06-26 17:34:39 -03:00 |
|