Skip to content
Snippets Groups Projects
  1. Sep 02, 2021
  2. Aug 31, 2021
  3. Aug 30, 2021
  4. Aug 25, 2021
  5. Aug 23, 2021
  6. Aug 19, 2021
    • Markus Koller's avatar
      Fix stored XSS vulnerability in Datadog settings form · 0906814a
      Markus Koller authored
      Previously we generated the URL for the link in the help text based on
      the user-submitted value in `datadog_site`, which caused a stored XSS
      vulnerability.
      
      This was accidentally fixed with the HTML-escaping we added in
      https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66391 while
      improving the help texts for this integration.
      
      But this still leaves some room for exploitation by changing the URL
      of a seemingly-trusted link, so instead we just hard-code the default
      link to the documentation on docs.datadoghq.com, and remove the custom
      link which goes directly to the user's API settings.
      
      Changelog: security
      Unverified
      0906814a
  7. Aug 18, 2021
  8. Aug 17, 2021
  9. Aug 13, 2021
  10. Aug 12, 2021
  11. Aug 09, 2021
  12. Aug 03, 2021
Loading