fix(strix): 설치 실행 파일 권한 정규화#572
Closed
seonghobae wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
중복 구현을 정리합니다. 동일 원인의 설치 실행 파일 권한 문제는 #570 ( |
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.
원인
중앙 커밋 b50e4f78은 PR 증거 실행에서 Strix 실행 파일의 group/world 쓰기 권한을 fail-closed로 거부하도록 강화했습니다. 그러나 Install Strix 단계는 GitHub runner의 pip 산출물 권한을 정규화하지 않아 ContextualWisdomLab/codec-carver#250의 현 헤드 실행 29511363963이 스캔 시작 전 exit 127로 종료했습니다.
오류 근거: STRIX_EXECUTABLE_PATH must not be group/world writable.
수정
검증
전체 비필터 자기검증은 약 58분 동안 최신 main의 기존 정책 기대값 불일치 여러 건을 재현한 뒤 메모리 압박으로 137 종료했습니다. 이 권한 수정에서 정책을 임의로 바꾸지 않고 #571에 별도 BLOCKER로 보존했습니다.
Closes #569
Related: #571
Unblocks: ContextualWisdomLab/codec-carver#250