executors/python3/executor.py rule:gitlab.bandit.B102: The use of `exec` is risky. Details: https://sg.run/rAJJ 86: exec( 87: _FUNCTION_TEMPLATE.format( 88: function_name=function_name, 89: argument_list=",".join(argument_names), 90: implementation=implementation, 91: return_value=return_value, 92: ), 93: { 94: "_RESULT_CACHE": _RESULT_CACHE, 95: "ZPair": utils.ZPair, -------- [hid 9 additional lines, adjust with --max-lines-per-finding] --------- executors/python3/utils.py rule:gitlab.bandit.B110: Try, Except, Pass Details: https://sg.run/e4nL 173: try: 174: iterator = iter(py_object) 175: except TypeError: 176: pass ran 80 rules on 8 files: 2 findings