File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -1386,7 +1386,7 @@ def format_outputs_time_attributes_to_iso(outputs: List[dict]) -> List[dict]:
1386
1386
for entity in outputs :
1387
1387
for key , value in entity .items ():
1388
1388
if any (time_key in key for time_key in time_keys ) and value :
1389
- entity [key ] = FormatIso8601 (datetime .fromtimestamp (int (value ) / 1000 ))
1389
+ entity [key ] = FormatIso8601 (datetime .fromtimestamp (int (float ( value ) ) / 1000 ))
1390
1390
1391
1391
return outputs
1392
1392
Original file line number Diff line number Diff line change 10
10
"attributes" : {
11
11
"Source TCP/UDP Port" : 62835 ,
12
12
"Source Interface SNMP Index" : 29034 ,
13
- "Event Receive Time" : 1646760881000 ,
13
+ "Event Receive Time" : " 0.00 " ,
14
14
"Reporting IP" : " 192.168.30.254" ,
15
15
"IP Protocol" : 17 ,
16
16
"Destination Country Code" : " US" ,
Original file line number Diff line number Diff line change
1
+
2
+ #### Integrations
3
+
4
+ ##### FortiSIEM v2
5
+
6
+ - Fixed an issue where the ** fetch-incident** command failed to parse the time field correctly.
Original file line number Diff line number Diff line change 2
2
"name" : " FortiSIEM" ,
3
3
"description" : " Search and update events of FortiSIEM and manage resource lists." ,
4
4
"support" : " xsoar" ,
5
- "currentVersion" : " 2.0.34 " ,
5
+ "currentVersion" : " 2.0.35 " ,
6
6
"author" : " Cortex XSOAR" ,
7
7
"url" : " https://www.paloaltonetworks.com/cortex" ,
8
8
"email" : " " ,
You can’t perform that action at this time.
0 commit comments