Hacker News new | ask | show | jobs
by panzi 4276 days ago
Vulnerable to what? The the environment variable problem? I was talking about program argument parsing. os.system("ls %s" % foo) != subrocess.call(["ls",foo])
1 comments

Ah, I misunderstood then. I agree with you on that point. I assumed you were talking about "Shellshock".