Open
Description
Describe the bug
If a component definition has a port range with a start and end, eg:
"port-ranges": [ { "start": 80, "end": 80, "transport": "TCP" } ]
oscal CLI reports the following:
[WARNING] [/component-definition/component[X]/protocol[X]/port-range[X]] A start port exists, but an end point does not. To define a single port, the start and end should be the same value. [WARNING] [/component-definition/component[X]/protocol[X]/port-range[X]] An end point exists, but a start port does not. To define a single port, the start and end should be the same value.
Who is the bug affecting
ME
What is affected by this bug
OSCAL Content
How do we replicate this issue
- Generate a component def with a port range as described above
- Run the oscal-cli on the file
- ???
- Error!
Expected behavior (i.e. solution)
No error message :)
Other comments
No response
Revisions
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Needs Triage