Python: Fix typo

This commit is contained in:
Rasmus Wriedt Larsen
2021-12-17 14:29:38 +01:00
parent 9866214ebe
commit 626009ea60

View File

@@ -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