-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify protocol port-range docs for #2065 #2070
Clarify protocol port-range docs for #2065 #2070
Conversation
@aj-stein-gsa - Port range error has been fixed. The fix is already in the |
This PR does not modify the constraint, it clarifies the documentation, specifically in a way that PR did not address. That documentation string has implied, before and after fix, that only mentions IPv4 and is not really about the Internet Protocol. For context on a related but different issue, you will see discussion from this message and below about a (very common) misunderstandings of transport/IP layer confusion and how that misconstrues what port ranges are valid and/or recommended. |
@aj-stein-gsa - please submit the PR against the |
Did you read explicitly what I wrote in the PR message and the related mailing list discussion about hotfix and following NIST OSCAL release guidance? It may seem redundant, but it is important. If you are not willing to accept this PR and accept my proposed plan, please let me know. I will close this PR and plan accordingly. |
eabc7a2
to
d48cfa9
Compare
@iMichaela, against the documented guidance and my recommendations, per your request I rebased and this PR now targets develop. I would welcome the following.
|
By rebasing I reintroduced the deprecated CamelCase datatype variant. This change reintroduces the new kebab case preferred in Metaschema models, per @imichael's request during code review.
@aj-stein-gsa - Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Committer Notes
This documentation fix clarifies ambiguity about how transport layer ports conform with standards that layer on top of the Internet Protocol (IPv4, IPv6 for now, potentially others in the future), not directly as only as "IPv4 port ranges" as it implies.
Closes #2065.
All Submissions:
By submitting a pull request, you are agreeing to provide this contribution under the CC0 1.0 Universal public domain dedication.
(For reviewers: The wiki has guidance on code review and overall issue review for completeness.)
Changes to Core Features:
Have you written new tests for your core changes, as applicable?This repo does not contain model-based/instance-based testing; we will update the GSA FedRAMP Automation Team's test suite accordingly for public review and ongoing use.Have you included examples of how to use your new feature(s)?Not in this repository, but will work with GSA FedRAMP Automation Team to update our constraints and examples accordingly.Have you updated all OSCAL website and readme documentation affected by the changes you made? Changes to the OSCAL website can be made in the docs/content directory of your branch.