Skip to content

Commit

Permalink
add aaronmiller_personal_org/node-uuid-v1-usage.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhmiller authored and semgrep-bot committed Nov 23, 2024
1 parent 8460f45 commit 1c604df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions aaronmiller_personal_org/node-uuid-v1-usage.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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")

0 comments on commit 1c604df

Please sign in to comment.