Files
superset2/tests
Amin Ghadersohi 4a99848395 fix(mcp): address CodeQL security warnings and add ApiKey RBAC regression test
- Remove JWT-extracted username from ValueError message in auth.py to
  avoid CodeQL py/clear-text-logging-sensitive-data; log at DEBUG instead
- Log count of invalid FAB_API_KEY_PREFIXES entries rather than values to
  avoid the same CodeQL rule in composite_token_verifier.py
- Add regression test asserting "ApiKey" in ADMIN_ONLY_VIEW_MENUS so a
  future rename cannot silently re-open the FAB ApiKeyApi to non-Admin roles
2026-05-27 21:03:18 +00:00
..