Skip to content

Commit eef1973

Browse files
committed
Change UI message
1 parent 5c5b9f9 commit eef1973

2 files changed

Lines changed: 66 additions & 66 deletions

File tree

javascript/ql/src/Security/CWE-094/ExpressionInjection.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ where
169169
isExternalUserControlledWorkflowRun(context)
170170
)
171171
select node,
172-
"Potential injection from the " + injection +
173-
" context, which may be controlled by an external user."
172+
"Potential injection from the ${ " + injection +
173+
" }, which may be controlled by an external user."

0 commit comments

Comments
 (0)