mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Python: Fix typo
This commit is contained in:
@@ -87,8 +87,8 @@ module ServerSideRequestForgery {
|
|||||||
* For all of these cases, we try to allow `http://` or `https://` on the left side
|
* For all of these cases, we try to allow `http://` or `https://` on the left side
|
||||||
* since that will still allow full URL control.
|
* since that will still allow full URL control.
|
||||||
*/
|
*/
|
||||||
class StringConstructioneAsFullUrlControlSanitizer extends FullUrlControlSanitizer {
|
class StringConstructionAsFullUrlControlSanitizer extends FullUrlControlSanitizer {
|
||||||
StringConstructioneAsFullUrlControlSanitizer() {
|
StringConstructionAsFullUrlControlSanitizer() {
|
||||||
// string concat
|
// string concat
|
||||||
exists(BinaryExprNode add |
|
exists(BinaryExprNode add |
|
||||||
add.getOp() instanceof Add and
|
add.getOp() instanceof Add and
|
||||||
|
|||||||
Reference in New Issue
Block a user