Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packs/FeedNVDv2/Integrations/FeedNVDv2/FeedNVDv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,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: ''
Expand Down
6 changes: 6 additions & 0 deletions Packs/FeedNVDv2/ReleaseNotes/1_0_12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### National Vulnerability Database Feed v2

- Updated the Docker image to: *demisto/python3:3.12.12.5490952*.
2 changes: 1 addition & 1 deletion Packs/FeedNVDv2/pack_metadata.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
5 changes: 4 additions & 1 deletion Packs/NistNVD/Integrations/NistNVD/NistNVD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,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
Expand Down
6 changes: 6 additions & 0 deletions Packs/NistNVD/ReleaseNotes/2_0_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Nist NVD

- Updated the Docker image to: *demisto/python3:3.12.12.5490952*.
2 changes: 1 addition & 1 deletion Packs/NistNVD/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
Loading