Skip to content

Commit 54fe609

Browse files
committed
Update base64_injection.py
1 parent 583d278 commit 54fe609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ps_fuzz/attacks/base64_injection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, client_config: ClientConfig, attack_config: AttackConfig):
1818
super().__init__(
1919
client_config,
2020
attack_config,
21-
test_name = "base64 injection",
21+
test_name = "base64_injection",
2222
test_description = "Challenges the LLM with a dataset of prompt injections, encoded into base64"
2323
)
2424

0 commit comments

Comments
 (0)