[Mod-security-developers] [JIRA] Closed: (MODSEC-146) New sanitize functions
Brought to you by:
victorhora,
zimmerletw
|
From: Ryan B. (JIRA) <no...@mo...> - 2011-02-23 22:55:09
|
[ https://www.modsecurity.org/tracker/browse/MODSEC-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ryan Barnett closed MODSEC-146.
-------------------------------
Resolution: Fixed
> New sanitize functions
> ----------------------
>
> Key: MODSEC-146
> URL: https://www.modsecurity.org/tracker/browse/MODSEC-146
> Project: ModSecurity
> Issue Type: New Feature
> Security Level: Normal
> Components: Actions
> Reporter: Brian Rectanus
> Assignee: Breno Silva Pinto
> Priority: High
> Fix For: 2.6.0
>
>
> Need some new sanitize functions that will work with large data...
> sanitizeMatchedBytes -- This would x out only the bytes that matched.
> sanitizeMatchedBytes:1/4 -- This would x out the bytes that matched, but keep the first byte and last 4 bytes.
> This will only be able to work on un-transformed data. If the data is transformed, then it should result the same as if sanitizeMatched was used.
> Others?
> Consider that we may add functionality that may alter the response data (i.e. x out CC numbers, etc) in the future.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://www.modsecurity.org/tracker/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|