From f0dec0ccede1b2c1918c0887c5d79d84dbe80dc8 Mon Sep 17 00:00:00 2001 From: Yehonatan Asta Date: Tue, 5 Sep 2023 14:33:03 +0300 Subject: [PATCH 1/2] Added missing fields to schema fields. --- .../QualysModelingRules_schema.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Packs/qualys/ModelingRules/QualysModelingRules/QualysModelingRules_schema.json b/Packs/qualys/ModelingRules/QualysModelingRules/QualysModelingRules_schema.json index 522737640253..9bfa6cc39d6d 100644 --- a/Packs/qualys/ModelingRules/QualysModelingRules/QualysModelingRules_schema.json +++ b/Packs/qualys/ModelingRules/QualysModelingRules/QualysModelingRules_schema.json @@ -58,7 +58,7 @@ }, "DNS_DATA": { "type": "string", - "is_array": true + "is_array": false }, "CLOUD_PROVIDER": { "type": "string", @@ -66,11 +66,11 @@ }, "DETECTION": { "type": "string", - "is_array": true + "is_array": false }, "METADATA": { "type": "string", - "is_array": true + "is_array": false }, "NETBIOS": { "type": "string", @@ -82,11 +82,11 @@ }, "TAG": { "type": "string", - "is_array": true + "is_array": false }, "CLOUD_PROVIDER_TAGS": { "type": "string", - "is_array": true + "is_array": false }, "event_type": { "type": "string", @@ -95,6 +95,14 @@ "CLOUD_SERVICE": { "type": "string", "is_array": false + }, + "EC2_INSTANCE_ID": { + "type": "string", + "is_array": false + }, + "CLOUD_RESOURCE_ID": { + "type": "string", + "is_array": false } } } \ No newline at end of file From 3e7ae39bede7b20a5002074a03833ca40975a9ef Mon Sep 17 00:00:00 2001 From: Yehonatan Asta Date: Tue, 5 Sep 2023 14:35:44 +0300 Subject: [PATCH 2/2] Added release notes. --- Packs/qualys/ReleaseNotes/2_0_4.md | 3 +++ Packs/qualys/pack_metadata.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Packs/qualys/ReleaseNotes/2_0_4.md diff --git a/Packs/qualys/ReleaseNotes/2_0_4.md b/Packs/qualys/ReleaseNotes/2_0_4.md new file mode 100644 index 000000000000..dc12e51a8fad --- /dev/null +++ b/Packs/qualys/ReleaseNotes/2_0_4.md @@ -0,0 +1,3 @@ +#### Modeling Rules +##### Qualys Modeling Rule +Updated the Modeling Rule schema with additional fields, and modified existing fields. diff --git a/Packs/qualys/pack_metadata.json b/Packs/qualys/pack_metadata.json index a1b08f633bb7..96616cbece96 100644 --- a/Packs/qualys/pack_metadata.json +++ b/Packs/qualys/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Qualys", "description": "Qualys Vulnerability Management let's you create, run, fetch and manage reports, launch and manage vulnerability and compliance scans, and manage the host assets you want to scan for vulnerabilities and compliance", "support": "xsoar", - "currentVersion": "2.0.3", + "currentVersion": "2.0.4", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",