-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
57 lines (57 loc) · 2.2 KB
/
codemeta.json
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
53
54
55
56
57
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0+",
"codeRepository": "git+https://github.com/tum-i22/disa-windows-server-2019.git",
"dateCreated": "2020-08-10",
"datePublished": "2020-08-11",
"issueTracker": "https://github.com/tum-i22/disa-windows-server-2019/issues",
"name": "DISA Windows Server 2019 STIG Evaluation",
"description": "This repository contains the DISA Windows Server 2019 STIG benchmark. It is represented in a Markdown/YAML-based syntax. We enriched the rules with important information to implement the benchmark automatically. The result can be either examined in the files or in an XLSX table.",
"applicationCategory": "Computer Science",
"keywords": [
"Configuration Management",
"Security"
],
"programmingLanguage": [
"Markdown",
"YAML"
],
"operatingSystem": [
"Microsoft Windows Server 2019"
],
"author": [
{
"@type": "Person",
"@id": "https://www.in.tum.de/en/i04/stoeckle/",
"givenName": "Patrick",
"familyName": "Stöckle",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Chair of Software and Systems Engineering, Department of Informatics, Technical University of Munich"
}
},
{
"@type": "Person",
"givenName": "Bernd",
"familyName": "Grobauer",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Siemens AG"
}
},
{
"@type": "Person",
"@id": "https://www.in.tum.de/en/i04/people/alexander-pretschner/",
"givenName": "Alexander",
"familyName": "Pretschner",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Chair of Software and Systems Engineering, Department of Informatics, Technical University of Munich"
}
}
]
}