ReJeCtAll / naxsi

Automatically exported from code.google.com/p/naxsi
Other
0 stars 0 forks source link

Encoding of [ and ] characters in whitelists match-zones #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
nx_util generates whitelists like :

"mz:$ARGS_VAR:aq[selduration]|NAME";

But, the characters [ and ] should be encoded (%5b / %5d).

Original issue reported on code.google.com by ori...@gmail.com on 10 Apr 2013 at 1:20