Skip to content

Add url-encoded tags recognition #9

Description

@acaetano

Need to be able to recognize url-encoded xml tags, turning this:

<a>1<b><c>23</c><d>4</d></b></a>

into this:

<a>1
    <b>
        <c>23</c>
        <d>4</d>
    </b>
</a>

and then fuzz it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions