chromium / axiom

Axiom Project
https://chromium.github.io/axiom/web_shell/
Apache License 2.0
53 stars 26 forks source link

False positive of redirection when '>' is part of string on web_shell. #200

Open gaurave opened 9 years ago

gaurave commented 9 years ago

The >, <, | inside a string are all erroneously parsed as redirection operators, e.g.:

shell> echo '<html>Hello world!</html>' will fail as > is parsed as redirection.