Skip to content

Commit

Permalink
fix: TLP Green documents now labeled as GREEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed May 15, 2024
1 parent 51c6e75 commit 5596722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/singleview/docmodel/docmodel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const getTlp = (csafDoc: any): TLP => {
label = TLP.AMBER;
break;
case TLP.GREEN:
label = TLP.AMBER;
label = TLP.GREEN;
break;
case TLP.WHITE:
label = TLP.WHITE;
Expand Down

0 comments on commit 5596722

Please sign in to comment.