mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Use double curly braces
This commit is contained in:
@@ -266,5 +266,5 @@ where
|
||||
)
|
||||
)
|
||||
select node,
|
||||
"Potential injection from the ${ " + injection +
|
||||
" }, which may be controlled by an external user."
|
||||
"Potential injection from the ${{ " + injection +
|
||||
" }}, which may be controlled by an external user."
|
||||
|
||||
Reference in New Issue
Block a user