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

Qualys fix schema #29461

Merged
merged 2 commits into from Sep 5, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -58,19 +58,19 @@
},
"DNS_DATA": {
"type": "string",
"is_array": true
"is_array": false
},
"CLOUD_PROVIDER": {
"type": "string",
"is_array": false
},
"DETECTION": {
"type": "string",
"is_array": true
"is_array": false
},
"METADATA": {
"type": "string",
"is_array": true
"is_array": false
},
"NETBIOS": {
"type": "string",
Expand All @@ -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",
Expand All @@ -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
}
}
}
3 changes: 3 additions & 0 deletions 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.
2 changes: 1 addition & 1 deletion Packs/qualys/pack_metadata.json
Expand Up @@ -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": "",
Expand Down