mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
MODSEC-204
This commit is contained in:
parent
8cbcf7898b
commit
e267c6ffe2
@ -42,7 +42,8 @@ find(
|
|||||||
|
|
||||||
(($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size) = stat($_)) &&
|
(($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size) = stat($_)) &&
|
||||||
-f _ &&
|
-f _ &&
|
||||||
/^\d{8}-\d+-\w{24}$/s
|
#### MODSEC-204 /^\d{8}-\d+-\w{24}$/s
|
||||||
|
/^\d{8}-\d+-.{24}$/s
|
||||||
&& (($fn = $File::Find::name) =~ s/^\Q$ROOTDIR\E//)
|
&& (($fn = $File::Find::name) =~ s/^\Q$ROOTDIR\E//)
|
||||||
&& push(@AUDIT, [$fn, $size]);
|
&& push(@AUDIT, [$fn, $size]);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user