Skip to content
Open
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
30 changes: 30 additions & 0 deletions src/assets/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,36 @@ h6 {
float: none;
width: 100%;
}
.fixed-table-toolbar .bs-bars:has(.filter-bar-row) {
float: none;
width: 100%;
}
.fixed-table-toolbar .filter-bar-row {
display: flex;
flex-direction: row;
align-items: stretch;
gap: 0.75rem;
width: 100%;
margin-bottom: 0;
}
.fixed-table-toolbar .filter-bar-row .filter-bar-filters {
flex: 1;
min-width: 0;
}
.fixed-table-toolbar .filter-bar-row .filter-bar-actions {
flex-shrink: 0;
}
.fixed-table-toolbar .filter-bar-row .btn-create-project {
font-size: 0.85rem !important;
}
.fixed-table-toolbar .filter-bar .btn-clear-all-filters,
.fixed-table-toolbar .filter-bar .btn-more-filters > .dropdown-toggle {
border-radius: 20px;
font-size: 0.85rem !important;
}
.fixed-table-toolbar .filter-bar .btn-more-filters > .dropdown-toggle {
border-style: dashed !important;
}
.fixed-table-toolbar .filter-bar {
margin-bottom: 0;
}
Expand Down
9 changes: 9 additions & 0 deletions src/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
"analysis_state": "Analysestatus",
"analysis_tooltip": "Der aktuelle Stand des Auftretens einer Sicherheitslücke",
"analyzer": "Analysator",
"ancestor": "Vorfahr",
"apply": "Anwenden",
"apply_vex": "VEX anwenden",
"apply_vex_tooltip": "Wenden Sie Analysen aus einem Vulnerability Exploitability eXchange (VEX)-Dokument auf dieses Projekt an.",
Expand All @@ -440,6 +441,7 @@
"classifier": "Klassifikator",
"clear": "Löschen",
"clear_all": "Alles löschen",
"clear_filters": "Alle Filter löschen",
"close": "Schließen",
"code_not_present": "Code nicht vorhanden",
"code_not_reachable": "Code nicht erreichbar",
Expand Down Expand Up @@ -607,6 +609,10 @@
"external_references": "Externe Referenzen",
"false_positive": "Falsch-Positiv",
"filename": "Dateiname",
"filter_only_active": "Nur aktiv",
"filter_only_inactive": "Nur inaktiv",
"filter_only_latest": "Nur aktuell",
"filter_only_non_latest": "Nur nicht aktuell",
"filters": "Filter",
"findings": "Ergebnisse",
"findings_audited": "Geprüfte Ergebnisse",
Expand Down Expand Up @@ -721,6 +727,7 @@
"no_changes": null,
"no_file_chosen": "Keine Datei ausgewählt",
"no_kev_assertions": null,
"no_results": "Keine Ergebnisse",
"no_version": null,
"non_vulnerable": "Nicht anfällig",
"not_affected": "Nicht betroffen",
Expand Down Expand Up @@ -1024,6 +1031,7 @@
"scope": "Umfang",
"score": "Punktzahl",
"search": "Suchen",
"search_ancestor": "Geben Sie ein, um den Vorfahren zu suchen",
"search_in": null,
"search_parent": "Geben Sie zur Suche nach dem übergeordnetem Element etwas ein",
"security_risk": "Sicherheitsrisiko",
Expand Down Expand Up @@ -1087,6 +1095,7 @@
"tag_unassigned_successfully": "Tag-Zuweisung erfolgreich aufgehoben",
"tags": "Tags",
"team": "Team",
"team_name": "Teamname",
"teams": "Mannschaften",
"template": "Vorlage",
"title": "Titel",
Expand Down
9 changes: 9 additions & 0 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@
"analysis_state": "Analysis State",
"analysis_tooltip": "The current state of an occurrence of a vulnerability",
"analyzer": "Analyzer",
"ancestor": "Ancestor",
"apply": "Apply",
"apply_vex": "Apply VEX",
"apply_vex_tooltip": "Apply analyses from a Vulnerability Exploitability eXchange (VEX) document to this project.",
Expand All @@ -441,6 +442,7 @@
"classifier": "Classifier",
"clear": "Clear",
"clear_all": "Clear all",
"clear_filters": "Clear all filters",
"close": "Close",
"code_not_present": "Code not present",
"code_not_reachable": "Code not reachable",
Expand Down Expand Up @@ -608,6 +610,10 @@
"external_references": "External References",
"false_positive": "False Positive",
"filename": "Filename",
"filter_only_active": "Only active",
"filter_only_inactive": "Only inactive",
"filter_only_latest": "Only latest",
"filter_only_non_latest": "Only non-latest",
"filters": "Filters",
"findings": "Findings",
"findings_audited": "Findings Audited",
Expand Down Expand Up @@ -722,6 +728,7 @@
"no_changes": "No changes to save",
"no_file_chosen": "No file chosen",
"no_kev_assertions": "No KEV assertions available.",
"no_results": "No results",
"no_version": "(no version)",
"non_vulnerable": "Non Vulnerable",
"not_affected": "Not Affected",
Expand Down Expand Up @@ -1025,6 +1032,7 @@
"scope": "Scope",
"score": "Score",
"search": "Search",
"search_ancestor": "Type to search ancestor",
"search_in": "Search in",
"search_parent": "Type to search parent",
"security_risk": "Security Risk",
Expand Down Expand Up @@ -1088,6 +1096,7 @@
"tag_unassigned_successfully": "Untagged successfully",
"tags": "Tags",
"team": "Team",
"team_name": "Team Name",
"teams": "Teams",
"template": "Template",
"title": "Title",
Expand Down
9 changes: 9 additions & 0 deletions src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
"analysis_state": "Estado de análisis",
"analysis_tooltip": "El estado actual de una ocurrencia de una vulnerabilidad.",
"analyzer": "Analizador",
"ancestor": "Antepasado",
"apply": "Aplicar",
"apply_vex": "Aplicar VEX",
"apply_vex_tooltip": "Aplique análisis de un documento de Vulnerability Exploitability eXchange (VEX) a este proyecto.",
Expand All @@ -440,6 +441,7 @@
"classifier": "Clasificador",
"clear": "Limpiar",
"clear_all": "Limpiar todo",
"clear_filters": "Limpiar todos los filtros",
"close": "Cerca",
"code_not_present": "Código no presente",
"code_not_reachable": "Código no accesible",
Expand Down Expand Up @@ -607,6 +609,10 @@
"external_references": "Referencias externas",
"false_positive": "Falso positivo",
"filename": "Nombre del archivo",
"filter_only_active": "Sólo activo",
"filter_only_inactive": "Sólo inactivo",
"filter_only_latest": "Sólo lo último",
"filter_only_non_latest": "Sólo lo último",
"filters": "Filtros",
"findings": "Recomendaciones",
"findings_audited": "Hallazgos auditados",
Expand Down Expand Up @@ -721,6 +727,7 @@
"no_changes": null,
"no_file_chosen": "Ningún archivo elegido",
"no_kev_assertions": null,
"no_results": "Sin resultados",
"no_version": null,
"non_vulnerable": "No vulnerable",
"not_affected": "No afectado",
Expand Down Expand Up @@ -1024,6 +1031,7 @@
"scope": "Alcance",
"score": "Puntaje",
"search": "Buscar",
"search_ancestor": "Escribe para buscar antepasado",
"search_in": null,
"search_parent": "Escriba para buscar padre",
"security_risk": "Riesgo de seguridad",
Expand Down Expand Up @@ -1087,6 +1095,7 @@
"tag_unassigned_successfully": "Sin etiquetar con éxito",
"tags": "Etiquetas",
"team": "Equipo",
"team_name": "Nombre del equipo",
"teams": "equipos",
"template": "Plantilla",
"title": "Título",
Expand Down
9 changes: 9 additions & 0 deletions src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
"analysis_state": "État de l'analyse",
"analysis_tooltip": "L'état actuel d'une occurrence d'une vulnérabilité",
"analyzer": "Analyseur",
"ancestor": "Ancêtre",
"apply": "Appliquer",
"apply_vex": "Appliquer VEX",
"apply_vex_tooltip": "Appliquer les analyses d'un document Vulnerability Exploitability eXchange (VEX) à ce projet.",
Expand All @@ -440,6 +441,7 @@
"classifier": "Catégorie",
"clear": "Effacer",
"clear_all": "Tout effacer",
"clear_filters": "Supprimer tous les filtres",
"close": "Fermer",
"code_not_present": "Code non présent",
"code_not_reachable": "Code inaccessible",
Expand Down Expand Up @@ -607,6 +609,10 @@
"external_references": "Références externes",
"false_positive": "Faux positif",
"filename": "Nom de fichier",
"filter_only_active": "Uniquement actif",
"filter_only_inactive": "Uniquement inactif",
"filter_only_latest": "Seulement le dernier",
"filter_only_non_latest": "Seulement non-dernier",
"filters": "Filtres",
"findings": "Résultats",
"findings_audited": "Résultats vérifiés",
Expand Down Expand Up @@ -721,6 +727,7 @@
"no_changes": null,
"no_file_chosen": "Aucun fichier choisi",
"no_kev_assertions": null,
"no_results": "Aucun résultat",
"no_version": null,
"non_vulnerable": "Non vulnérable",
"not_affected": "Pas affecté",
Expand Down Expand Up @@ -1024,6 +1031,7 @@
"scope": "Porté",
"score": "Score",
"search": "Recherche",
"search_ancestor": "Tapez pour rechercher un ancêtre",
"search_in": null,
"search_parent": "Rechercher un parent",
"security_risk": "Risque de sécurité",
Expand Down Expand Up @@ -1087,6 +1095,7 @@
"tag_unassigned_successfully": "Détaché avec succès",
"tags": "Tags",
"team": "Équipe",
"team_name": "Nom de l'équipe",
"teams": "Équipes",
"template": "Modèle",
"title": "Titre",
Expand Down
9 changes: 9 additions & 0 deletions src/i18n/locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
"analysis_state": "विश्लेषण स्थिति",
"analysis_tooltip": "किसी भेद्यता की घटना की वर्तमान स्थिति",
"analyzer": "विश्लेषक",
"ancestor": "पूर्वज",
"apply": "लागू करें",
"apply_vex": "VEX लागू करें",
"apply_vex_tooltip": "इस परियोजना पर भेद्यता शोषण एक्सचेंज (VEX) दस्तावेज़ से विश्लेषण लागू करें।",
Expand All @@ -440,6 +441,7 @@
"classifier": "वर्गीकरणकर्ता",
"clear": "साफ़ करें",
"clear_all": "सभी साफ करें",
"clear_filters": "सभी फ़िल्टर साफ़ करें",
"close": "बंद करना",
"code_not_present": "कोड मौजूद नहीं है",
"code_not_reachable": "कोड उपलब्ध नहीं है",
Expand Down Expand Up @@ -607,6 +609,10 @@
"external_references": "बाह्य संदर्भ",
"false_positive": "सकारात्मक झूठी",
"filename": "फ़ाइल का नाम",
"filter_only_active": "केवल सक्रिय",
"filter_only_inactive": "केवल निष्क्रिय",
"filter_only_latest": "केवल नवीनतम",
"filter_only_non_latest": "केवल गैर-नवीनतम",
"filters": "फिल्टर",
"findings": "जाँच - परिणाम",
"findings_audited": "निष्कर्ष लेखापरीक्षित",
Expand Down Expand Up @@ -721,6 +727,7 @@
"no_changes": null,
"no_file_chosen": "कोई फ़ाइल चुना नही",
"no_kev_assertions": null,
"no_results": "कोई परिणाम नहीं",
"no_version": null,
"non_vulnerable": "गैर असुरक्षित",
"not_affected": "प्रभावित नहीं",
Expand Down Expand Up @@ -1024,6 +1031,7 @@
"scope": "दायरा",
"score": "अंक",
"search": "खोज",
"search_ancestor": "पूर्वज खोजने के लिए टाइप करें",
"search_in": null,
"search_parent": "माता-पिता को खोजने के लिए टाइप करें",
"security_risk": "सुरक्षा मे जोखिम",
Expand Down Expand Up @@ -1087,6 +1095,7 @@
"tag_unassigned_successfully": "सफलतापूर्वक अनटैग किया गया",
"tags": "टैग",
"team": "टीम",
"team_name": "टीम का नाम",
"teams": "टीमें",
"template": "खाका",
"title": "शीर्षक",
Expand Down
9 changes: 9 additions & 0 deletions src/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
"analysis_state": "Stato dell'analisi",
"analysis_tooltip": "Lo stato attuale in cui si è verificata una vulnerabilità",
"analyzer": "Analizzatore",
"ancestor": "Antenato",
"apply": "Applica",
"apply_vex": "Applica VEX",
"apply_vex_tooltip": "Applicare le analisi da un documento Vulnerability Exploitability eXchange (VEX) a questo progetto.",
Expand All @@ -440,6 +441,7 @@
"classifier": "Classificatore",
"clear": "Cancella",
"clear_all": "Cancella tutto",
"clear_filters": "Cancella tutti i filtri",
"close": "Vicino",
"code_not_present": "Codice non presente",
"code_not_reachable": "Codice non raggiungibile",
Expand Down Expand Up @@ -607,6 +609,10 @@
"external_references": "Riferimenti esterni",
"false_positive": "Falso positivo",
"filename": "Nome del file",
"filter_only_active": "Solo attivo",
"filter_only_inactive": "Solo inattivo",
"filter_only_latest": "Solo più recente",
"filter_only_non_latest": "Solo non più recente",
"filters": "Filtri",
"findings": "Risultati",
"findings_audited": "Risultati verificati",
Expand Down Expand Up @@ -721,6 +727,7 @@
"no_changes": null,
"no_file_chosen": "Nessun file scelto",
"no_kev_assertions": null,
"no_results": "Nessun risultato",
"no_version": null,
"non_vulnerable": "Non vulnerabile",
"not_affected": "Non affetto",
Expand Down Expand Up @@ -1024,6 +1031,7 @@
"scope": "Ambito",
"score": "Punto",
"search": "Ricerca",
"search_ancestor": "Digita per cercare l'antenato",
"search_in": null,
"search_parent": "Digita per cercare genitore",
"security_risk": "Rischio per la sicurezza",
Expand Down Expand Up @@ -1087,6 +1095,7 @@
"tag_unassigned_successfully": "Deselezionato con successo",
"tags": "Tag",
"team": "Squadra",
"team_name": "Nome della squadra",
"teams": "Squadre",
"template": "Modello",
"title": "Titolo",
Expand Down
9 changes: 9 additions & 0 deletions src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
"analysis_state": "分析状態",
"analysis_tooltip": "脆弱性発生の現状",
"analyzer": "アナライザ",
"ancestor": "祖先",
"apply": "適用",
"apply_vex": "VEXを適用する",
"apply_vex_tooltip": "Vulnerability Exploitability eXchange (VEX) ドキュメントからの分析をこのプロジェクトに適用します。",
Expand All @@ -440,6 +441,7 @@
"classifier": "分類器",
"clear": "クリア",
"clear_all": "すべてクリア",
"clear_filters": "すべてのフィルターをクリア",
"close": "閉じる",
"code_not_present": "コードが存在しません",
"code_not_reachable": "コードにアクセスできません",
Expand Down Expand Up @@ -607,6 +609,10 @@
"external_references": "外部参照",
"false_positive": "偽陽性",
"filename": "ファイル名",
"filter_only_active": "アクティブのみ",
"filter_only_inactive": "非アクティブのみ",
"filter_only_latest": "最新のもののみ",
"filter_only_non_latest": "最新でないもののみ",
"filters": "フィルター",
"findings": "調査結果",
"findings_audited": "監査結果",
Expand Down Expand Up @@ -721,6 +727,7 @@
"no_changes": null,
"no_file_chosen": "ファイルが選択されていません",
"no_kev_assertions": null,
"no_results": "結果はありません",
"no_version": null,
"non_vulnerable": "脆弱ではない",
"not_affected": "影響を受けません",
Expand Down Expand Up @@ -1024,6 +1031,7 @@
"scope": "範囲",
"score": "スコア",
"search": "検索",
"search_ancestor": "祖先を検索するために入力します",
"search_in": null,
"search_parent": "親を検索するには入力してください",
"security_risk": "セキュリティリスク",
Expand Down Expand Up @@ -1087,6 +1095,7 @@
"tag_unassigned_successfully": "タグが正常に解除されました",
"tags": "タグ",
"team": "チーム",
"team_name": "チーム名",
"teams": "チーム",
"template": "テンプレート",
"title": "タイトル",
Expand Down
Loading
Loading