fix(security): correct OWASP Top 10 mapping to published 2021 edition#254
Open
guillemfigols-maker wants to merge 3 commits into
Open
fix(security): correct OWASP Top 10 mapping to published 2021 edition#254guillemfigols-maker wants to merge 3 commits into
guillemfigols-maker wants to merge 3 commits into
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
it does exist 👍 |
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
The security baseline extension referenced OWASP Top 10 (2025), which does not exist. The latest published edition is OWASP Top 10 (2021). This updates the appendix mapping table to use the correct edition with accurate category IDs and names.
Changes
TODO: CRITICALcomment flagging this as unverifiedUser experience
Before: The OWASP appendix referenced non-existent "2025" category IDs. Users following the mapping to the OWASP standard would not find them.
After: The appendix references the published OWASP Top 10 (2021) with correct category IDs and names.
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Test Plan
npx markdownlint-cli2 "**/*.md"— 0 errors on the modified fileAcknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.