Light Mode
Dark Mode
Too easy to circumvent import restrictions

It's quite trivial to get around your import restrictions:

def fixed_import(*args, **kw):
    return __import__(*args, **kw)
__import__.__code__ = fixed_import.__code__

See attached screenshot. You may want to fix that.

Cheers,

Ben

Attachment
  • feedback
Created: Nov. 23, 2015, 8:46 a.m.
Updated: Nov. 23, 2015, 8:46 a.m.
0
7
User avatar
bpottier