We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import os user_input = input("Enter command: ") os.system(user_input) # ⚠️ This should trigger a CodeQL rule: command injection
There was an error while loading. Please reload this page.