docs(api9): add missing references to align with other Top 10 entries#152
Open
venkatapgummadi wants to merge 2 commits intoOWASP:masterfrom
Open
docs(api9): add missing references to align with other Top 10 entries#152venkatapgummadi wants to merge 2 commits intoOWASP:masterfrom
venkatapgummadi wants to merge 2 commits intoOWASP:masterfrom
Conversation
v2.7.0 * OWASP API Security Top 10 2023 Português (Portugal) translation added
Signed-off-by: Venkata Pavan Kumar Gummadi <venkata.p.gummadi@ieee.org>
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
Adds two missing references to the API9 (Improper Inventory Management) section to align with the reference patterns used by other Top 10 entries.
Motivation
A reader scanning the References sections across the 2023 edition will notice that API9 has only one reference (
CWE-1059: Incomplete Documentation), while most other entries cite multiple OWASP cheat sheets and external sources. In particular:This PR adds two references that are clearly applicable to API9 and that are already used by the project elsewhere:
Changes
Single file:
editions/2023/en/0xa9-improper-inventory-management.md— the References section gets a new "OWASP" subsection with one entry, and a second entry added to the existing "External" subsection. Reference link definitions at the bottom of the file are renumbered accordingly.Out of scope
Per CONTRIBUTING.md
CONTRIBUTING.md notes that "Fixing typos or rephrasing for better understanding DO NOT require discussion." This PR is in that spirit — closing a documented asymmetry without changing any narrative content. If maintainers prefer this go through an issue first, happy to convert; please advise.