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.
5주차 과제 파일을 추가하였습니다.
Description
스프링 시큐리티 : 스프링 기반 애플리케이션의 보안을 담당하는 스프링 하위 프레임워크
보안 관련옵션을 제공하며 CSRF공격(사용자의 권한을 가지고 특정 동작을 수행하도록 유도),
세션 고정 공격(사용자의 인증 정보를 탈취하거나 변조하는 공격)을 방어해주고
요청 헤더도 보안처리를 해주므로 개발자는 이를 활용하여 보안성을 향상시킬 수 있음.
Important content
Reference
SecurityContextHolder에 관한 블로그 글
스프링 시큐리티 주요 아키텍처 이해
중간자 공격에 대하여