Skip to content

Using blacklisted XML parsing function is dangerous #9

Description

@anshumanbh

Find more live information in Aikido here: https://app.aikido.dev/queue?sidebarIssue=2217903&groupId=6189&sidebarIssueTask=1405595&sidebarTab=tasks

Scope

This task includes issues in the following code repository:

TLDR

Using xml.dom.minidom.parse to parse untrusted XML data is known to be vulnerable to XML attacks.

How to fix

Replace xml.dom.minidom.parse with its defusedxml equivalent function.

Activity

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

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