Hello all,
I'm writing a program that accepts parameters both pre set
and user defined and I'm concerned about the possibility of
malitious code being sent in.
Is there some way to test my program on how it deals with
malitious code without actually sending it dangerous code ?
None of the incomming data is eval'd or directly used in
any system command, but I'm still wondering if I missed
anything.
Thanks,
-- Brian