File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 </thead >
5757 <tbody >
5858 <tr v-for =" ssvc in ssvcs" :key =" ssvc.key" >
59- <td data-label =" Exploitation" style =" width : 20% " >{{ ssvc.exploitation }}</td >
59+ <td data-label =" Exploitation" style =" width : 20% " >
60+ <span :class =" {'is-danger tag has-text-weight-bold is-uppercase' : ssvc.exploitation.toLowerCase() === 'active'}" >
61+ {{ ssvc.exploitation }}
62+ </span >
63+ </td >
6064 <td data-label =" Automatable" style =" width : 10% " >{{ ssvc.automatable }}</td >
6165 <td data-label =" Technical Impact" style =" width : 30% " >{{ ssvc['technical impact'] }}</td >
6266 <td data-label =" Version" style =" width : 10% " >{{ ssvc.version }}</td >
Original file line number Diff line number Diff line change 8484 </span >
8585 </div >
8686 <p id =" cve-rejected-reason" class =" content has-text-justified" >
87- <span class =" has-text-weight-bold" >Rejected Reason:</span >
87+ <span class =" has-text-weight-bold" >Rejected Reason: </span >
8888 <span >
8989 <span v-if =" cveFieldList.rejectedReasons.length == 0" >
9090 This CVE ID was unused by the <router-link to =" /ProgramOrganization/CNAs" >CNA</router-link >.
You can’t perform that action at this time.
0 commit comments