Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Faulty browser url encoding emulation for slash flipping #8458

@eborden

Description

@eborden

On line 116 in lib/url.js slash flipping occurs in the entire url excluding the hash. Proper browser emulation would include the query string in flip exclusion.

http://www.foo.com/foo\bar\?spla\t#fu\nk

should be translated to

http://www.foo.com/foo/bar/?spla%5Ct#fu%5Cnk

pull request to follow.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions