Skip to content

Debt: Handle escaping arguments more easily #2083

Description

@thboop

Describe the bug
Currently, we do manual escaping in ProcessInvoker and its various overloads for arguments. We should move towards using the ArgumentListproperty which automatically handles escaping, as opposed to doing it by hand, which introduces opportunity of human error.

This is likely a large set of changes, we should put it behind a feature flag to ensure a safe rollout if we can.

See related prs in this area recently, and the source code for how we invoke process

Activity

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions