-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
53 lines (53 loc) · 2.15 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
{
"@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/CIS-Benchmark-Evaluation.git",
"dateCreated": "2020-02-19",
"datePublished": "2020-08-11",
"issueTracker": "https://github.com/tum-i22/CIS-Benchmark-Evaluation/issues",
"name": "CIS Benchmark Evaluation",
"description": "This repository is part of the paper *Automated Implementation of Windows-related Security-Configuration Guides* presented at the 35th IEEE/ACM International Conference on Automated Software Engineering.\nIt contains the result of checks before and after a system was secured using the approach presented in the corresponding paper.",
"applicationCategory": "Computer Science",
"keywords": [
"Configuration Management",
"Security"
],
"programmingLanguage": [
"HTML"
],
"author": [
{
"@type": "Person",
"@id": "https://www.in.tum.de/en/i04/stoeckle/",
"givenName": "Patrick",
"familyName": "Stöckle",
"email": "patrick.stoeckle@tum.de",
"affiliation": {
"@type": "Organization",
"name": "Chair of Software and Systems Engineering, Department of Informatics, Technical University of Munich"
}
},
{
"@type": "Person",
"givenName": "Bernd",
"familyName": "Grobauer",
"email": "bernd.grobauer@siemens.com",
"affiliation": {
"@type": "Organization",
"name": "Siemens AG"
}
},
{
"@type": "Person",
"@id": "https://www.in.tum.de/en/i04/people/alexander-pretschner/",
"givenName": "Alexander",
"familyName": "Pretschner",
"email": "alexander.pretschner@tum.de",
"affiliation": {
"@type": "Organization",
"name": "Chair of Software and Systems Engineering, Department of Informatics, Technical University of Munich"
}
}
]
}