Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ARTHONG1
/
vsstudiovibecoding
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Releases
v2.6.6
v2.6.6 - Git 명령 셸 인젝션 방어, 사용자 인덱스 보호 & 모노레포 격리
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
No results found
github-actions
released this
19 Sep 04:11
·
1 commit
to main since this release
v2.6.6
012416a
v2.6.6 보안 및 무오염 강화 릴리스 (Hardened Security & Isolation Release)
Git 명령 셸 인젝션 방어 (execFileSync):
사용자 프롬프트가 들어가는 Git 커밋 명령을 셸 문자열 결합 방식에서 인자 배열 전달 방식(execFileSync)으로 전면 교체하여, %, &, |, " 등 특수문자나 한글/줄바꿈 입력 시의 셸 파싱 오류 및 인젝션 위험을 원천 차단.
사용자 Staging Area(index) 완전 무오염화:
initGit()에서 사용자의 실제 index를 건드리던 git rm -rf --cached .vibe 명령을 완전히 삭제하여, 기존 프로젝트의 Staging 상태를 1바이트도 건드리지 않도록 보호.
모노레포 변경 감지 경로 격리:
git status --porcelain -- . 로 경로 한정자를 적용하여 형제 프로젝트의 파일 변경으로 인한 불필요한 타임머신 스냅샷 생성 방지.
레거시 파일 정리 및 문서 현실화:
미사용 qrcode.js 파일을 완전히 제거하여 패키지 경량화 (42KB -> 39KB).
과장된 복원 표현을 기술적 사실에 맞게 정밀 롤백으로 정돈.
GitHub Repository 메타데이터에서 레거시 OpenCode 문구 제거 및 Codex 단일화 반영.
You can’t perform that action at this time.