Skip to content

Commit a769d59

Browse files
committed
Added notes for t:removeComments (owasp-modsecurity#1207)
1 parent a9f9a59 commit a769d59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Reference-Manual.mediawiki

+7
Original file line numberDiff line numberDiff line change
@@ -2918,8 +2918,15 @@ Replaces each occurrence of a C-style comment (/* ... */) with a single space (m
29182918
Removes common comments chars (/*, */, --, #).
29192919

29202920
== removeComments ==
2921+
2922+
'''Version:''' 2.x-3.x(pre)
2923+
2924+
'''Supported on libModSecurity:''' Yes
2925+
29212926
Removes each occurrence of comment (/* ... */, --, #). Multiple consecutive occurrences of which will not be compressed.
29222927

2928+
; Note : '''This transformation is known to be unreliable, might cause some unexpected behaviour and could be deprecated soon in a future release. Refer to issue [https://github.com/SpiderLabs/ModSecurity/issues/1207 #1207] for further information.'''.
2929+
29232930
== replaceNulls ==
29242931
Replaces NUL bytes in input with space characters (ASCII 0x20).
29252932

0 commit comments

Comments
 (0)