67e647232c
Adds semgrep testing in CI. Refer to: - https://github.com/frappe/frappe/pull/12524 - https://github.com/frappe/frappe/pull/12577
7 lines
123 B
Python
7 lines
123 B
Python
def function_name(input):
|
|
# ruleid: frappe-codeinjection-eval
|
|
eval(input)
|
|
|
|
# ok: frappe-codeinjection-eval
|
|
eval("1 + 1")
|