From d5670465bcf86a8d624228802fc6055d989cbe72 Mon Sep 17 00:00:00 2001 From: ilans Date: Tue, 12 Nov 2024 23:37:10 +0200 Subject: [PATCH 1/2] fix typo --- model/Security/Classes/VexFixedVulnAssessmentRelationship.md | 2 +- .../Classes/VexUnderInvestigationVulnAssessmentRelationship.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/model/Security/Classes/VexFixedVulnAssessmentRelationship.md b/model/Security/Classes/VexFixedVulnAssessmentRelationship.md index c987ab533..239f2a591 100644 --- a/model/Security/Classes/VexFixedVulnAssessmentRelationship.md +++ b/model/Security/Classes/VexFixedVulnAssessmentRelationship.md @@ -20,7 +20,7 @@ requirements must be observed: - Elements linked with a VulnVexFixedAssessmentRelationship are constrained to using the fixedIn relationship type. -- The from: end of the relationship must ve a /Security/Vulnerability classed +- The from: end of the relationship must be a /Security/Vulnerability classed element. *Example* diff --git a/model/Security/Classes/VexUnderInvestigationVulnAssessmentRelationship.md b/model/Security/Classes/VexUnderInvestigationVulnAssessmentRelationship.md index b6bcb29b4..f32071349 100644 --- a/model/Security/Classes/VexUnderInvestigationVulnAssessmentRelationship.md +++ b/model/Security/Classes/VexUnderInvestigationVulnAssessmentRelationship.md @@ -20,7 +20,7 @@ the following requirements must be observed: - Elements linked with a VexUnderInvestigationVulnAssessmentRelationship are constrained to using the underInvestigationFor relationship type. -- The from: end of the relationship must ve a /Security/Vulnerability classed +- The from: end of the relationship must be a /Security/Vulnerability classed element. *Example* From b7e0f9aa33a10279f1348aa165ef7ef0a2ac31f3 Mon Sep 17 00:00:00 2001 From: ilans Date: Tue, 12 Nov 2024 23:43:31 +0200 Subject: [PATCH 2/2] no->not --- model/Core/Classes/ElementCollection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/Core/Classes/ElementCollection.md b/model/Core/Classes/ElementCollection.md index fdf417041..9c2e7ce42 100644 --- a/model/Core/Classes/ElementCollection.md +++ b/model/Core/Classes/ElementCollection.md @@ -12,7 +12,7 @@ An ElementCollection is a collection of Elements, not necessarily with unifying context. Note that all ElementCollections must conform to the core profile even if the -core profile is no specified in the profileConformance property. +core profile is not specified in the profileConformance property. If the profileConformance property is not provided, core is to be assumed as the default.