Files
superset2/tests/integration_tests
Superset Dev 6ee48204a5 fix(tags): require ownership before bulk-deleting tags by name
DeleteTagsCommand.validate only checked that each named tag existed
before TagDAO.delete_tags removed it, cascading every org-wide
association with no ownership check. Require the caller to be an
admin or the tag's creator, and refuse to delete system-generated
tags (type:*, editor:*, favorited_by:*) through this route at all.
2026-08-21 00:42:26 -07:00
..