File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 6161textdomain ( $ domain );
6262function 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 ) {
You can’t perform that action at this time.
0 commit comments