From: kardiac <kar...@kr...> - 2004-10-17 17:15:17
|
Hi, I am not really a developer (so my question is maybe obvious) but i develop actually a webmin module. And i would know if it has anywhere a document describing how securing a webmin module or some good practice to respect? I have too read (in perl cookbook by example) than for writing a secure perl CGI it's preferable to use "use strict;" and -w and -T flag on #! line (at minimum). I have check in webmin modules and i have see it didn't use that and i don't know why. It's because webmin work with ACL and if user has ACL rights then no need for enforcing security in modules ? Thanks by advance for all advice, Kardiac |