Board API를 통한 데이터 노출 방지#794
Merged
Merged
Conversation
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.
xpressengine/xe-core#2074 에서 이미 문제점이 공개되어 버렸기에 공개적으로 패치합니다.
아래의 모든 문제들은 board 모듈의 액션들을 JSON으로 요청할 경우 board.view.php와 함께 board.api.php가 실행되면서 발생하는 문제입니다.
이 패치로 인하여 board API에 의존하는 서드파티 자료가 정상 작동하지 않게 될 수 있으나, 보안과 직결된 문제이므로 그 정도는 감수해야 한다고 생각합니다. 만약 board API가 또다시 문제를 일으킨다면 접근 권한이 더욱 축소될 수도 있습니다.