-
Notifications
You must be signed in to change notification settings - Fork 101
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
Add the interconnection-component-has-local-protocol constraint #1089
base: canary
Are you sure you want to change the base?
Add the interconnection-component-has-local-protocol constraint #1089
Conversation
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.
As an intermediate possibility to do the following?
- Update the PR and rebase to current
develop
- Point it to the canary branch
- Review, and if approved, merge into the canary branch
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.
You should create a new branch off of canary and cherry-pick the commits for this issue so that we aren't bringing extra unrelated changes into the PR.
86254fd
to
924f7d2
Compare
...validations/constraints/content/ssp-interconnection-component-has-local-protocol-INVALID.xml
Outdated
Show resolved
Hide resolved
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.
After looking at Brian's comment on issue #930, it looks like we're not looking for FDQN
. I suggest you make these edits to align with his comments.
src/validations/constraints/unit-tests/interconnection-component-has-local-protocol-FAIL.yaml
Show resolved
Hide resolved
src/validations/constraints/unit-tests/interconnection-component-has-local-protocol-PASS.yaml
Show resolved
Hide resolved
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.
@DimitriZhurkin, can you please address feedback and/or resolve the issues. I do not see any feedback since Gabe's review so I am not sure what the current state is here.
@Gabeblis while your read of my comment is correct, the comment itself is erroneously missing
I think I realized fqdn should be part of that list after I wrote that comment and failed to circle back and correct it. |
FQDN is valid (#1089 (comment)). |
...validations/constraints/content/ssp-interconnection-component-has-local-protocol-INVALID.xml
Outdated
Show resolved
Hide resolved
f9ceb19
to
4522867
Compare
I think all changes have been implemented now. |
Committer Notes
This constraint tests the following scenario:
An interconnection component has at least one local IPv4 Address, IPv6 Address, URI, or FQDN.
IMPORTANT: This constraint is blocked until OSCAL adds the following props:
fqdn
uri
Related issues:
All Submissions:
By submitting a pull request, you are agreeing to provide this contribution under the CC0 1.0 Universal public domain dedication.