From 5c70e203368812846502f4f52a36e17b717101a9 Mon Sep 17 00:00:00 2001 From: samuelFain <65926551+samuelFain@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:18:50 +0300 Subject: [PATCH] [Auto Update Docker] AUD-demisto/auto_update_docker_staging_branch_5 (#35344) * Updated docker image to demisto/ansible-runner:1.0.0.102086. PR batch #1/1 (#35324) * Updated docker image to demisto/chromium:126.0.6478.102778. PR batch #1/1 (#35325) * Update release notes --- .../CofenseTriagev2/CofenseTriagev2.yml | 48 +++++++++---------- Packs/CofenseTriage/ReleaseNotes/2_1_26.md | 6 +++ Packs/CofenseTriage/pack_metadata.json | 2 +- Packs/SSLCertificates/ReleaseNotes/1_0_3.md | 12 +++++ .../Scripts/GenerateCSR/GenerateCSR.yml | 13 +++-- .../Scripts/SSLVerifierV2/SSLVerifierV2.yml | 4 +- .../SSLVerifierV2GenerateEmailBody.yml | 2 +- Packs/SSLCertificates/pack_metadata.json | 2 +- 8 files changed, 55 insertions(+), 34 deletions(-) create mode 100644 Packs/CofenseTriage/ReleaseNotes/2_1_26.md create mode 100644 Packs/SSLCertificates/ReleaseNotes/1_0_3.md diff --git a/Packs/CofenseTriage/Integrations/CofenseTriagev2/CofenseTriagev2.yml b/Packs/CofenseTriage/Integrations/CofenseTriagev2/CofenseTriagev2.yml index 32c3042a789d..487a3acd967c 100644 --- a/Packs/CofenseTriage/Integrations/CofenseTriagev2/CofenseTriagev2.yml +++ b/Packs/CofenseTriage/Integrations/CofenseTriagev2/CofenseTriagev2.yml @@ -9,17 +9,17 @@ description: Use the Cofense Triage integration to ingest reported phishing indi configuration: - display: Server URL (e.g., https://192.168.0.1) name: host - defaultvalue: "" + defaultvalue: '' type: 0 required: true - display: User name: user - defaultvalue: "" + defaultvalue: '' type: 0 required: true - display: API Token name: token - defaultvalue: "" + defaultvalue: '' type: 4 required: true - display: Fetch incidents @@ -30,7 +30,7 @@ configuration: name: incidentType type: 13 required: false -- display: "Mailbox Location" +- display: Mailbox Location name: mailbox_location defaultvalue: Processed_Reports type: 15 @@ -46,27 +46,27 @@ configuration: - display: Category ID to fetch name: category_id additionalinfo: Corresponds to category IDs defined in Triage. Eg, "1". - defaultvalue: "" + defaultvalue: '' type: 0 required: false - display: Match Priority - the highest match priority based on rule hits for the report name: match_priority - defaultvalue: "" + defaultvalue: '' type: 0 required: false - display: 'Tags - CSV list of tags of processed reports by which to filter ' name: tags - defaultvalue: "" + defaultvalue: '' type: 0 required: false - display: Maximum number of incidents to fetch each time name: max_fetch - defaultvalue: "30" + defaultvalue: '30' type: 0 required: false - display: Trust any certificate (not secure) name: insecure - defaultvalue: "false" + defaultvalue: 'false' type: 8 required: false - display: Use system proxy settings @@ -97,12 +97,12 @@ script: - name: max_matches default: true description: Maximum number of matches to fetch. Default is 30. - defaultValue: "30" + defaultValue: '30' - name: verbose auto: PREDEFINED predefined: - - "true" - - "false" + - 'true' + - 'false' description: Returns all fields of a report. outputs: - contextPath: Cofense.Report.ID @@ -152,7 +152,7 @@ script: type: number - contextPath: Cofense.Report.Sha256 description: SHA256 hash of the file. - description: 'Runs a query for reports.' + description: Runs a query for reports. - name: cofense-search-inbox-reports arguments: - name: file_hash @@ -172,12 +172,12 @@ script: - name: max_matches default: true description: Maximum number of matches to fetch. Default is 30. - defaultValue: "30" + defaultValue: '30' - name: verbose auto: PREDEFINED predefined: - - "true" - - "false" + - 'true' + - 'false' description: Returns all fields of a report. outputs: - contextPath: Cofense.Report.ID @@ -227,7 +227,7 @@ script: type: number - contextPath: Cofense.Report.Sha256 description: SHA256 hash of the file. - description: 'Runs a query for reports from the `inbox` mailbox.' + description: Runs a query for reports from the `inbox` mailbox. - name: cofense-get-attachment arguments: - name: attachment_id @@ -352,11 +352,11 @@ script: - name: set_white_bg auto: PREDEFINED predefined: - - "True" - - "False" + - 'True' + - 'False' description: Change background to white. - defaultValue: "False" - description: 'Retrieves a report by the report ID number and displays as PNG.' + defaultValue: 'False' + description: Retrieves a report by the report ID number and displays as PNG. - name: cofense-get-threat-indicators arguments: - name: type @@ -377,9 +377,9 @@ script: - Suspicious - Benign - name: start_date - description: "designated start date tagged by analyst (format example: YYYY-MM-DD+HH:MM:SS). Default: 6 days ago." + description: 'designated start date tagged by analyst (format example: YYYY-MM-DD+HH:MM:SS). Default: 6 days ago.' - name: end_date - description: "designated end date from assignment (format example: YYYY-MM-DD+HH:MM:SS). Default: current date." + description: 'designated end date from assignment (format example: YYYY-MM-DD+HH:MM:SS). Default: current date.' outputs: - contextPath: Cofense.ThreatIndicators description: Threat indicator output. @@ -402,7 +402,7 @@ script: description: Value of the threat indicator. type: string description: Threat Indicators that are designated by analysts as malicious, suspicious or benign. - dockerimage: demisto/chromium:124.0.6367.93838 + dockerimage: demisto/chromium:126.0.6478.102778 isfetch: true tests: - No test - partner integration (test pb exists - Cofense Triage Test) diff --git a/Packs/CofenseTriage/ReleaseNotes/2_1_26.md b/Packs/CofenseTriage/ReleaseNotes/2_1_26.md new file mode 100644 index 000000000000..295f9cf9359e --- /dev/null +++ b/Packs/CofenseTriage/ReleaseNotes/2_1_26.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Cofense Triage v2 + +- Updated the Docker image to: *demisto/chromium:126.0.6478.102778*. diff --git a/Packs/CofenseTriage/pack_metadata.json b/Packs/CofenseTriage/pack_metadata.json index 8c6776058999..e0d2ea873525 100644 --- a/Packs/CofenseTriage/pack_metadata.json +++ b/Packs/CofenseTriage/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Cofense Triage", "description": "Cofense Triage allows users to fetch reports by using the fetch incidents capability. It also provides commands to get entities like reporters, rules, categories, and more.", "support": "partner", - "currentVersion": "2.1.25", + "currentVersion": "2.1.26", "author": "Cofense", "url": "https://cofense.com/contact-support/", "email": "support@cofense.com", diff --git a/Packs/SSLCertificates/ReleaseNotes/1_0_3.md b/Packs/SSLCertificates/ReleaseNotes/1_0_3.md new file mode 100644 index 000000000000..fad58998a234 --- /dev/null +++ b/Packs/SSLCertificates/ReleaseNotes/1_0_3.md @@ -0,0 +1,12 @@ + +#### Scripts + +##### SSLVerifierV2 + +- Updated the Docker image to: *demisto/ansible-runner:1.0.0.102086*. +##### SSLVerifierV2_GenerateEmailBody + +- Updated the Docker image to: *demisto/ansible-runner:1.0.0.102086*. +##### GenerateCSR + +- Updated the Docker image to: *demisto/ansible-runner:1.0.0.102086*. diff --git a/Packs/SSLCertificates/Scripts/GenerateCSR/GenerateCSR.yml b/Packs/SSLCertificates/Scripts/GenerateCSR/GenerateCSR.yml index 089148b0b537..d63e409b2eaa 100644 --- a/Packs/SSLCertificates/Scripts/GenerateCSR/GenerateCSR.yml +++ b/Packs/SSLCertificates/Scripts/GenerateCSR/GenerateCSR.yml @@ -22,17 +22,20 @@ args: name: locality type: textArea - auto: PREDEFINED - defaultValue: "False" + defaultValue: 'False' description: 'Output CSR text to war room? (Default: False)' name: OutputToWarRoom predefined: - - "True" - - "False" -comment: "Generates a certificate signing request for fulfillment by an organization certification authority (CA)\n\nOutput is the request.csr file placed directly into context under a \"File\" object. " + - 'True' + - 'False' +comment: 'Generates a certificate signing request for fulfillment by an organization certification authority (CA) + + + Output is the request.csr file placed directly into context under a "File" object. ' commonfields: id: GenerateCSR version: -1 -dockerimage: demisto/ansible-runner:1.0.0.47562 +dockerimage: demisto/ansible-runner:1.0.0.102086 enabled: true name: GenerateCSR runas: DBotWeakRole diff --git a/Packs/SSLCertificates/Scripts/SSLVerifierV2/SSLVerifierV2.yml b/Packs/SSLCertificates/Scripts/SSLVerifierV2/SSLVerifierV2.yml index 73305c297cea..4dcd094f34be 100644 --- a/Packs/SSLCertificates/Scripts/SSLVerifierV2/SSLVerifierV2.yml +++ b/Packs/SSLCertificates/Scripts/SSLVerifierV2/SSLVerifierV2.yml @@ -3,14 +3,14 @@ args: name: URL required: true - default: true - defaultValue: "443" + defaultValue: '443' description: Port to check name: Port comment: Use this automation to check for validity of your SSL certificate and get the time until expiration. commonfields: id: SSLVerifierV2 version: -1 -dockerimage: demisto/ansible-runner:1.0.0.47562 +dockerimage: demisto/ansible-runner:1.0.0.102086 enabled: true name: SSLVerifierV2 outputs: diff --git a/Packs/SSLCertificates/Scripts/SSLVerifierV2GenerateEmailBody/SSLVerifierV2GenerateEmailBody.yml b/Packs/SSLCertificates/Scripts/SSLVerifierV2GenerateEmailBody/SSLVerifierV2GenerateEmailBody.yml index 29fdba94bc6b..03d0a71e9508 100644 --- a/Packs/SSLCertificates/Scripts/SSLVerifierV2GenerateEmailBody/SSLVerifierV2GenerateEmailBody.yml +++ b/Packs/SSLCertificates/Scripts/SSLVerifierV2GenerateEmailBody/SSLVerifierV2GenerateEmailBody.yml @@ -2,7 +2,7 @@ comment: 'Generates the HTML needed for a formatted email to be sent using the o commonfields: id: SSLVerifierV2_GenerateEmailBody version: -1 -dockerimage: demisto/ansible-runner:1.0.0.47562 +dockerimage: demisto/ansible-runner:1.0.0.102086 enabled: true name: SSLVerifierV2_GenerateEmailBody outputs: diff --git a/Packs/SSLCertificates/pack_metadata.json b/Packs/SSLCertificates/pack_metadata.json index 959b271b1e61..251c577d747f 100644 --- a/Packs/SSLCertificates/pack_metadata.json +++ b/Packs/SSLCertificates/pack_metadata.json @@ -2,7 +2,7 @@ "name": "SSL Certificates", "description": "SSL Certificate Content Pack for performing SSL Certificate validation.", "support": "community", - "currentVersion": "1.0.2", + "currentVersion": "1.0.3", "author": "Josh Levine", "url": "", "email": "",