-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathvalgrind.json
More file actions
52 lines (52 loc) · 1.21 KB
/
valgrind.json
File metadata and controls
52 lines (52 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/valgrind",
"@type": "schema:SoftwareApplication",
"name": "valgrind",
"description": "Detects memory management and threading bugs, run profiling to see how to speed up your programs",
"url": "https://valgrind.org/",
"isAccessibleForFree": true,
"applicationCategory": [
{
"@id": "rs:AnalysisCode",
"@type": "@id"
},
{
"@id": "rs:PrototypeTool",
"@type": "@id"
},
{
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
}
],
"hasQualityDimension": [
{
"@id": "dim:reliability",
"@type": "@id"
},
{
"@id": "dim:performance_efficiency",
"@type": "@id"
},
{
"@id": "dim:sustainability",
"@type": "@id"
},
{
"@id": "dim:maintainability",
"@type": "@id"
}
],
"license": "https://www.gnu.org/licenses/old-licenses/gpl-2.0",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/static_analysis_common_vulnerabilities",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/no_leaked_credentials",
"@type": "@id"
}
]
}