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

Resolves #111 carefully escape tag names #112

Merged
merged 1 commit into from Mar 27, 2021
Merged

Resolves #111 carefully escape tag names #112

merged 1 commit into from Mar 27, 2021

Commits on Mar 27, 2021

  1. Resolves #111 carefully escape tag names

    A regression of #56 occurred in which the use of ToLower allowed a
    Cyrillic upper-case I to be sanitised to a standard ASCII i and
    this would then permit SCRIPT tags to be injected.
    buro9 committed Mar 27, 2021
    Copy the full SHA
    524f142 View commit details
    Browse the repository at this point in the history