From 626009ea60be407aa10562cccb7cfdd19abd69de Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Fri, 17 Dec 2021 14:29:38 +0100 Subject: [PATCH] Python: Fix typo --- .../dataflow/ServerSideRequestForgeryCustomizations.qll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ql/lib/semmle/python/security/dataflow/ServerSideRequestForgeryCustomizations.qll b/python/ql/lib/semmle/python/security/dataflow/ServerSideRequestForgeryCustomizations.qll index 5f348a481b5..ab153ff0e86 100644 --- a/python/ql/lib/semmle/python/security/dataflow/ServerSideRequestForgeryCustomizations.qll +++ b/python/ql/lib/semmle/python/security/dataflow/ServerSideRequestForgeryCustomizations.qll @@ -87,8 +87,8 @@ module ServerSideRequestForgery { * For all of these cases, we try to allow `http://` or `https://` on the left side * since that will still allow full URL control. */ - class StringConstructioneAsFullUrlControlSanitizer extends FullUrlControlSanitizer { - StringConstructioneAsFullUrlControlSanitizer() { + class StringConstructionAsFullUrlControlSanitizer extends FullUrlControlSanitizer { + StringConstructionAsFullUrlControlSanitizer() { // string concat exists(BinaryExprNode add | add.getOp() instanceof Add and