You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by aa...@apache.org on 2022/12/07 19:14:28 UTC

[superset] branch 2.0 updated (d319b2b56f -> e02aa103b4)

This is an automated email from the ASF dual-hosted git repository.

aafghahi pushed a change to branch 2.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    from d319b2b56f pylint
     add e02aa103b4 feat: Improves SafeMarkdown HTML sanitization (#21895)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |     8 +-
 superset-frontend/package-lock.json                | 44668 ++++++++++---------
 superset-frontend/package.json                     |     2 +-
 .../packages/superset-ui-core/package.json         |    51 +-
 .../src/components/SafeMarkdown.tsx                |    54 +-
 .../spec/helpers/{shim.ts => shim.tsx}             |     6 +
 .../components/gridComponents/Markdown.jsx         |     8 +
 .../components/gridComponents/Markdown.test.jsx    |    12 +-
 .../src/explore/components/SaveModal.tsx           |    13 +-
 superset-frontend/webpack.config.js                |     2 +-
 superset/config.py                                 |    22 +
 .../configs/dashboards/Slack_Dashboard.yaml        |   187 +-
 superset/views/base.py                             |     4 +
 13 files changed, 23336 insertions(+), 21701 deletions(-)
 rename superset-frontend/spec/helpers/{shim.ts => shim.tsx} (92%)