3235 1.3.5 unwanted dynamic behavior - #3404
Open
khalidwalamri wants to merge 3 commits into
Open
khalidwalamri wants to merge 3 commits into
khalidwalamri wants to merge 3 commits into
Conversation
Applies the wording agreed by the project leaders in OWASP#3235. The previous text ("sanitizes or disables ... or similar") was unclear about what "disable" means in this context, and it conflated technologies with quite different risk profiles: Markdown renders HTML, CSS enables exfiltration and UI redressing, BBCode is a parsing risk, and XSLT can execute code. The agreed wording reframes the requirement around preventing unwanted dynamic behavior, treating built-in parser and processor protections as the primary defense and sanitization as the fallback. Tagged [P:WORDING] per the change control conventions in CONTRIBUTING.md, as elarlang confirmed this is a non-breaking change carrying the same meaning and so acceptable for a patch release. Refs OWASP#3235 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
This Pull Request relates to issue #3235
Applies the wording agreed in that issue: @tghosth text from
#3235 (comment) , incorporating @elarlang
should->mustcorrection, which @elarlang confirmed as non-breaking in #3235 (comment).