Skip to content

Commit eb21374

Browse files
committed
Updated descriptive_software
1 parent 93b466c commit eb21374

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

indicators/descriptive_metadata.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
"name" : "Description & classification. RSMD-4.1"
3333
}
3434
],
35-
"qualityDimension": [
36-
{ "@id": "https://w3id.org/everse/i/dimensions/fairness" },
37-
{ "@id": "https://w3id.org/everse/i/dimensions/findability" }
38-
],
35+
"qualityDimension": { "@id": "https://w3id.org/everse/i/dimensions/fairness" },
3936
"created": "23-05-2025"
4037
}

website/utils/indicators_list.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
[
2+
"archived_in_scholarly_repository.json",
3+
"archived_in_software_heritage.json",
24
"codemeta_completeness.json",
35
"dependency_management.json",
46
"descriptive_metadata.json",
57
"has_ci-tests.json",
68
"has_citation.json",
79
"has_license.json",
10+
"has_no_linting_issues.json",
811
"has_published_package.json",
912
"has_releases.json",
1013
"human_code_review_requirement.json",
14+
"listed_in_registry.json",
1115
"no_critical_vulnerability.json",
1216
"no_leaked_credential.json",
1317
"persistent_and_unique_identifier.json",
@@ -16,5 +20,6 @@
1620
"software_documentation.json",
1721
"software_tests.json",
1822
"static_analysis_common_vulnerabilities.json",
23+
"uses_fuzzing.json",
1924
"version_control_use.json"
2025
]

0 commit comments

Comments
 (0)