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

[2.0] Xss Engine #5

Open
2 of 4 tasks
devxb opened this issue Mar 11, 2023 · 0 comments
Open
2 of 4 tasks

[2.0] Xss Engine #5

devxb opened this issue Mar 11, 2023 · 0 comments

Comments

@devxb
Copy link
Contributor

devxb commented Mar 11, 2023

Overview

요청단에서 Xss Filtering을 진행하는것과 더불어 설정을 하면, 응답단에서 XssFiltering을 진행할 수 있도록 하기.
aop, engine 분리하기
parameter 선택자 engine에서 분리하기

Check list

  1. 기존의 XssFilter spi를 그대로 사용할 수 있는가?
  2. XssFilter 인터페이스를 변경했을때, xss-stage 1.2 이하 버전 사용자들의 XssFilter 구현체들이 여전히 사용가능한가?
  3. 생각한 확장 방식이 xss-stage 1.2 이하 버전의 라이브러리 사용자들의 소스코드를 해치지 않는가?

To do

  • engine 인터페이스를 구현하는 InterceptorEngine 생성하기
@devxb devxb pinned this issue Mar 11, 2023
@devxb devxb changed the title [2.0] XssInterceptorEngine [2.0] Xss Engine Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant