Skip to content

Commit 6e9f54e

Browse files
committed
Use double curly braces
1 parent e9dee3a commit 6e9f54e

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,5 @@ where
266266
)
267267
)
268268
select node,
269-
"Potential injection from the ${ " + injection +
270-
" }, which may be controlled by an external user."
269+
"Potential injection from the ${{ " + injection +
270+
" }}, which may be controlled by an external user."

0 commit comments

Comments
 (0)