Skip to content

Commit

Permalink
ForcePoint Firewall Schema Fix (#29425)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasta5 authored and moishce committed Sep 14, 2023
1 parent 863d607 commit 2e13fe5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Packs/Forcepoint/.pack-ignore
Expand Up @@ -4,3 +4,5 @@ ignore=IM111
[file:Forcepoint.yml]
ignore=MR108

[known_words]
NGFW
14 changes: 7 additions & 7 deletions Packs/Forcepoint/ModelingRules/Forcepoint/Forcepoint_schema.json
Expand Up @@ -62,31 +62,31 @@
},
"cefSeverity": {
"type": "string",
"is_array": true
"is_array": false
},
"deviceFacility": {
"type": "string",
"is_array": true
"is_array": false
},
"cefDeviceVersion": {
"type": "string",
"is_array": true
"is_array": false
},
"deviceExternalId": {
"type": "string",
"is_array": true
"is_array": false
},
"cefDeviceEventClassId": {
"type": "string",
"is_array": true
"is_array": false
},
"destinationServiceName": {
"type": "string",
"is_array": true
"is_array": false
},
"proto": {
"type": "string",
"is_array": true
"is_array": false
}
}
}
3 changes: 3 additions & 0 deletions Packs/Forcepoint/ReleaseNotes/1_0_11.md
@@ -0,0 +1,3 @@
#### Modeling Rules
##### Forcepoint NGFW
Fixed an issue with the Modeling Rule schema.
2 changes: 1 addition & 1 deletion Packs/Forcepoint/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Forcepoint Web Security",
"description": "Advanced threat protection with added local management controls.",
"support": "xsoar",
"currentVersion": "1.0.10",
"currentVersion": "1.0.11",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 2e13fe5

Please sign in to comment.