Docs: list remaining bypass gaps as known limitations (#203)#219
Merged
Conversation
Add limitation language for the four items from the red-team audit that aren't being closed by code fixes: closed prompt-injection pattern set, extension-fingerprint cloaking, countdown reset/canvas timers, and English-only / text-only confirmshame coverage. Rule-specific gaps are collocated with the rule that owns them; the cross-cutting extension- presence note lives under Coverage scope. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Gaps documented
prompt-injection-redact— closed pattern bundle. Catalog is finite; novel framings pass through. Limitation propagates to the five rules sharing the bundle (meta-injection-strip,attribute-injection-sanitize,json-ld-sanitize,html-comment-strip,svg-text-strip). (Audit docs: scaffold Astro Starlight documentation site #8.)countdown-timer-redact— reset-on-tick and canvas timers. Snapshot-and-confirm needs a parseable text representation whose value strictly decreases. (Audit docs: add rules reference page #20.)confirmshame-sanitize— English-only, text-only. Phrase set ships in English; icon-only buttons with no accessible name are out of scope. (Audit docs: show sidebar on homepage and drop alpha warning #22.)Items #1–#7, #9–#16, #18, #19, #21 are already closed by merged PRs.
Test plan
🤖 Generated with Claude Code