feat(stats): UDS 서버 보안 기능 추가 [DON-53]#34
Merged
dongwonkwak merged 5 commits intomainfrom Mar 5, 2026
Merged
Conversation
- 소켓 파일 권한 0600 고정 (fail-close) - 동시 연결 수 제한 추가 - SO_PEERCRED를 통한 클라이언트 UID 검증 - 클라이언트 타임아웃, 최대 연결 수, 허용 UID 설정 메서드 추가 - 활성 연결 수 추적 및 RAII guard 패턴 적용 Docs-Impact: none Docs-Impact-Reason: UDS 제어 채널의 내부 보안 강화로 공개 인터페이스 변경 없음 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
워크트리 생성 시 임시 파일 생성을 방지하기 위해 .claude/worktrees/ 제외 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Owner
Author
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ac831875a7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
UDS(Unix Domain Socket) 서버에 보안 기능을 추가하여 비인가 접근을 방지합니다.
주요 변경사항
테스트
Co-Authored-By: Claude Haiku 4.5 noreply@anthropic.com