• Lukas Eipert's avatar
    Fix XSS in Security Reports and License Management · d9c95c95
    Lukas Eipert authored
    The modals in the Security Reports and License Management simply exposed
    urls as link href's without proper sanitation.
    
    They now use a proper Vue component `<safe-link>` which only renders a
    link if the href is an absolute http or https link. It falls back to a
    <span> if the link contains something else.
    d9c95c95
safe_link.vue 1.37 KB