You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anything typed into the _entrada entry widget is directly executed as python code. For example, I could enter __import__(‘os’).system(‘arbitrary malicious command’) and it would be executed, without calculadora-tk checking what the entered code is. I’m not entirely sure how best to fix this.