Skip to content

Commit 0c7996e

Browse files
mbaludaCopilot
andauthored
Update python/ql/src/Security/CWE-1427/examples/example.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2c83dc3 commit 0c7996e

File tree

1 file changed

+0
-1
lines changed
  • python/ql/src/Security/CWE-1427/examples

1 file changed

+0
-1
lines changed

python/ql/src/Security/CWE-1427/examples/example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
def get_input():
77
input = request.args.get("input")
88

9-
goodAgent = GuardrailAgent( # GOOD: AGent created with guardrails automatically configured.
109
config=Path("guardrails_config.json"),
1110
name="Assistant",
1211
instructions="This prompt is customized for " + input)

0 commit comments

Comments
 (0)