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

Escape HTML in user metadata description before appending to card #13241

Commits on Sep 14, 2023

  1. Escape HTML in user metadata description before appending to card

    Currently the description is appended to the document as-is. This
    allows for the user to inadvertently add HTML to the model
    description shown on-card and have it be appended onto the DOM if
    `show descriptions on card` is enabled. On a single-user system
    this presents a minimal security hazard, but on a shared system,
    any user could insert malicious code into the card metadata via
    the metadata editor.
    zixaphir committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    792589f View commit details
    Browse the repository at this point in the history