File tree 2 files changed +5
-3
lines changed
src/lib/components/errors
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 185
185
>, and update affected dependencies to their latest patched versions.
186
186
</BodyLong >
187
187
<BodyLong >
188
- Ignoring these vulnerabilities can expose your application to potential security breaches.
188
+ Ignoring these vulnerabilities can expose your {workloadType === ' Job'
189
+ ? ' job'
190
+ : ' application' } to potential security breaches.
189
191
</BodyLong >
190
192
{/if }
191
193
</div >
Original file line number Diff line number Diff line change 138
138
, and update affected dependencies to their latest patched versions.
139
139
</BodyLong >
140
140
<BodyLong >
141
- Ignoring these vulnerabilities can expose your {workloads .length === 1 ? ' ' : ' s' } to potential
142
- security breaches.
141
+ Ignoring these vulnerabilities can expose your workload {workloads .length === 1 ? ' ' : ' s' } to
142
+ potential security breaches.
143
143
</BodyLong >
144
144
{/if }
145
145
</div ></Alert
You can’t perform that action at this time.
0 commit comments