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

Sanitize organization name #20393

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 24, 2023

  1. Sanitize organization name

    Closes issue 20376
    
    In this pull request, I addressed an issue related to the HTML rendering
    of organization names in the application. The problem manifested when
    special characters, such as '&' in the organization name, were not being
    properly escaped, leading to unintended rendering in the UI.
    
    To resolve this issue, I utilized the built-in `sanitize` method
    provided by Rails. This ensures that organization names are
    properly sanitized before being rendered in HTML.
    laicuRoot committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    79af2b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2653fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8f6279 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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