Skip to content

Commit 03fa860

Browse files
committed
added fixes on types EVERSE-ResearchSoftware#37
1 parent 2c0e7ba commit 03fa860

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

indicators/codemeta_completeness.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": "https://w3id.org/everse/rsqi#",
33
"@id": "https://w3id.org/everse/i/indicators/codemeta_completeness",
4-
"@type": "SoftwareApplication",
4+
"@type": "SoftwareQualityIndicator",
55
"name": "CodeMeta Completeness",
66
"description": "Completeness of a codemeta.json file",
77
"keywords": ["codemeta", "metadata", "fair"],

indicators/no_critical_vulnerability.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"@context": "https://w3id.org/everse/rsqi#",
3+
"@type": "SoftwareQualityIndicator",
34
"name": "noCriticalVulnerability",
45
"description": "Checks if reported critical vulnerabilities has been fixed",
56
"keywords": ["security", "critical", "vulnerability"],

indicators/no_leaked_credential.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"@context": "https://w3id.org/everse/rsqi#",
3+
"@type": "SoftwareQualityIndicator",
34
"name": "noLeakedCredentials",
45
"description": "Checks if hardcoded secrets like passwords, API keys, and tokens is stored in the public git repository",
56
"keywords": ["security", "credential", "leak", "secret", "password"],

0 commit comments

Comments
 (0)