From 852e13065847e76f52adc8044c15c6793541b6fc Mon Sep 17 00:00:00 2001 From: david-syk <128359288+david-syk@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:08:22 +0100 Subject: [PATCH] Update Docker image version in FeedNVDv2 & NistNVD (#42175) * Update Docker image version in FeedNVDv2.yml * updating the docker image to python3:3.12.12.5490952 * set proper description * update docker container to python3:3.12.12.5490952 * updating release notes * Update Packs/FeedNVDv2/ReleaseNotes/1_0_12.md Co-authored-by: Content Bot <55035720+content-bot@users.noreply.github.com> * Update Packs/NistNVD/ReleaseNotes/2_0_5.md * Update Packs/NistNVD/Integrations/NistNVD/NistNVD.yml --------- Co-authored-by: merit-maita <49760643+merit-maita@users.noreply.github.com> Co-authored-by: Content Bot <55035720+content-bot@users.noreply.github.com> --- Packs/FeedNVDv2/Integrations/FeedNVDv2/FeedNVDv2.yml | 2 +- Packs/FeedNVDv2/ReleaseNotes/1_0_12.md | 6 ++++++ Packs/FeedNVDv2/pack_metadata.json | 2 +- Packs/NistNVD/Integrations/NistNVD/NistNVD.yml | 5 ++++- Packs/NistNVD/ReleaseNotes/2_0_5.md | 6 ++++++ Packs/NistNVD/pack_metadata.json | 2 +- 6 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 Packs/FeedNVDv2/ReleaseNotes/1_0_12.md create mode 100644 Packs/NistNVD/ReleaseNotes/2_0_5.md diff --git a/Packs/FeedNVDv2/Integrations/FeedNVDv2/FeedNVDv2.yml b/Packs/FeedNVDv2/Integrations/FeedNVDv2/FeedNVDv2.yml index 7565d95d4dbb..6ab21c47d2ac 100644 --- a/Packs/FeedNVDv2/Integrations/FeedNVDv2/FeedNVDv2.yml +++ b/Packs/FeedNVDv2/Integrations/FeedNVDv2/FeedNVDv2.yml @@ -187,7 +187,7 @@ script: - contextPath: CVE.Description description: The description of the CVE. type: String - dockerimage: demisto/python3:3.12.11.4508456 + dockerimage: demisto/python3:3.12.12.5490952 feed: true runonce: false script: '' diff --git a/Packs/FeedNVDv2/ReleaseNotes/1_0_12.md b/Packs/FeedNVDv2/ReleaseNotes/1_0_12.md new file mode 100644 index 000000000000..9cf43f777ed6 --- /dev/null +++ b/Packs/FeedNVDv2/ReleaseNotes/1_0_12.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### National Vulnerability Database Feed v2 + +- Updated the Docker image to: *demisto/python3:3.12.12.5490952*. diff --git a/Packs/FeedNVDv2/pack_metadata.json b/Packs/FeedNVDv2/pack_metadata.json index 60280e938cda..14ae0d599efb 100644 --- a/Packs/FeedNVDv2/pack_metadata.json +++ b/Packs/FeedNVDv2/pack_metadata.json @@ -1,7 +1,7 @@ { "name": "NVD Feed 2.0", "support": "xsoar", - "currentVersion": "1.0.11", + "currentVersion": "1.0.12", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/NistNVD/Integrations/NistNVD/NistNVD.yml b/Packs/NistNVD/Integrations/NistNVD/NistNVD.yml index d48127f84cd4..3c8a77d222c0 100644 --- a/Packs/NistNVD/Integrations/NistNVD/NistNVD.yml +++ b/Packs/NistNVD/Integrations/NistNVD/NistNVD.yml @@ -131,7 +131,10 @@ script: required: true description: Search specific CVE. name: nvd-search-cve - dockerimage: demisto/python3:3.12.8.3296088 + dockerimage: demisto/python3:3.12.12.5490952 + sectionorder: +- Connect +- Collect runonce: false script: '' subtype: python3 diff --git a/Packs/NistNVD/ReleaseNotes/2_0_5.md b/Packs/NistNVD/ReleaseNotes/2_0_5.md new file mode 100644 index 000000000000..0c0ab56b9898 --- /dev/null +++ b/Packs/NistNVD/ReleaseNotes/2_0_5.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Nist NVD + +- Updated the Docker image to: *demisto/python3:3.12.12.5490952*. diff --git a/Packs/NistNVD/pack_metadata.json b/Packs/NistNVD/pack_metadata.json index 43cfce9dc81d..48254e0580d2 100644 --- a/Packs/NistNVD/pack_metadata.json +++ b/Packs/NistNVD/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Nist NVD", "description": "This integration can be used for daily routine vulnerability checks.(and used with several playbook)\nThe National Vulnerability Database (NVD), https://nvd.nist.gov, allows government agencies, software\nvendors, and researchers to search and view information about vulnerabilities and vulnerable products. In\nthe Fall of 2019, NVD began offering web services to allow computer applications to better access the\nNVD data", "support": "community", - "currentVersion": "2.0.4", + "currentVersion": "2.0.5", "author": "Murat Ozfidan", "url": "", "email": "",