Skip to content
Snippets Groups Projects
  1. Jul 01, 2021
  2. Jun 30, 2021
  3. Jun 28, 2021
  4. Jun 24, 2021
    • Alexis Kalderimis's avatar
      Prevent GraphQL API access by deactivated users · fdedb77b
      Alexis Kalderimis authored
      This ensures that deactivated users (and other users who fail the
      `api_access` check, such as blocked users, or users who haven't accepted
      terms of service) get a forbidden response from the GraphQL API
      endpoint.
      
      Changelog: security
      fdedb77b
  5. Jun 23, 2021
  6. Jun 22, 2021
  7. Jun 16, 2021
  8. Jun 10, 2021
  9. Jun 09, 2021
  10. Jun 08, 2021
    • Tan Le's avatar
      Fix XSS on audit log for feature flag actions · e0140c81
      Tan Le authored
      An adversary can craft a malicious link in the feature flag
      description. This action creates an audit event which is then presented
      to an administrator. Clicking on the link will grant admin role to the
      adversary.
      
      This change ensures that:
      
      - HTML tags are removed before rendering the audit log actions
      - HTML tags are removed in feature flag related audit event messages
      - HTML tags are removed when saving `custom_message` in audit events
      
      Changelog: security
      Unverified
      e0140c81
  11. Jun 01, 2021
  12. May 31, 2021
Loading