Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Please sanitize your inputs #23

@aggalex

Description

@aggalex

an alias I tried to add called echo "haww" resulted in

alias yee="echo "haww"

which is obviously a syntax error. Try to make sure the alias string starts and finishes with the right amount of " in the right position . Also, try to put a backslash (\) in front of special characters (like ").
Eg, echo "haww" -> alias yee="echo \"haww\""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions