Hello All,
I am getting path manipulation issue from fortify in my python code , Any one here can help me how to over come that issue
how to over come that in python
Hello All,
I am getting path manipulation issue from fortify in my python code , Any one here can help me how to over come that issue
how to over come that in python
Here’s a good explanation from SO on the issue. Sounds like you’ll run into this when your code allows a user to specify the file path for a file operation. The SO post has examples in Java, but maybe it will give you some ideas?