Re: free source for bbs
From: Joe Smith (Joe.Smith_at_inwap.com)
Date: 04/04/04
- Next message: Joe Smith: "Re: Need help with a Perl Script Error"
- Previous message: Joe Smith: "Re: count files + dirs CORRECTED"
- In reply to: Robin: "Re: free source for bbs"
- Next in thread: Tad McClellan: "Re: free source for bbs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 04 Apr 2004 09:22:04 GMT
Robin wrote:
> Can someone tell me
> a few lines of code I could use in the script - www.infusedlight.net/bbs/
> (download here) that would prevent it from being insecure.
A few lines won't do it. To be secure requires an entire rewrite.
> I know this is
> asking a lot, but I'd like to be able to be running a good, safe, secure
> message board system.
That's a good goal, but you'll need to learn about how to avoid tainted data.
Have you been using Perl's taint-checking mode?
#!/usr/bin/perl -T
-Joe
- Next message: Joe Smith: "Re: Need help with a Perl Script Error"
- Previous message: Joe Smith: "Re: count files + dirs CORRECTED"
- In reply to: Robin: "Re: free source for bbs"
- Next in thread: Tad McClellan: "Re: free source for bbs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|