Mary Anderson wrote:
Hi,
I am writing my first Perl CGI program. I get logins through one CGI
script. When the user has loggin I use
a(href->myurl$login=mylogin&passwor=mypassword
to get to my input screen. Logins are checked by doing a trial connection
to the database. I plan to ru
--- Mary Anderson <[EMAIL PROTECTED]> wrote:
> Are there things I should be doing, besides not running on Windows
> and IIS, to make my application more secure? I am careful to
> timestamp every row in every table in case some malicious nonsense
> is done and I have to clean up the mess.
Hi Mary
Hi,
I am writing my first Perl CGI program. I get logins through one CGI
script. When the user has loggin I use
a(href->myurl$login=mylogin&passwor=mypassword
to get to my input screen. Logins are checked by doing a trial connection
to the database. I plan to run in taint mode. I wil