Skip to content

Commit d72372c

Browse files
Fix system prompt injection description and title
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7c11f19 commit d72372c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

javascript/ql/src/Security/CWE-1427/SystemPromptInjection.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* @name Prompt injection
2+
* @name System prompt injection
3+
* @description Untrusted input flowing into a system prompt, developer prompt, or tool description of an AI model may allow an attacker to manipulate the model's behavior.
34
* @kind path-problem
45
* @problem.severity error
56
* @security-severity 5.0

0 commit comments

Comments
 (0)