Skip to content

Commit cf0020f

Browse files
Esben Sparre Andreasenxiemaisi
andauthored
JavaScript: Adopt review suggestion.
Co-Authored-By: xiemaisi <[email protected]>
1 parent 9fab6a9 commit cf0020f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-116/DoubleEscaping.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class Replacement extends DataFlow::Node {
136136

137137
/**
138138
* Gets an earlier replacement in this chain of replacements that
139-
* performs a unescaping.
139+
* performs an unescaping.
140140
*/
141141
Replacement getALaterUnescaping(string metachar) {
142142
exists (Replacement succ | this = succ.getPreviousReplacement() |

0 commit comments

Comments
 (0)