We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8eebc commit 54f4863Copy full SHA for 54f4863
1 file changed
src/components/AdpVulnerabilityEnrichment.vue
@@ -61,7 +61,6 @@
61
<span :class="{'is-danger tag has-text-weight-bold is-uppercase' : ssvc.exploitation.toLowerCase() === 'active'}">
62
{{ ssvc.exploitation }}
63
</span>
64
-
65
</td>
66
<td data-label="Automatable" style="width: 10%">{{ ssvc.automatable }}</td>
67
<td data-label="Technical Impact" style="width: 30%">{{ ssvc['technical impact'] }}</td>
0 commit comments