|
1 | 1 | <div class="content-box"> |
2 | | - <h1>Build and Deployment -> Build: Building and testing of artifacts in virtual environments</h1> |
| 2 | + <h1>{{currentTask.dimension}} -> {{currentTask.subDimension}}: Building and testing of artifacts in virtual environments</h1> |
3 | 3 | <div class="example-action-buttons"> |
4 | 4 | <button mat-raised-button (click)="openall()" >Expand All</button> |
5 | 5 | <button mat-raised-button (click)="closeall()">Collapse All</button> |
6 | 6 | </div> |
7 | 7 | <mat-accordion multi="true"> |
8 | | - <mat-expansion-panel> |
| 8 | + <mat-expansion-panel [expanded]="true"> |
9 | 9 | <mat-expansion-panel-header> |
10 | 10 | <mat-panel-title> |
11 | 11 | <b>Description</b> |
12 | 12 | </mat-panel-title> |
13 | 13 | </mat-expansion-panel-header> |
14 | | - <p>While building and testing artifacts, third party systems, application frameworks |
15 | | - and 3rd party libraries are used. These might be malicious as a result of |
16 | | - vulnerable libraries or because they are altered during the delivery phase.</p> |
| 14 | + <p [innerHTML]="description"></p> |
17 | 15 | </mat-expansion-panel> |
18 | 16 | <mat-expansion-panel> |
19 | 17 | <mat-expansion-panel-header> |
20 | 18 | <mat-panel-title> |
21 | 19 | <b>Risk</b> |
22 | 20 | </mat-panel-title> |
23 | 21 | </mat-expansion-panel-header> |
24 | | - <p>While building and testing artifacts, third party systems, application frameworks |
25 | | - and 3rd party libraries are used. These might be malicious as a result of |
26 | | - vulnerable libraries or because they are altered during the delivery phase.</p> |
| 22 | + <p [innerHTML]="risk"></p> |
27 | 23 | </mat-expansion-panel> |
28 | 24 | <mat-expansion-panel> |
29 | 25 | <mat-expansion-panel-header> |
30 | 26 | <mat-panel-title> |
31 | 27 | <b>Measure</b> |
32 | 28 | </mat-panel-title> |
33 | 29 | </mat-expansion-panel-header> |
34 | | - <p> Each step during within the build and testing phase is performed in |
35 | | - a separate virtual environments, which is destroyed afterward.</p> |
| 30 | + <p [innerHTML]="measure"></p> |
36 | 31 | </mat-expansion-panel> |
37 | 32 | <mat-expansion-panel> |
38 | 33 | <mat-expansion-panel-header> |
|
0 commit comments