Statistics
| Branch: | Tag: | Revision:

root @ b0fc8c89

# Date Author Comment
b0fc8c89 12/08/2009 11:10 am Iustin Pop

Security issue: add validation of script names

This patch unifies the search for external script to always go through
utils.FindFile and implements in that function a restriction on valid
chars in file names and (additionally) that the passed name is the...

c899750f 12/08/2009 11:10 am Iustin Pop

Move the hooks file mask into constants.py

This will allow reuse of the same mask for multiple validations.

Signed-off-by: Iustin Pop <>
Reviewed-by: Michael Hanselmann <>