Row Type Case Test Data Formula Test View Formula
2 Javascript Injection no tag alert('JS df'); alert('JS vf');
3 Javascript Injection with <script> tag <script>alert('df with script');</script> <script>alert('vf with script');</script>
4 Javascript Injection with javascript: Click me Click me
5 Javascript Injection with window.onload'=' sasa
6
Python injection Directly __import__('os').environ.get('ENV_GIT_PWD') __import__('os').environ.get('ENV_GIT_PWD')
8 Python injection with exec in function ERROR data formula ERROR view formula
9 Python injection with eval in function ERROR data formula ERROR view formula