[MacPorts] #38452: PHP code disclosure vulnerability with apache2 and other web servers (was: Apache on HFS Critical Security Issue)
Ryan Schmidt
ryandesign at macports.org
Thu Mar 21 15:13:14 PDT 2013
On Mar 21, 2013, at 11:28, Bradley Giesbrecht wrote:
> Won't "[^\.]+" catch any number of non-dot's?
"." does not have any special meaning inside a character class so you don't need to escape it.
[^.]+
More information about the macports-dev
mailing list