1. 14 Oct, 2018 1 commit
    • 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
  2. 13 Oct, 2018 4 commits
  3. 12 Oct, 2018 35 commits