Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape commands passed to run and execute #37

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 10, 2024

  1. Escape commands passed to run and execute

    Each element in commands should be treated as a single argument so
    we should escape it as an argument to prevent anything from
    breakint out to execute anything else.
    stnguyen90 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    09a11a3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. wip

    stnguyen90 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bca3cfc View commit details
    Browse the repository at this point in the history