Files
superset2/tests/unit_tests/utils
Elizabeth Thompson f79afef31d fix(screenshots): validate cached screenshot image bytes on read and write
Reject stale/empty/corrupt cached screenshot payloads instead of serving
them: get_from_cache_key now treats a payload that claims a successful
screenshot but has empty or non-image bytes as a cache miss, and
compute_and_cache applies the same cheap header check before marking a
result as cached-success, falling back to ERROR status otherwise.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-16 23:08:55 +00:00
..