ref(security): Remove obsolete HPKP/Expect-CT/Expect-Staple relay tests#119685
Open
mrduncan wants to merge 1 commit into
Open
ref(security): Remove obsolete HPKP/Expect-CT/Expect-Staple relay tests#119685mrduncan wants to merge 1 commit into
mrduncan wants to merge 1 commit into
Conversation
Relay is dropping ingest support for Expect-CT, HPKP, and Expect-Staple security reports (getsentry/relay#6230), since these report types are dead in all shipping browsers and can no longer be produced. With Relay refusing them, the relay integration tests that POST these reports and assert an event comes back now fail on that PR's "Sentry-Relay Integration Tests" job. Remove test_hpkp, test_expect_ct, and test_expect_staple. CSP is still supported, so test_csp and its shared helper are untouched. Refs getsentry/relay#6230 Refs #119638 Co-Authored-By: Claude <noreply@anthropic.com>
Dav1dde
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relay is dropping ingest support for Expect-CT, HPKP, and Expect-Staple security reports in getsentry/relay#6230 — these report types are dead in all shipping browsers (HPKP removed from Chrome 72 / Firefox 72; Expect-CT removed from Chromium 107; Expect-Staple never shipped broadly) and can no longer be produced.
This unblocks removing support from Relay, which uses these integration tests.
Refs getsentry/relay#6230
Refs #119638