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

Alias command injection #306

Merged
merged 4 commits into from
Mar 12, 2022
Merged

Alias command injection #306

merged 4 commits into from
Mar 12, 2022

Commits on Mar 12, 2022

  1. Configuration menu
    Copy the full SHA
    6cbba39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8a2ca6 View commit details
    Browse the repository at this point in the history
  3. fix(hg): Command injection vulnerability in URLs via alias

    > create_repo(
    >    url="--config=alias.clone=!touch ./HELLO", vcs="hg", repo_dir="./"
    > )
    
    Credit: Alessio Della Libera <[email protected]> via Snyk
    tony committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    3f4e93e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66640ae View commit details
    Browse the repository at this point in the history