Fix duplicate word in A01 description - #963
Closed
sainadh777 wants to merge 1 commit into
Closed
Conversation
Author
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
orfrom the A01:2025 elevation-of-privilege descriptionRoot cause
The English A01:2025 source contained a duplicated conjunction (
or or), which was carried unchanged into the generated site.Impact
Readers now see the grammatically correct description. This is a documentation-only change with no application or security behavior impact.
Corner cases
Validation
git diff --checkandgit diff --cached --check— passed with 0 errorsrg— passed; the corrected phrase appears andor oris absent(cd 2025 && ../venv/bin/mkdocs build --clean --site-dir /tmp/owasp-top10-issue-961.JDKqVn)— passed in 14.43 seconds and generated 215 files, with 0 build errors and 1 pre-existing MkDocs configuration warning plus 1 LibreSSL environment noticenpx --yes markdownlint-cli@0.26.0 2025/docs/en/A01_2025-Broken_Access_Control.md— reported 119 existing style violations; theupstream/masterversion reports the same 119, so this change adds 0 violations/A01_2025-Broken_Access_Control/— page and core assets returned HTTP 200; the corrected sentence was visible exactly once, the duplicated phrase was absent, and the browser console reported 0 warnings/errors. Nine generated language-specificsitemap.xmlrequests returned pre-existing 404s from unchanged site configuration.Fixes #961