Skip to content

Commit 626009e

Browse files
committed
Python: Fix typo
1 parent 9866214 commit 626009e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/security/dataflow/ServerSideRequestForgeryCustomizations.qll

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ module ServerSideRequestForgery {
8787
* For all of these cases, we try to allow `http://` or `https://` on the left side
8888
* since that will still allow full URL control.
8989
*/
90-
class StringConstructioneAsFullUrlControlSanitizer extends FullUrlControlSanitizer {
91-
StringConstructioneAsFullUrlControlSanitizer() {
90+
class StringConstructionAsFullUrlControlSanitizer extends FullUrlControlSanitizer {
91+
StringConstructionAsFullUrlControlSanitizer() {
9292
// string concat
9393
exists(BinaryExprNode add |
9494
add.getOp() instanceof Add and

0 commit comments

Comments
 (0)