semgrep.dev
Open in
urlscan Pro
35.81.143.50
Public Scan
URL:
https://semgrep.dev/playground
Submission: On August 12 via manual from US — Scanned from DE
Submission: On August 12 via manual from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
You need to enable JavaScript to run this app. RegistryPlayground App Pricing Resources Sign in / Sign up free Library SIGN IN REQUIRED Sign in to view and search the registry and your saved rules. Sign in untitled_rule Save ShareSign in simple mode advanced mode Language is Pythoncaret-down code is print("...") Enter to Rename, Shift+Enter to Preview test code preview metadata docs 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 print("Welcome to Semgrep!" + "Use our Run button to start experimenting -->") print("...") # To detect ALL calls to the print() function, change the Semgrep Rule from print("...") to print(...) print(not_a_string) print(first_var, second_var) print() # print("This is commented out so it will never be found") Enter to Rename, Shift+Enter to Preview Run in CLI Run Ctrl-⏎ Run your rule to see its matches.