Skip to content

Commit 1db5cb1

Browse files
erik-kroghasgerf
andauthored
Update javascript/ql/src/semmle/javascript/security/IncompleteBlacklistSanitizer.qll
Co-authored-by: Asger F <[email protected]>
1 parent 3640bbd commit 1db5cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/IncompleteBlacklistSanitizer.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class StringReplaceCallSequence extends DataFlow::CallNode {
5353
string getAReplacementString() {
5454
getAMember().replaces(_, result)
5555
or
56-
// StringReplaceCall::replaces/2 can't always find the `old` string, so this is added as a falback.
56+
// StringReplaceCall::replaces/2 can't always find the `old` string, so this is added as a fallback.
5757
getAMember().getRawReplacement().getStringValue() = result
5858
}
5959

0 commit comments

Comments
 (0)