Skip to content

Legacy sys.stdin.read() that should be replaced by user_arguments_dict #336

@rasmunk

Description

@rasmunk

In mig/shared/functionality/jsoninterface.py the POST request data is extracted from sys.stdin.read(). This should instead by extracted from the passed user_arguments_dict to ensure that the post request has been properly parsed before it is acted upon.

Thank you to @albu-diku for pointing this out!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions