Skip to content

Commit

Permalink
Fixed attack id
Browse files Browse the repository at this point in the history
  • Loading branch information
gsproston-scottlogic committed Aug 2, 2023
1 parent 76bc8b5 commit ca3d271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Attacks.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const ATTACKS = [
{
name: "jailbreak prompt",
id: "JAILBREAK PROMPT",
id: "JAILBREAK_PROMPT",
info: "using prompt injection, get the chat bot in a state where it no longer follows its original instructions.",
},
];
Expand Down

0 comments on commit ca3d271

Please sign in to comment.