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

XSS 대응을 위한 문자열을 원복하는 로직 #429

Merged
merged 1 commit into from
Jul 23, 2023
Merged

Conversation

sjoleee
Copy link
Member

@sjoleee sjoleee commented Jul 23, 2023

🤔 해결하려는 문제가 무엇인가요?

🎉 변경 사항

<, >, " 각각을 <, >, "으로 치환합니다.

🙏 여기는 꼭 봐주세요!

사용 방법

🌄 스크린샷

📚 참고

@sjoleee sjoleee added bug Something isn't working feat New feature or request labels Jul 23, 2023
@sjoleee sjoleee self-assigned this Jul 23, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (45c7822) 91.71% compared to head (ea7c4d8) 91.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #429   +/-   ##
=======================================
  Coverage   91.71%   91.71%           
=======================================
  Files          44       44           
  Lines         326      326           
  Branches       55       55           
=======================================
  Hits          299      299           
  Misses         27       27           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

Bundle Sizes

Compared against 45c7822

Route: No significant changes found

Dynamic import: No significant changes found

@sjoleee sjoleee merged commit 4e999bc into main Jul 23, 2023
12 checks passed
@sjoleee sjoleee deleted the fix/decode branch July 23, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feat New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants