Skip to content

Commit 2c0e7ba

Browse files
committed
added fairness
1 parent c4091ae commit 2c0e7ba

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

website/utils/dimensions_list.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[
2-
"compatibility.json",
32
"flexibility.json",
43
"functional_suitability.json",
5-
"security.json",
64
"maintainability.json",
75
"reliability.json",
6+
"compatibility.json",
87
"performance_efficiency.json",
8+
"fairness.json",
9+
"safety.json",
910
"interaction_capability.json",
10-
"safety.json"
11+
"security.json"
1112
]

website/utils/indicators_list.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
"no_leaked_credential.json",
2+
"codemeta_completeness.json",
33
"no_critical_vulnerability.json",
4-
"codemeta_completeness.json"
4+
"no_leaked_credential.json"
55
]

0 commit comments

Comments
 (0)