Skip to content

Missing error handling for ServerProcess construction #576

@agoose77

Description

@agoose77

When instantiating ServerProcess instances after parsing entrypoints, there is no error handling to prevent a poorly-behaved plugin from disabling other plugin loading through exception propagation:

processes.append(ServerProcess(name=name, **server_process_config))

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