1) PMacGroup: Members Posts: 1Joined: 8 Oct 2004Location: MDIP: 169.253.--.--
Posted:
Hi Angus,
Great job with the Forum! I am having a problem with the Submit Post button. I get an error - "Insecure dependancy in open while running setgid at forum.pl line 23". I don't know perl and need a little help.
Thanks!
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 222.152.--.--
Posted:
Hmm. Looks like your host is running Perl with "taint" checks on. Usually this means that a variable is being passed to a file open command without being checked.... although I'm fairly confident I run all my variables through regexes first, I'll have to double-check and see if I can reproduce the error here.
Thanks - Angus.
3) PMacGroup: Guests IP: 169.253.--.--
Posted:
Hi Angus,
I appreciate you help with this. I am using tripod for my site, if that helps. Any luck recreating the error?
Thanks.
4) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 202.36.--.--
Posted:
Sorry, I've been busy this week -- I'll try and have a look this weekend sometime. The hardest part is going to be getting my local Perl/Apache setup working with taint enabled I think...