본문 바로가기
웹 프로그래밍(풀스택-->java)

번외) 자바 xss보안방법

by 백엔드개발자0107 2021. 6. 16.

gradle용

 

compile 'com.navercorp.lucy:lucy-xss-servlet:2.0.0'

https://forgiveall.tistory.com/604

 

[Spring] XSS 방지하기 - OWASP AntiSamy Project

XSS (Cross Site Script) 방지하기 - OWASP AntiSamy Project 2017년 웹보안의 가장 큰 위협 10가지 !! (OWASP 발표) A1: Injection (인젝션) A2: Broken Authentication and session management (취약한 인증과..

forgiveall.tistory.com

 

 

https://eclipse4j.tistory.com/199

 

Spring Boot 에 Naver Lucy XssFilter 적용해보기.

관련 자료가 없어서 조금 해맸지만... 알고보면 기존과 같아서 굳이 신경쓸 필요도 없음. 우선 build.gradle에 추가.   compile("com.navercorp.lucy:lucy-xss:1.6.3")   compile("com.navercorp.lucy:lucy-xs..

eclipse4j.tistory.com