Skip to content
Snippets Groups Projects
  1. Dec 13, 2019
  2. Dec 12, 2019
  3. Dec 11, 2019
  4. Dec 10, 2019
  5. Dec 09, 2019
  6. Oct 24, 2019
    • GitLab Release Tools Bot's avatar
      Merge branch 'security-stored-xss-using-find-file-12-1' into '12-1-stable' · 41948c2c
      GitLab Release Tools Bot authored
      Sanitize search text to prevent XSS
      
      See merge request gitlab/gitlabhq!3471
      41948c2c
    • GitLab Release Tools Bot's avatar
      Merge branch 'security-xss-grafana-url-12-1' into '12-1-stable' · 27e6daa2
      GitLab Release Tools Bot authored
      Handle Stored XSS for Grafana URL in settings
      
      See merge request gitlab/gitlabhq!3483
      27e6daa2
    • David Wilkins's avatar
      Handle Stored XSS for Grafana URL in settings · 9a0dc3fa
      David Wilkins authored
      - Extend Gitlab::UrlBlocker to allow relative urls (require_absolute
        setting).  The new `require_absolute` setting defaults to true,
        which is the existing behavior.
      
      - Extend AddressableUrlValidator to accept `require_abosolute` and
        default to the existing behavior
      
      - Add validation for ApplicationSetting#grafana_url to validate that
        the URL does not contain XSS but can be a valid relative or absolute
        url.
      
      - In the case of existing stored URLs, validate the stored URL does
        not contain XSS. If the stored URL contains stored XSS or is an
        otherwise invalid URL, return the default database column value.
      
      - Add tests for Gitlab::UrlBlocker to test require_absolute setting
      
      - Add tests for AddressableUrlValidator
      
      - Add tests for ApplicationSetting#grafana_url
      9a0dc3fa
  7. Oct 10, 2019
  8. Oct 07, 2019
  9. Oct 02, 2019
  10. Oct 01, 2019
  11. Sep 30, 2019
  12. Sep 26, 2019
Loading