You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may not be an issue, but just for completeness, on May 5 #293 changed the Relationship "to" property from required to optional, to address issue #129.
VulnAssessmentRelationship requires a "to" property and so restricts it back to required.
This may not be an issue, but just for completeness, on May 5 #293 changed the Relationship "to" property from required to optional, to address issue #129.
VulnAssessmentRelationship requires a "to" property and so restricts it back to required.
The class inheritance tree is:
indicating that the only other Relationship classes are LifecycleScopedRelationship and SoftwareDependencyRelationship.
If either of these two classes require a "to" field, they should also restrict it like Security does. If they don't, everything is fine.
The text was updated successfully, but these errors were encountered: