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

Sanitise HTML in long description of enterprise [read-only] #12470

Merged
merged 3 commits into from
May 15, 2024

Commits on May 14, 2024

  1. Sanitise HTML in long description of enterprise

    This happens only on assignment. We still need to migrate existing data.
    mkllnk committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7b4a85f View commit details
    Browse the repository at this point in the history
  2. Sanitise existing HTML in Enterprise#long_description

    We will add a migration to sanitise all existing descriptions but before
    we do that destructive action, it's good to test this in a read-only
    fashion first.
    mkllnk committed May 14, 2024
    Configuration menu
    Copy the full SHA
    23a27c6 View commit details
    Browse the repository at this point in the history
  3. Keep HTML line breaks

    They do appear in long_description on au_prod.
    mkllnk committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f089c0e View commit details
    Browse the repository at this point in the history