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

Implement advanced raw command parsing #26

Open
7 tasks
0x6675636b796f75676974687562 opened this issue Jul 6, 2023 · 2 comments
Open
7 tasks

Implement advanced raw command parsing #26

0x6675636b796f75676974687562 opened this issue Jul 6, 2023 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@0x6675636b796f75676974687562
Copy link
Member

  • support character escapes (clang file\ with\ spaces\ in\ name.c)
  • prohibit I/O redirections (>, >>, <)
  • prohibit environment variable expansions (%VAR%, $VAR, ${VAR})
  • prohibit subshell invocations (POSIX only, via backticks or $(command))
  • prohibit command grouping ((clang --version), {clang --version})
  • prohibit command chaining (& (Windows only), |, &&, ||, ; (POSIX only))
  • prohibit background jobs (POSIX oly, command &)
@sanyavertolet
Copy link
Member

This issue reminds me of something...

@0x6675636b796f75676974687562
Copy link
Member Author

This issue reminds me of something...

Yeah...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants