Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Feb 16, 2021
  2. Feb 15, 2021
  3. Feb 13, 2021
  4. Feb 12, 2021
  5. Feb 11, 2021
    • Cam Saul's avatar
      Merge pull request from GHSA-jw8j-qp56-25m2 · 63fc71cc
      Cam Saul authored
      
      * "regex-match-first" and "replace" operators aren't safe against SQL injection
      
      DRIVER SPECIFIC CHANGES:
      Updating Redshift driver code to use parameterized search/replace patterns for :replace, and the result of running the QUOTE_LITERAL function on the raw string for :regex-match-first
      
      Updating Redshift driver version to latest
      
      Parameterizing pattern in Postgres version of :regex-match-first implementation
      
      TESTS:
      Adding new tests to string_extracts_test.clj for ensuring :replace and :regex-match-first work with single quotes in expressions, across all DB drivers supporting those features
      
      Adding ability to pass filter into test-string-extract helper, using that from new tests
      
      Fixing typo in name of test-replace
      
      * Fixing import order in namespace declaration
      
      Adding explicit group number param of 0 for Hive-like driver (since the default is 1), when calling regexp_extract
      
      * Remove trace logging in the new test
      
      Co-authored-by: default avatarJeff Evans <jeff.evans@metabase.com>
      63fc71cc
    • Robert Roland's avatar
      Make access logging happen again (#14777) · ad59458a
      Robert Roland authored
      Changing the namespace name of the logging middleware broke access
      logging. Changing this config file to the proper namespace for logging
      makes it happen again
      
      See #14773
      ad59458a
    • Raimon Grau's avatar
      fix(rotate-encryption-key) settings-last-updated is not encrypted (#14769) · e8e65d52
      Raimon Grau authored
      This field is always plain text to let other instances of mb know they
      have to flush the settings cache.
      e8e65d52
    • Nemanja Glumac's avatar
      #14766 Repro: Cannot summarize columns from joined table based on a Saved... · 82fd91c1
      Nemanja Glumac authored
      #14766 Repro: Cannot summarize columns from joined table based on a Saved Question [ci skip] (#14770)
      
      82fd91c1
Loading