Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: runtimeException 예외 메시지를 그대로 반환하는 문제를 수정한다. #450

Closed
wants to merge 1 commit into from

Conversation

hseong3243
Copy link
Collaborator

⛏ 작업 사항

  • runtimeException 예외 핸들러에서 예외 메시지를 사용자에게 반환하는 문제가 있었습니다.
  • 메시지를 반환하는 코드를 삭제해 해당 취약점을 제거하였습니다.

📝 작업 요약

  • runtimeException 예외 핸들러 수정

💡 관련 이슈

Copy link

sonarqubecloud bot commented Jan 8, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

github-actions bot commented Jan 8, 2024

Test Results

287 files  +1  287 suites  +1   28s ⏱️ -1s
656 tests ±0  656 ✅ ±0  0 💤 ±0  0 ❌ ±0 
665 runs  ±0  665 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 6728e30. ± Comparison against base commit 31880d8.

@hseong3243 hseong3243 closed this Jan 8, 2024
@hseong3243 hseong3243 deleted the hotfix/#449 branch January 8, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug 버그
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

fix: runtimeException 예외 메시지를 그대로 반환하는 문제를 수정한다.
1 participant