Skip to content

Implement stricter input #40

@nemesifier

Description

@nemesifier

The first argument (data) of each parser can represent many things:

  • topology data
  • a file path
  • a URL

Unfortunately this can cause different type of issues, including security issues in which an attacker can access a file on a remote machine that uses netdiff to accept network topology data through a POST request.

It would be better to implement stricter initialization arguments, eg: data, path, url.

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