Fix #850, prevent code execution on node init#1107
Fix #850, prevent code execution on node init#1107cheriimoya wants to merge 1 commit intomininet:masterfrom
Conversation
|
I don't think this fixes the issue, since you could just put a quote in the string. The way I also still don't understand the underlying threat model that this is attempting to mitigate. |
Yes, you are right, i wasn't thinking this through...
which pexec do you mean specifically?
neither do i, just wanted to close some issues:D |
|
ah: this doesn't work with python2, how important is still having python2 support for the project? |
|
Working with python 2 is important. If we break backward compatibility in a big way that would probably need to be in a 3.x version of mininet. |
|
I think the right way to fix this for the current version is to use However, as I noted, I still don't understand the threat model this is attempting to mitigate. Probably we also want to switch to using |
|
okay then let's postpone this (as i don't think it's that important anyway) for a future release. |
Closes #850