Closed cdparra closed 13 years ago
Find a better way of executing python code within PHP or re-implement python plugins in PHP so that we will not need this.
As it is now (with exec) is very unsafe and could be a door open for code injection attacks.
This should be as simple as escaping the input, which is addressed by #13
Find a better way of executing python code within PHP or re-implement python plugins in PHP so that we will not need this.
As it is now (with exec) is very unsafe and could be a door open for code injection attacks.