Skip to content

Add url-encoded tags recognition #9

@acaetano

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions