Skip to content

Commit d380bbe

Browse files
authored
Merge pull request #19 from wurstbrot/feature/md
Feature/md
2 parents 0aaa6f3 + 3129290 commit d380bbe

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

data/Infrastructure.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,10 @@ Infrastructure Hardening:
136136
usefulness: 4
137137
level: 3
138138
implementation: Smartcard, YubiKey, SMS, TOTP
139-
samm2: TODO
139+
samm2: "TODO"
140140
Simple access control for systems:
141-
risk: Attackers a gaining access to internal systems and application interfaces measure: All internal systems are using simple authentication
141+
risk: Attackers a gaining access to internal systems and application interfaces
142+
measure: All internal systems are using simple authentication
142143
difficultyOfImplementation:
143144
knowledge: 3
144145
time: 3

head.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
textdomain ( $domain );
6262
function getTableHeader() {
6363
$headers = array (
64-
gettext ( "Dimension" ),
65-
gettext ( "Sub-Dimension" ),
66-
gettext ( "Level 1: Basic understanding of security practices" ),
67-
gettext ( "Level 2: Understanding of security practices" ),
68-
gettext ( "Level 3: High understanding of security practices" ),
69-
gettext ( "Level 4: Advanced understanding of security practices at scale" )
64+
"Dimension",
65+
"Sub-Dimension",
66+
"Level 1: Basic understanding of security practices" ,
67+
"Level 2: Adoption of basic security practices",
68+
"Level 3: High adoption of security practices",
69+
"Level 4: Advanced deployment of security practices at scale"
7070
);
7171
$headerContent = "<thead class=\"thead-default\"><tr>";
7272
foreach ( $headers as $header ) {

0 commit comments

Comments
 (0)