We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0e545 commit 68d691eCopy full SHA for 68d691e
1 file changed
src/app/component/task-description/task-description.component.ts
@@ -70,8 +70,8 @@ export class TaskDescriptionComponent implements OnInit {
70
rowIndex: number = 0;
71
markdown: md = md();
72
SAMMVersion: string = 'OWASP SAMM VERSION 2';
73
- ISOVersion: string = 'ISO27001 2017';
74
- ISO22Version: string = 'ISO27001 2022';
+ ISOVersion: string = 'ISO 27001:2017';
+ ISO22Version: string = 'ISO 27001:2022';
75
@ViewChildren(MatAccordion) accordion!: QueryList<MatAccordion>;
76
constructor(private route: ActivatedRoute, private yaml: ymlService) {}
77
0 commit comments