Skip to content

chore: block-sensitive.py 패턴 정확화 (closes #41)#42

Merged
eomkyeongmun merged 1 commit into
mainfrom
chore/#41-block-sensitive-pattern
May 27, 2026
Merged

chore: block-sensitive.py 패턴 정확화 (closes #41)#42
eomkyeongmun merged 1 commit into
mainfrom
chore/#41-block-sensitive-pattern

Conversation

@eomkyeongmun

Copy link
Copy Markdown
Contributor

Summary

  • "secret.yaml""/secret.yaml" (SENSITIVE_PATTERNS, SENSITIVE_CMD_PATTERNS 양쪽)
  • 정상 차단 유지(k8s/.../secret.yaml) + 오탐 제거(sealedsecret.yaml 등)

Closes #41

🤖 Generated with Claude Code

substring 매치가 sealedsecret.yaml 등 정상 파일을 오탐하던 문제 해결.
"/secret.yaml"로 path separator를 포함해 정확 일치.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@eomkyeongmun eomkyeongmun merged commit 42c33fd into main May 27, 2026
1 check passed
@eomkyeongmun eomkyeongmun deleted the chore/#41-block-sensitive-pattern branch May 27, 2026 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: block-sensitive.py 패턴 정확화 (sealedsecret.yaml 오탐 방지)

1 participant