Attackers can abuse VS Code configuration files for RCE when a GitHub Codespaces user opens a repository or pull request.
A set of attack vectors in GitHub Codespaces have been uncovered that enable remote code execution (RCE) by opening a ...
Does this issue occur when all extensions are disabled?: I think "GitHub Copilot Chat" is the problematic extension, everything works file if I enable/disable "GitHub Copilot Chat" extension. VS Code ...
dotfiles/ ├── shell/ # Shell configuration files │ └── .zshrc # Zsh configuration ├── git/ # Git configuration │ ├── .gitconfig # Git config with aliases │ └── .gitignore_global # Global gitignore ├── ...