Skip to content

Commit

Permalink
Merge pull request #734 from tschmidtb51/tlp
Browse files Browse the repository at this point in the history
`TLP:CLEAR` as default
  • Loading branch information
tschmidtb51 committed May 24, 2024
2 parents 1cae368 + cfebd9d commit 4d0ecb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions csaf_2.1/json_schema/csaf_json_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@
"title": "Label of TLP",
"description": "Provides the TLP label of the document.",
"type": "string",
"default": "CLEAR",
"enum": [
"AMBER",
"AMBER+STRICT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ Valid values of the `enum` are:
> To simplify the JSON structure, avoid additional business level tests and aid in parsing, consumption and
> processing, it is provided as a label to be selected instead of having a separate field.
The default value for `label` is `CLEAR`.

> Note: This provides the suggested default value for anyone writing CSAF documents as the majority of those
> are intended to be publicly available.
The URL of TLP version (`url`) with value type `string` with format `uri` provides a URL where to find
the textual description of the TLP version which is used in this document.
The default value is the URL to the definition by FIRST:
Expand Down

0 comments on commit 4d0ecb0

Please sign in to comment.