File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,12 @@ export function mandatoryTest_6_1_48(doc) {
9898
9999 doc . vulnerabilities . forEach ( ( vulnerability , vulnerabilityIndex ) => {
100100 vulnerability . metrics ?. forEach ( ( metric , metricIndex ) => {
101- const selections = metric . content ?. ssvc_v1 ?. selections
102- const selectionsWithRegisteredNamespace = selections ?. filter (
103- ( s ) =>
104- s . namespace !== undefined &&
105- registeredSsvcNamespaces . includes ( s . namespace )
106- )
101+ const selectionsWithRegisteredNamespace =
102+ metric . content ?. ssvc_v1 ?. selections ?. filter (
103+ ( s ) =>
104+ s . namespace !== undefined &&
105+ registeredSsvcNamespaces . includes ( s . namespace )
106+ )
107107 selectionsWithRegisteredNamespace ?. forEach (
108108 ( selection , selectionIndex ) => {
109109 // check if a decision point with these properties exists
You can’t perform that action at this time.
0 commit comments