mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(rbac): show objects accessible by database access perm (#23118)
(cherry picked from commit 89576f8a87)
This commit is contained in:
committed by
Elizabeth Thompson
parent
9096e27794
commit
ae6e2a00a0
@@ -43,6 +43,8 @@ assists people when migrating to a new version.
|
||||
|
||||
### Other
|
||||
|
||||
- [23118](https://github.com/apache/superset/pull/23118): Previously the "database access on <database>" permission granted access to all datasets on the underlying database, but they didn't show up on the list views. Now all dashboards, charts and datasets that are accessible via this permission will also show up on their respective list views.
|
||||
|
||||
## 2.0.1
|
||||
|
||||
- [21895](https://github.com/apache/superset/pull/21895): Markdown components had their security increased by adhering to the same sanitization process enforced by Github. This means that some HTML elements found in markdowns are not allowed anymore due to the security risks they impose. If you're deploying Superset in a trusted environment and wish to use some of the blocked elements, then you can use the HTML_SANITIZATION_SCHEMA_EXTENSIONS configuration to extend the default sanitization schema. There's also the option to disable HTML sanitization using the HTML_SANITIZATION configuration but we do not recommend this approach because of the security risks. Given the provided configurations, we don't view the improved sanitization as a breaking change but as a security patch.
|
||||
|
||||
Reference in New Issue
Block a user