Skip to content

Feat(#28): 규칙 엔진 마스킹 토큰 인식 OR 조건 추가 - #31

Merged
ch0412 merged 1 commit into
developfrom
feat/28-masking-token-recognition
Jul 31, 2026
Merged

Feat(#28): 규칙 엔진 마스킹 토큰 인식 OR 조건 추가#31
ch0412 merged 1 commit into
developfrom
feat/28-masking-token-recognition

Conversation

@ch0412

@ch0412 ch0412 commented Jul 31, 2026

Copy link
Copy Markdown
Member

📝 개요

Spring 단일 PII 마스킹 전환(#69)으로 규칙 엔진이 [ACCOUNT], [CARD] 토큰을 인식하지 못하는 문제 해결. 계좌번호/카드번호 탐지 조건에 마스킹 토큰 OR 조건 추가.

🔗 관련 이슈

Closes #28

🎯 주요 변경 사항

  • analyzer.py — 계좌번호 탐지에 or "[ACCOUNT]" in text 추가, 카드번호 탐지에 or "[CARD]" in text 추가
  • test_analyzer.py — 마스킹 토큰 탐지 테스트 케이스 2개 추가

📸 사진

image

✅ PR 체크리스트

  • 관련 이슈를 연결했습니다.
  • 구현 범위와 변경 이유를 설명했습니다.
  • 로컬 테스트를 통과했습니다. (11/11)
  • API 변경 사항이 있다면 Swagger / API 명세에 반영했습니다.
  • 민감 정보(API Key, 시크릿 키 등)가 코드·로그·테스트 데이터에 포함되지 않았습니다.
  • 프론트엔드 또는 메인 백엔드(Spring)에 영향을 주는 응답 스키마 또는 Enum 변경이 있다면 팀에 공유했습니다.
  • 병합(Merge) 전 작업 브랜치를 삭제하지 않았습니다.

@ch0412 ch0412 self-assigned this Jul 31, 2026
@ch0412 ch0412 added the feat New feature or functional additions to the application label Jul 31, 2026
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ch0412, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 31 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 17f34fce-a326-43c8-ae40-25728dc26584

📥 Commits

Reviewing files that changed from the base of the PR and between 5eba484 and 3053351.

📒 Files selected for processing (2)
  • app/analysis/rules/analyzer.py
  • tests/analysis/rules/test_analyzer.py

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ch0412
ch0412 merged commit 5311f94 into develop Jul 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat New feature or functional additions to the application

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 규칙 엔진 마스킹 토큰 인식 OR 조건 추가

1 participant