Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/components/Package/VulnerabilityTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ function getDepthStyle(depth: string | undefined) {
{{ vuln.id }}
</a>
<span class="truncate w-0 flex-1">{{ vuln.summary }}</span>
<span
v-if="vuln.fixedIn"
class="shrink-0 font-mono text-emerald-600 dark:text-emerald-400"
:title="$t('package.vulnerabilities.fixed_in_title', { version: vuln.fixedIn })"
>
→ {{ vuln.fixedIn }}
</span>
</li>
<li
v-if="pkg.vulnerabilities.length > 2 && !showAllVulnerabilities"
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@
"high": "عالية",
"moderate": "متوسطة",
"low": "منخفضة"
}
},
"fixed_in_title": "تم الإصلاح في الإصدار {version}"
},
"deprecated": {
"label": "مهمل",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@
"high": "yüksək",
"moderate": "orta",
"low": "aşağı"
}
},
"fixed_in_title": "{version} versiyasında düzəldilib"
},
"deprecated": {
"label": "Köhnəlmiş",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@
"high": "vysoká",
"moderate": "střední",
"low": "nízká"
}
},
"fixed_in_title": "Opraveno ve verzi {version}"
},
"deprecated": {
"label": "Zastaralé",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@
"high": "Hoch",
"moderate": "Mittel",
"low": "Niedrig"
}
},
"fixed_in_title": "Behoben in Version {version}"
},
"deprecated": {
"label": "Veraltet",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@
"high": "high",
"moderate": "moderate",
"low": "low"
}
},
"fixed_in_title": "Fixed in version {version}"
},
"deprecated": {
"label": "Deprecated",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@
"high": "alta",
"moderate": "moderada",
"low": "baja"
}
},
"fixed_in_title": "Corregido en la versión {version}"
},
"deprecated": {
"label": "Obsoleto",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@
"high": "élevée",
"moderate": "modérée",
"low": "faible"
}
},
"fixed_in_title": "Corrigé dans la version {version}"
},
"deprecated": {
"label": "Obsolète",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/hi-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@
"high": "उच्च",
"moderate": "मध्यम",
"low": "निम्न"
}
},
"fixed_in_title": "संस्करण {version} में ठीक किया गया"
},
"deprecated": {
"label": "डेप्रीकेटेड",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/hu-HU.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@
"high": "magas",
"moderate": "közepes",
"low": "alacsony"
}
},
"fixed_in_title": "Javítva a(z) {version} verzióban"
},
"deprecated": {
"label": "Elavult",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/id-ID.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@
"high": "tinggi",
"moderate": "sedang",
"low": "rendah"
}
},
"fixed_in_title": "Diperbaiki di versi {version}"
},
"deprecated": {
"label": "Usang",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@
"high": "alta",
"moderate": "moderata",
"low": "bassa"
}
},
"fixed_in_title": "Corretto nella versione {version}"
},
"deprecated": {
"label": "Deprecato",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@
"high": "",
"moderate": "",
"low": ""
}
},
"fixed_in_title": "バージョン {version} で修正済み"
},
"deprecated": {
"label": "非推奨",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/ne-NP.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@
"high": "उच्च",
"moderate": "मध्यम",
"low": "कम"
}
},
"fixed_in_title": "संस्करण {version} मा समाधान गरियो"
},
"deprecated": {
"label": "अप्रचलित",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@
"high": "wysoka",
"moderate": "umiarkowana",
"low": "niska"
}
},
"fixed_in_title": "Naprawiono w wersji {version}"
},
"deprecated": {
"label": "Przestarzałe",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@
"high": "alta",
"moderate": "moderada",
"low": "baixa"
}
},
"fixed_in_title": "Corrigido na versão {version}"
},
"deprecated": {
"label": "Descontinuado",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@
"high": "высокая",
"moderate": "средняя",
"low": "низкая"
}
},
"fixed_in_title": "Исправлено в версии {version}"
},
"deprecated": {
"label": "Устаревшие",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/uk-UA.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@
"high": "висока",
"moderate": "середня",
"low": "низька"
}
},
"fixed_in_title": "Виправлено у версії {version}"
},
"deprecated": {
"label": "Припинено",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@
"high": "",
"moderate": "中等",
"low": ""
}
},
"fixed_in_title": "已在版本 {version} 中修复"
},
"deprecated": {
"label": "已弃用",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/ar-EG.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@
"high": "عالية",
"moderate": "متوسطة",
"low": "منخفضة"
}
},
"fixed_in_title": "تم الإصلاح في الإصدار {version}"
},
"deprecated": {
"label": "مهمل",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@
"high": "yüksək",
"moderate": "orta",
"low": "aşağı"
}
},
"fixed_in_title": "{version} versiyasında düzəldilib"
},
"deprecated": {
"label": "Köhnəlmiş",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@
"high": "vysoká",
"moderate": "střední",
"low": "nízká"
}
},
"fixed_in_title": "Opraveno ve verzi {version}"
},
"deprecated": {
"label": "Zastaralé",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@
"high": "Hoch",
"moderate": "Mittel",
"low": "Niedrig"
}
},
"fixed_in_title": "Behoben in Version {version}"
},
"deprecated": {
"label": "Veraltet",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@
"high": "high",
"moderate": "moderate",
"low": "low"
}
},
"fixed_in_title": "Fixed in version {version}"
},
"deprecated": {
"label": "Deprecated",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@
"high": "high",
"moderate": "moderate",
"low": "low"
}
},
"fixed_in_title": "Fixed in version {version}"
},
"deprecated": {
"label": "Deprecated",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/es-419.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@
"high": "alta",
"moderate": "moderada",
"low": "baja"
}
},
"fixed_in_title": "Corregido en la versión {version}"
},
"deprecated": {
"label": "Obsoleto",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@
"high": "alta",
"moderate": "moderada",
"low": "baja"
}
},
"fixed_in_title": "Corregido en la versión {version}"
},
"deprecated": {
"label": "Obsoleto",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@
"high": "élevée",
"moderate": "modérée",
"low": "faible"
}
},
"fixed_in_title": "Corrigé dans la version {version}"
},
"deprecated": {
"label": "Obsolète",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/hi-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@
"high": "उच्च",
"moderate": "मध्यम",
"low": "निम्न"
}
},
"fixed_in_title": "संस्करण {version} में ठीक किया गया"
},
"deprecated": {
"label": "डेप्रीकेटेड",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/hu-HU.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@
"high": "magas",
"moderate": "közepes",
"low": "alacsony"
}
},
"fixed_in_title": "Javítva a(z) {version} verzióban"
},
"deprecated": {
"label": "Elavult",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/id-ID.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@
"high": "tinggi",
"moderate": "sedang",
"low": "rendah"
}
},
"fixed_in_title": "Diperbaiki di versi {version}"
},
"deprecated": {
"label": "Usang",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@
"high": "alta",
"moderate": "moderata",
"low": "bassa"
}
},
"fixed_in_title": "Corretto nella versione {version}"
},
"deprecated": {
"label": "Deprecato",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@
"high": "",
"moderate": "",
"low": ""
}
},
"fixed_in_title": "バージョン {version} で修正済み"
},
"deprecated": {
"label": "非推奨",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/ne-NP.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@
"high": "उच्च",
"moderate": "मध्यम",
"low": "कम"
}
},
"fixed_in_title": "संस्करण {version} मा समाधान गरियो"
},
"deprecated": {
"label": "अप्रचलित",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@
"high": "wysoka",
"moderate": "umiarkowana",
"low": "niska"
}
},
"fixed_in_title": "Naprawiono w wersji {version}"
},
"deprecated": {
"label": "Przestarzałe",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@
"high": "alta",
"moderate": "moderada",
"low": "baixa"
}
},
"fixed_in_title": "Corrigido na versão {version}"
},
"deprecated": {
"label": "Descontinuado",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@
"high": "высокая",
"moderate": "средняя",
"low": "низкая"
}
},
"fixed_in_title": "Исправлено в версии {version}"
},
"deprecated": {
"label": "Устаревшие",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/uk-UA.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@
"high": "висока",
"moderate": "середня",
"low": "низька"
}
},
"fixed_in_title": "Виправлено у версії {version}"
},
"deprecated": {
"label": "Припинено",
Expand Down
3 changes: 2 additions & 1 deletion lunaria/files/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@
"high": "",
"moderate": "中等",
"low": ""
}
},
"fixed_in_title": "已在版本 {version} 中修复"
},
"deprecated": {
"label": "已弃用",
Expand Down
Loading
Loading