fix(conversation): 미리보기 엔티티 복원 순서 수정 (CodeQL js/double-escaping) - #278
Conversation
CodeQL 알럿 #7 해소: stripHtmlToPreview가 &를 </>보다 먼저 복원해 "&lt;" 같은 이중 이스케이프 입력이 두 번 풀려 "<"가 되던 문제. & 복원을 마지막으로 이동(단일 복원 보장) + 회귀 spec 추가. 미리보기는 plain text 표기라 실행 위험은 없었으나 표기 왜곡 해소.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
🧹 knip — dead-code 리포트전체 리포트
|
🩺 NestJS Doctor — 90/100 (Excellent)진단 303건 (error 0).
architecture / security 상위 항목
|
Coverage report
Test suite run success1869 tests passing in 225 suites. Report generated by 🧪jest coverage report action from b352a4c |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
CodeQL 오픈 알럿 #7(js/double-escaping) 해소 — stripHtmlToPreview의 & 복원을 마지막으로 이동해 이중 이스케이프의 과복원 차단. 회귀 spec 추가. API 표면 변경 없음.