+ @if (referenceScore !== null) {
+
+ Original NVD score for reference: {{ referenceScore }}
+
+ }
+
+
+
+
+
+
+
+ @if (vectorError()) {
+
{{ vectorError() }}
+ }
+
+
+
+ @for (metric of metrics; track metric.key) {
+
+
+ {{ metric.label }}
+
+
+ @for (option of metric.options; track option.key) {
+
+ }
+
+
+ }
+
+
+
+
+ {{ result()?.score ?? '—' }}
+ {{ result()?.severity ?? 'Incomplete' }}
+
+ @if (currentVectorString()) {
+
{{ currentVectorString() }}
+ }
+
+
+
+
+
+
+
+