Uh oh!
There was an error while loading. Please reload this page.
doc: clarify that ipv4 mapped to ipv6 are classified as ipv6 - #62117
Merged
nodejs-github-bot merged 1 commit intoAug 19, 2026
Conversation
nodejs-github-bot
commented
Mar 5, 2026
Collaborator
Review requested:
|
trivikr
commented
Jul 21, 2026
Member
@gamemaker1 Please amend the commit message to start with An example would be: doc: clarify IPv4-mapped IPv6 classificationAlso sign the commit message as per instructions
|
gamemaker1force-pushed
the
docs-net-ipv4-mapped-v6
branch
from
July 25, 2026 17:52
38cff7e to
80ae991Comparegamemaker1
commented
Jul 25, 2026
ContributorAuthor
Done, sorry for missing that. |
trivikr
reviewed
Aug 18, 2026
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
gamemaker1force-pushed
the
docs-net-ipv4-mapped-v6
branch
from
August 19, 2026 18:11
80ae991 to
bc0a52eCompareSigned-off-by: Vedant Kulkarni <gamemaker0042@gmail.com>
gamemaker1force-pushed
the
docs-net-ipv4-mapped-v6
branch
from
August 19, 2026 18:18
bc0a52e to
f63ad00Comparetrivikr
approved these changes
Aug 19, 2026
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Aug 19, 2026
Collaborator
Landed in 46541f9 |
aduh95 pushed a commit
that referenced
this pull request
Aug 25, 2026
Signed-off-by: Vedant Kulkarni <gamemaker0042@gmail.com> PR-URL: #62117 Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
aduh95 pushed a commit
that referenced
this pull request
Aug 25, 2026
Signed-off-by: Vedant Kulkarni <gamemaker0042@gmail.com> PR-URL: #62117 Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
aduh95 pushed a commit
that referenced
this pull request
Aug 27, 2026
Signed-off-by: Vedant Kulkarni <gamemaker0042@gmail.com> PR-URL: #62117 Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.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 freeto 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.
Hi,
This PR adds a note and examples to the documentation of the
isIPandisIPv6methods, informing the reader that IPv4 addresses mapped to IPv6 are classified as IPv6.This is not related to an existing issue, as far as I could find. I am opening this PR in the context of GHSA-46wh-pxpv-q5gq.
Please let me know if I have made any mistake, or if this change is not something that you want to merge.
Thanks!