Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change TLP Indicator Field Default Value #30428

Merged
merged 8 commits into from
Oct 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Packs/CommonTypes/.pack-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,4 @@ mailto
Misconfiguration
CloudTrail
ThreatCommand
TLP
1 change: 1 addition & 0 deletions Packs/CommonTypes/IndicatorFields/incidentfield-tlp.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"neverSetAsRequired": false,
"isReadOnly": false,
"selectValues": [
"",
"RED",
"AMBER+STRICT",
"AMBER",
Expand Down
4 changes: 4 additions & 0 deletions Packs/CommonTypes/ReleaseNotes/3_3_88.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

#### Indicator Fields
##### Traffic Light Protocol
- Fixed an issue where it was not possible to leave an empty TLP value (color).
2 changes: 1 addition & 1 deletion Packs/CommonTypes/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Types",
"description": "This Content Pack will get you up and running in no-time and provide you with the most commonly used incident & indicator fields and types.",
"support": "xsoar",
"currentVersion": "3.3.87",
"currentVersion": "3.3.88",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading