Skip to content

Commit 6f4abe2

Browse files
committed
Python: Support for prompt-injeciton sink models.
1 parent 0ec1da8 commit 6f4abe2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared/mad/codeql/mad/ModelValidation.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ module KindValidation<KindValidationConfigSig Config> {
4646
// Go-only currently, but may be shared in the future
4747
"jwt",
4848
// CPP-only currently
49-
"remote-sink"
49+
"remote-sink",
50+
// Python-only currently, but may be shared in the future
51+
"prompt-injection"
5052
]
5153
or
5254
this.matches([

0 commit comments

Comments
 (0)