mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
apply suggestions from code review
This commit is contained in:
@@ -14,7 +14,7 @@ import DataFlow::PathGraph
|
||||
/**
|
||||
* Gets the name of an unescaped placeholder in a lodash template.
|
||||
*
|
||||
* For example, the string "<h1><%= title %></h1>" contains the placeholder "title".
|
||||
* For example, the string `"<h1><%= title %></h1>"` contains the placeholder "title".
|
||||
*/
|
||||
bindingset[s]
|
||||
string getAPlaceholderInString(string s) {
|
||||
|
||||
Reference in New Issue
Block a user