fix(security): SRI source is a Working Draft, not a Recommendation#84
Merged
Conversation
…ation https://www.w3.org/TR/SRI/ currently serves "Subresource Integrity, W3C Working Draft, 20 March 2026" (latest published version /TR/sri-2/), not a Recommendation. Correct the citation label; URL unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying specification-website with
|
| Latest commit: |
d68bb1a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://34c302c5.specification-website.pages.dev |
| Branch Preview URL: | https://fix-sri-citation-status-2026.specification-website.pages.dev |
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.
What changed
Corrects one stale citation label on the Subresource Integrity page. The source titled "Subresource Integrity (W3C Recommendation)" → "Subresource Integrity (W3C Working Draft)". URL unchanged.
Why
https://www.w3.org/TR/SRI/now serves "Subresource Integrity, W3C Working Draft, 20 March 2026" (its "Latest published version" points to/TR/sri-2/, SRI Level 2), not a Recommendation. Verified directly this run. The old label misstated the document's standing.Citing the current Working Draft is appropriate here — the page leans on
Integrity-Policy, which is a Level 2 addition — so only the label needed correcting, not the URL.Scope
https-tls.md(ssl-config.mozilla.org,ssllabs.com/ssltest) could not be reached from the sandbox and should be re-checked on an unrestricted run before assuming any change.Notes for the reviewer
eslint+prettier --checkpassed via the pre-commit hook;npm run buildis blocked in the sandboxed routine environment, so CI is the build gate.🤖 Generated with Claude Code