Skip to content

Commit 0165d5f

Browse files
committed
cleanup labels & descriptions
1 parent 2ac0764 commit 0165d5f

22 files changed

Lines changed: 367 additions & 554 deletions

src/app/component/mapping/mapping.component.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
<mat-button-toggle
5050
value="sortByISO"
5151
(click)="changeTableBasedOnCurrentSort()"
52-
>ISO</mat-button-toggle
52+
>ISO 27001:2017</mat-button-toggle
5353
>
5454
<mat-button-toggle
5555
value="sortByISO22"
5656
(click)="changeTableBasedOnCurrentSort()"
57-
>ISO22</mat-button-toggle
57+
>ISO 27001:2022</mat-button-toggle
5858
>
5959
</mat-button-toggle-group>
6060
</section>
@@ -99,12 +99,12 @@
9999

100100
<ng-container matColumnDef="ISO">
101101
<ng-container *ngIf="currentlySortingByISO">
102-
<th mat-header-cell *matHeaderCellDef>ISO</th>
102+
<th mat-header-cell *matHeaderCellDef>ISO 27001:2017</th>
103103
<td mat-cell *matCellDef="let element">{{ element.ISO }}</td>
104104
</ng-container>
105105

106106
<ng-container *ngIf="currentlySortingByTask || currentlySortingBySAMM || currentlySortingByISO22">
107-
<th mat-header-cell *matHeaderCellDef>ISO</th>
107+
<th mat-header-cell *matHeaderCellDef>ISO 27001:2017</th>
108108
<td mat-cell *matCellDef="let element">
109109
<ul>
110110
<li *ngFor="let ISOElement of element.ISO">
@@ -117,12 +117,12 @@
117117

118118
<ng-container matColumnDef="ISO22">
119119
<ng-container *ngIf="currentlySortingByISO22">
120-
<th mat-header-cell *matHeaderCellDef>ISO22</th>
120+
<th mat-header-cell *matHeaderCellDef>ISO 27001:2022</th>
121121
<td mat-cell *matCellDef="let element">{{ element.ISO22 }}</td>
122122
</ng-container>
123123

124124
<ng-container *ngIf="currentlySortingByTask || currentlySortingBySAMM || currentlySortingByISO">
125-
<th mat-header-cell *matHeaderCellDef>ISO22</th>
125+
<th mat-header-cell *matHeaderCellDef>ISO 27001:2022</th>
126126
<td mat-cell *matCellDef="let element">
127127
<ul>
128128
<li *ngFor="let ISO22Element of element.ISO22">
@@ -155,8 +155,8 @@
155155
<th>Comments</th>
156156
<th>Depends On</th>
157157
<th>SAMM</th>
158-
<th>ISO</th>
159-
<th>ISO22</th>
158+
<th>ISO 27001:2017</th>
159+
<th>ISO 27001:2022</th>
160160
</tr>
161161
<tr *ngFor="let item of allMappingDataSortedByISO">
162162
<td>{{ item.dimension }}</td>

src/app/component/mapping/mapping.component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface MappingElementSortedBySAMM {
2929

3030
export interface MappingElementSortedByISO {
3131
ISO: string;
32-
ISO22: string;
32+
ISO22: string[];
3333
dimension: string;
3434
subDimension: string;
3535
taskName: string;
@@ -49,7 +49,7 @@ export interface MappingElementSortedByISO {
4949
}
5050

5151
export interface MappingElementSortedByISO22 {
52-
ISO: string;
52+
ISO: string[];
5353
ISO22: string;
5454
dimension: string;
5555
subDimension: string;
@@ -273,7 +273,7 @@ export class MappingComponent implements OnInit {
273273
//console.log(this.temp)
274274
}
275275

276-
//Sets dataSource value sorted by ISO - to also be used by download functionality
276+
//Sets dataSource value sorted by ISO 27001:2017 - to also be used by download functionality
277277
setValueandAppendToDatasetandSortbyISO(
278278
dim: string,
279279
subDim: string,
@@ -380,7 +380,7 @@ export class MappingComponent implements OnInit {
380380
//console.log(this.temp)
381381
}
382382

383-
//Sets dataSource value sorted by ISO22 - to also be used by download functionality
383+
//Sets dataSource value sorted by ISO 27001:2022
384384
setValueandAppendToDatasetandSortbyISO22(
385385
dim: string,
386386
subDim: string,

src/assets/YAML/default/BuildAndDeployment/Build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Build and Deployment:
3131
iso27001-2017:
3232
- 14.2.6
3333
iso27001-2022:
34-
- ISO 27001:2022 Mapping missing
34+
- ISO 27001:2022 mapping is missing
3535
isImplemented: false
3636
evidence: ""
3737
comments: ""
@@ -66,7 +66,7 @@ Build and Deployment:
6666
- 12.1.1
6767
- 14.2.2
6868
iso27001-2022:
69-
- ISO 27001:2022 Mapping missing
69+
- ISO 27001:2022 mapping is missing
7070
isImplemented: false
7171
evidence: ""
7272
comments: ""
@@ -97,7 +97,7 @@ Build and Deployment:
9797
iso27001-2017:
9898
- 14.2.6
9999
iso27001-2022:
100-
- ISO 27001:2022 Mapping missing
100+
- ISO 27001:2022 mapping is missing
101101
isImplemented: false
102102
evidence: ""
103103
comments: ""
@@ -122,7 +122,7 @@ Build and Deployment:
122122
- "8.1"
123123
- "8.2"
124124
iso27001-2022:
125-
- ISO 27001:2022 Mapping missing
125+
- ISO 27001:2022 mapping is missing
126126
isImplemented: false
127127
evidence: ""
128128
comments: ""
@@ -148,7 +148,7 @@ Build and Deployment:
148148
iso27001-2017:
149149
- 14.2.6
150150
iso27001-2022:
151-
- ISO 27001:2022 Mapping missing
151+
- ISO 27001:2022 mapping is missing
152152
isImplemented: false
153153
evidence: ""
154154
comments: ""
@@ -173,7 +173,7 @@ Build and Deployment:
173173
iso27001-2017:
174174
- 14.2.6
175175
iso27001-2022:
176-
- ISO 27001:2022 Mapping missing
176+
- ISO 27001:2022 mapping is missing
177177
isImplemented: false
178178
evidence: ""
179179
comments: ""

src/assets/YAML/default/BuildAndDeployment/Deployment.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Build and Deployment:
2727
- 12.5.1
2828
- 14.2.9
2929
iso27001-2022:
30-
- ISO 27001:2022 Mapping missing
30+
- ISO 27001:2022 mapping is missing
3131
isImplemented: false
3232
evidence: ""
3333
comments: ""
@@ -49,7 +49,7 @@ Build and Deployment:
4949
iso27001-2017:
5050
- 11.2.7
5151
iso27001-2022:
52-
- ISO 27001:2022 Mapping missing
52+
- ISO 27001:2022 mapping is missing
5353
isImplemented: false
5454
evidence: ""
5555
comments: ""
@@ -79,7 +79,7 @@ Build and Deployment:
7979
- 12.1.1
8080
- 14.2.2
8181
iso27001-2022:
82-
- ISO 27001:2022 Mapping missing
82+
- ISO 27001:2022 mapping is missing
8383
isImplemented: false
8484
evidence: ""
8585
comments: ""
@@ -108,7 +108,7 @@ Build and Deployment:
108108
- 9.4.5
109109
- 14.2.6
110110
iso27001-2022:
111-
- ISO 27001:2022 Mapping missing
111+
- ISO 27001:2022 mapping is missing
112112
d3f:
113113
- ApplicationConfigurationHardening
114114
isImplemented: false
@@ -142,7 +142,7 @@ Build and Deployment:
142142
- 9.4.1
143143
- 10.1.2
144144
iso27001-2022:
145-
- ISO 27001:2022 Mapping missing
145+
- ISO 27001:2022 mapping is missing
146146
d3f:
147147
- ApplicationConfigurationHardening
148148
isImplemented: false
@@ -173,7 +173,7 @@ Build and Deployment:
173173
- "8.1"
174174
- "8.2"
175175
iso27001-2022:
176-
- ISO 27001:2022 Mapping missing
176+
- ISO 27001:2022 mapping is missing
177177
isImplemented: false
178178
evidence: ""
179179
comments: ""
@@ -198,7 +198,7 @@ Build and Deployment:
198198
- "8.1"
199199
- "8.2"
200200
iso27001-2022:
201-
- ISO 27001:2022 Mapping missing
201+
- ISO 27001:2022 mapping is missing
202202
isImplemented: false
203203
evidence: ""
204204
comments: ""
@@ -225,7 +225,7 @@ Build and Deployment:
225225
- 14.2.2
226226
- 17.2.1
227227
iso27001-2022:
228-
- ISO 27001:2022 Mapping missing
228+
- ISO 27001:2022 mapping is missing
229229
isImplemented: false
230230
evidence: ""
231231
comments: ""
@@ -252,7 +252,7 @@ Build and Deployment:
252252
- 14.2.8
253253
- 12.1.4
254254
iso27001-2022:
255-
- ISO 27001:2022 Mapping missing
255+
- ISO 27001:2022 mapping is missing
256256
isImplemented: false
257257
evidence: ""
258258
comments: ""
@@ -280,7 +280,7 @@ Build and Deployment:
280280
- 14.2.9
281281
- 12.1.4
282282
iso27001-2022:
283-
- ISO 27001:2022 Mapping missing
283+
- ISO 27001:2022 mapping is missing
284284
d3f:
285285
- ApplicationConfigurationHardening
286286
isImplemented: false
@@ -308,7 +308,7 @@ Build and Deployment:
308308
- 15.1.3
309309
- 14.1.3
310310
iso27001-2022:
311-
- ISO 27001:2022 Mapping missing
311+
- ISO 27001:2022 mapping is missing
312312
isImplemented: false
313313
evidence: ""
314314
comments: ""

src/assets/YAML/default/BuildAndDeployment/PatchManagement.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Build and Deployment:
2020
- 12.5.1
2121
- 14.2.5
2222
iso27001-2022:
23-
- ISO 27001:2022 Mapping missing
23+
- ISO 27001:2022 mapping is missing
2424
isImplemented: false
2525
evidence: ""
2626
comments: ""
@@ -47,7 +47,7 @@ Build and Deployment:
4747
- 12.6.1
4848
- 14.2.5
4949
iso27001-2022:
50-
- ISO 27001:2022 Mapping missing
50+
- ISO 27001:2022 mapping is missing
5151
isImplemented: false
5252
evidence: ""
5353
comments: ""
@@ -70,7 +70,7 @@ Build and Deployment:
7070
iso27001-2017:
7171
- 12.6.1
7272
iso27001-2022:
73-
- ISO 27001:2022 Mapping missing
73+
- ISO 27001:2022 mapping is missing
7474
isImplemented: false
7575
evidence: ""
7676
comments: ""
@@ -95,7 +95,7 @@ Build and Deployment:
9595
- hardening is missing in ISO 27001
9696
- 14.2.1
9797
iso27001-2022:
98-
- ISO 27001:2022 Mapping missing
98+
- ISO 27001:2022 mapping is missing
9999
isImplemented: false
100100
evidence: ""
101101
comments: ""
@@ -121,7 +121,7 @@ Build and Deployment:
121121
iso27001-2017:
122122
- 12.6.1
123123
iso27001-2022:
124-
- ISO 27001:2022 Mapping missing
124+
- ISO 27001:2022 mapping is missing
125125
isImplemented: false
126126
evidence: ""
127127
comments: ""
@@ -144,7 +144,7 @@ Build and Deployment:
144144
iso27001-2017:
145145
- 12.6.1
146146
iso27001-2022:
147-
- ISO 27001:2022 Mapping missing
147+
- ISO 27001:2022 mapping is missing
148148
isImplemented: false
149149
evidence: ""
150150
comments: ""

src/assets/YAML/default/CultureAndOrganization/Design.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Culture and Organization:
4444
- 8.2.1
4545
- 14.2.1
4646
iso27001-2022:
47-
- ISO 27001:2022 Mapping missing
47+
- ISO 27001:2022 mapping is missing
4848
isImplemented: false
4949
evidence: ""
5050
comments: ""
@@ -69,7 +69,7 @@ Culture and Organization:
6969
- 8.2.1
7070
- 14.2.1
7171
iso27001-2022:
72-
- ISO 27001:2022 Mapping missing
72+
- ISO 27001:2022 mapping is missing
7373
isImplemented: false
7474
evidence: ""
7575
comments: ""
@@ -143,7 +143,7 @@ Culture and Organization:
143143
- 8.2.1
144144
- 14.2.1
145145
iso27001-2022:
146-
- ISO 27001:2022 Mapping missing
146+
- ISO 27001:2022 mapping is missing
147147
isImplemented: false
148148
evidence: ""
149149
comments: ""
@@ -172,7 +172,7 @@ Culture and Organization:
172172
- may be part of risk assessment
173173
- 8.1.2
174174
iso27001-2022:
175-
- ISO 27001:2022 Mapping missing
175+
- ISO 27001:2022 mapping is missing
176176
isImplemented: false
177177
evidence: ""
178178
comments: ""
@@ -201,7 +201,7 @@ Culture and Organization:
201201
- may be part of risk assessment
202202
- 8.1.2
203203
iso27001-2022:
204-
- ISO 27001:2022 Mapping missing
204+
- ISO 27001:2022 mapping is missing
205205
isImplemented: false
206206
evidence: ""
207207
comments: ""
@@ -231,7 +231,7 @@ Culture and Organization:
231231
- 8.2.1
232232
- 14.2.1
233233
iso27001-2022:
234-
- ISO 27001:2022 Mapping missing
234+
- ISO 27001:2022 mapping is missing
235235
isImplemented: false
236236
evidence: ""
237237
comments: ""
@@ -254,7 +254,7 @@ Culture and Organization:
254254
- 5.1.1
255255
- 7.2.1
256256
iso27001-2022:
257-
- ISO 27001:2022 Mapping missing
257+
- ISO 27001:2022 mapping is missing
258258
isImplemented: false
259259
evidence: ""
260260
comments: ""

0 commit comments

Comments
 (0)