fix: deny unmatched security routes - #176
Merged
Merged
Conversation
Hyunstone
force-pushed
the
feat/security-fail-closed
branch
from
July 22, 2026 05:57
363752e to
af41cad
Compare
Hyunstone
marked this pull request as ready for review
July 22, 2026 06:06
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.
해결하려던 문제 혹은 구현하려는 기능
permitAll에서denyAll로 변경했습니다.GET /actuator/health만 공개하고 다른 Actuator 경로는 차단했습니다.org.bouncycastle:bcpkix-jdk15on:1.70직접 의존성을 제거했습니다.테스트 시나리오
sh gradlew test --rerun-tasks --no-daemonBUILD SUCCESSFULSecurityConfigTest13건을 포함한 전체 테스트 성공sh gradlew dependencyInsight --dependency bcpkix-jdk15on --configuration runtimeClasspath --no-daemonruntimeClasspath에서 일치하는 의존성 없음git diff --check origin/develop...HEADRisk
401, 인증된 요청에403을 반환합니다. 의도한 fail-closed 동작입니다.관련 이슈