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

feat: Process XSS security problem of each input box in the background #1883

Closed
wants to merge 9 commits into from

Commits on Apr 22, 2022

  1. Add xss filter.

    Ljfanny committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    61d7869 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. little modify

    Yhcrown committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    687cb57 View commit details
    Browse the repository at this point in the history
  2. json handle

    Yhcrown committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3edb18f View commit details
    Browse the repository at this point in the history
  3. Update HaloConfiguration.java

    Yhcrown committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    a48467a View commit details
    Browse the repository at this point in the history
  4. do not encode field content

    Yhcrown committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    1677135 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    261b2b6 View commit details
    Browse the repository at this point in the history
  6. xss filter checkstyle

    Ljfanny committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    a95db66 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    c39d822 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. 调整了代码结构

    统一了一下,都使用HtmlUtils.htmlEscape进行编码。
    不再对markdown语法的内容(content,originalcontent 字段)进行编码。
    Yhcrown committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    116995d View commit details
    Browse the repository at this point in the history