in reply to Re: Re: Re: Re: Insecure dependency message ?
in thread Insecure dependency message ?

Welll, all I can tell you is to have your code rigerously tested. have it tested. QA people would test it under various types of load, various types of input and what not. It's prolly a really silly bug somewhere that, w/o the entire script and a lot of time, we can't easily help you with. It's one of those cases where you find out how the error wsa brought around, try and reproduce it and the likes.

Play that funky music white boy..
  • Comment on Re: Re: Re: Re: Re: Insecure dependency message ?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Insecure dependency message ?
by peterr (Scribe) on Jan 07, 2004 at 01:21 UTC
    Hi Sporty,

    Yes, if I can reproduce the error , that will help a lot. Also I don't like the code where errors just spit out a msg to the user (browser), as it doesn't help the user, and I never know about it. The user probably goes to another site. For a Perl beginner like me, it's a large script, I've added a few extra modules, but as I inherited it, there are things I don't like about it. Sometimes hard to test someone elses code, because their objectives were different then. That said, I need to write down what I don't like with it (like what happens if the user closes the browser window before ALL the processing is done , ... yikes ??), and set about to rigoursly test it.

    Peter