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 non-printable characters in user output #7831

Merged
merged 5 commits into from
Jan 14, 2021

Commits on Dec 18, 2020

  1. Escape non-printable characters in user output

    Replaces control characters and non-printable characters with escape sequences, in any fields that are printed by the CLI, which could have been user input.
    
    Output from `ipfs cat` is unchanged.
    gammazero committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    7193f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e777adf View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. additional escape

    gammazero committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    306dfb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Modify escaping

    gammazero committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    267d6fc View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. code review changes

    gammazero committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    20132a8 View commit details
    Browse the repository at this point in the history