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

CVE updates - type, layouts and CVEsearchV2 #26486

Merged
merged 237 commits into from Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
237 commits
Select commit Hold shift + click to select a range
3a2163d
Updated the integration to parse all the data coming from the source.
Ni-Knight May 14, 2023
99adce3
Updated the Common.CVE class with new attributes needed for the chang…
Ni-Knight May 14, 2023
2b62283
New indicator fields - "Vulnerable Products" and "Vulnerable Configur…
Ni-Knight May 14, 2023
15bb93f
New script to support a new dynamic section in the CVE layout.
Ni-Knight May 14, 2023
19152ed
Updated layout for CVEs.
Ni-Knight May 14, 2023
2f2185f
New and improved custom mapping for CVEs.
Ni-Knight May 14, 2023
e4efe1d
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 14, 2023
dc0a1d9
Small fix to comments section in the layout
Ni-Knight May 14, 2023
2046f1d
Added "KeyError" handling to the automation if no CVSS score is present.
Ni-Knight May 14, 2023
50b5e88
Small fixes and docstrings.
Ni-Knight May 14, 2023
a1d5942
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 14, 2023
ca30e50
Updated fromVersion.
Ni-Knight May 14, 2023
60a3f95
RN
Ni-Knight May 14, 2023
06c0ec4
ignore "CPE" and "CPEs".
Ni-Knight May 14, 2023
fbdfa28
ignore "CWE" and "CWEs".
Ni-Knight May 14, 2023
9697ca9
Small fixes to errors in CSP.
Ni-Knight May 14, 2023
28e52bc
Switched branch name back to `master` in CSP.
Ni-Knight May 14, 2023
cc8cb1e
Reverted doc_stirng to reinclude dbot info.
Ni-Knight May 14, 2023
0cf7dcb
Fixed field name from "description" to "comment"
Ni-Knight May 15, 2023
976f84a
PEP8 fixes
Ni-Knight May 15, 2023
9206af4
Docker bump
Ni-Knight May 15, 2023
4918ec8
Readme update
Ni-Knight May 15, 2023
1b45247
code fixes and unit-tests
Ni-Knight May 15, 2023
4622730
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 15, 2023
92bd362
Merged master into current branch.
May 15, 2023
5c20799
Bump pack from version CommonTypes to 3.3.69.
May 15, 2023
d74f9da
Fixed tags and escape characters
Ni-Knight May 15, 2023
c1af183
Merge remote-tracking branch 'origin/DRA-CVE-UPDATE' into DRA-CVE-UPDATE
Ni-Knight May 15, 2023
07e04e8
Typo
Ni-Knight May 15, 2023
8588dd3
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 15, 2023
b03c908
readme fixes
Ni-Knight May 15, 2023
d38afc6
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight May 15, 2023
d2f61d9
Merged master into current branch.
May 16, 2023
bdfd436
Bump pack from version CommonTypes to 3.3.70.
May 16, 2023
75f9849
Update CVECVSSColor.py
Ni-Knight May 16, 2023
56bc0eb
Update CVECVSSColor_test.py
Ni-Knight May 16, 2023
b1a71cf
RN
Ni-Knight May 16, 2023
d631ab2
Removed `script` from yml
Ni-Knight May 16, 2023
d4ad08b
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight May 16, 2023
e18c434
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 16, 2023
b1c0b71
Some more tests for indicator generation
Ni-Knight May 16, 2023
1f9c962
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight May 16, 2023
0a18681
Merged master into current branch.
May 16, 2023
fbfe50d
Bump pack from version Base to 1.32.3.
May 16, 2023
f0b409c
More tests for the new code sections
Ni-Knight May 16, 2023
b84ea92
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight May 16, 2023
11a3607
Added relationships to tests
Ni-Knight May 16, 2023
b82c096
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 16, 2023
7084d32
Update CVECVSSColor.py
Ni-Knight May 17, 2023
ec71074
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 17, 2023
f3ce0a5
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 17, 2023
66fae1e
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 17, 2023
b9671cb
Fixed issue with relationships being referenced before assignment
Ni-Knight May 17, 2023
8466b34
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight May 17, 2023
a475eee
Updated test playbook
Ni-Knight May 17, 2023
de26cfe
Merged master into current branch.
May 17, 2023
2dc73bf
Bump pack from version CommonScripts to 1.11.75.
May 17, 2023
a29daf1
Bump pack from version Base to 1.32.4.
May 17, 2023
7b4911e
A bit more comments
Ni-Knight May 18, 2023
a0fa1d3
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight May 18, 2023
c080634
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 18, 2023
c1ad292
Fixed `ruff` errors
Ni-Knight May 18, 2023
ecee113
Bumped docker
Ni-Knight May 18, 2023
6416130
RN
Ni-Knight May 18, 2023
eafcf0c
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight May 18, 2023
6b28099
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 18, 2023
20b3b59
Merged master into current branch.
May 18, 2023
4db2c68
Bump pack from version CommonScripts to 1.11.76.
May 18, 2023
d5238d3
CR fixes
Ni-Knight May 18, 2023
2621317
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight May 18, 2023
ae8a128
Updated readme file
Ni-Knight May 21, 2023
f463ecc
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 21, 2023
38c2ad5
ReleaseNotes
Ni-Knight May 21, 2023
ba4cdb5
Updated YML
Ni-Knight May 21, 2023
881c2ae
ReleaseNotes
Ni-Knight May 21, 2023
0abffdc
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 21, 2023
5116610
Fixed YML
Ni-Knight May 21, 2023
1a37fe6
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight May 21, 2023
98371eb
Updated breaking changes
Ni-Knight May 21, 2023
7c22af8
ignore BC102 error
Ni-Knight May 21, 2023
e739e18
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 22, 2023
b03f31b
ReleaseNotes
Ni-Knight May 22, 2023
814d23c
fixed ignore
Ni-Knight May 22, 2023
c6dfe1f
Update .pack-ignore
Ni-Knight May 22, 2023
aa30b1e
Merged master into current branch.
May 22, 2023
adc6b8d
Bump pack from version CommonScripts to 1.11.78.
May 22, 2023
41ffc48
Merged master into current branch.
May 22, 2023
c4597eb
Bump pack from version CommonScripts to 1.11.79.
May 22, 2023
fbd80c7
Adding an explenation for the change in the context.
Ni-Knight May 23, 2023
b400d27
Docker bumps
Ni-Knight May 23, 2023
ea5eacd
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 23, 2023
d10a769
RN
Ni-Knight May 23, 2023
3e932af
Merged master into current branch.
May 23, 2023
464e154
Bump pack from version CommonScripts to 1.11.80.
May 23, 2023
8a3f879
Restored script name that was deleted by format
Ni-Knight May 23, 2023
7c02ace
docker bump
Ni-Knight May 23, 2023
9ef73f7
RN
Ni-Knight May 23, 2023
7f57ecf
Fixed small error in unit test
Ni-Knight May 23, 2023
5d6f464
Merged master into current branch.
May 24, 2023
214be34
Bump pack from version CommonScripts to 1.11.81.
May 24, 2023
93745af
Fixed CPE parsing to support multiple products.
Ni-Knight May 29, 2023
c116369
Fixed tags being overwritten.
Ni-Knight May 29, 2023
05ed8a9
CveReputation update to Python3
Ni-Knight May 31, 2023
35f7db3
Updated cpes to a single grid
Ni-Knight May 31, 2023
22f7220
Updated layout with fixes to quick and edit
Ni-Knight May 31, 2023
c48887f
Moved integration to CIRCL and reverted changes in CVESearch
Ni-Knight May 31, 2023
c8ee130
Reverting changes to CVESearch Pack
Ni-Knight May 31, 2023
52bd346
Deprecating CVESearch
Ni-Knight May 31, 2023
1ecacac
Delete Pipfile.lock
Ni-Knight May 31, 2023
cd55204
Delete Pipfile
Ni-Knight May 31, 2023
77e5602
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight May 31, 2023
1440a1f
RN
Ni-Knight May 31, 2023
d18625c
Update .secrets-ignore
Ni-Knight May 31, 2023
d14d11c
pip8 issues
Ni-Knight Jun 1, 2023
8e7374d
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 1, 2023
958724f
New picture
Ni-Knight Jun 1, 2023
d86b042
docs updates
Ni-Knight Jun 1, 2023
2982853
Merged master into current branch.
Jun 1, 2023
5d9c204
Bump pack from version CommonScripts to 1.11.83.
Jun 1, 2023
53d0e42
Merge branch 'master' into DRA-CVE-UPDATE
ilaner Jun 1, 2023
8720da4
added script key to yml
Ni-Knight Jun 1, 2023
963c564
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight Jun 1, 2023
9e3feda
added "python" to code block
Ni-Knight Jun 1, 2023
24149b6
Added unittests for the script
Ni-Knight Jun 1, 2023
035ffeb
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 1, 2023
fc47c5f
Fixed typing hint
Ni-Knight Jun 1, 2023
05becc8
typing hint
Ni-Knight Jun 1, 2023
2c1cef3
Hint yet again
Ni-Knight Jun 1, 2023
4ad906d
Added a python3 docker key to the yml
Ni-Knight Jun 1, 2023
0df5ef2
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 4, 2023
fc189b6
RN
Ni-Knight Jun 4, 2023
f7d0ca3
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 4, 2023
6c21e42
update poetry setup version
adi88d Jun 4, 2023
6116c9d
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 5, 2023
f9e1a59
Merged master into current branch.
Jun 5, 2023
1016c4c
Bump pack from version CommonScripts to 1.11.84.
Jun 5, 2023
b81c8e4
Validation fixes
Ni-Knight Jun 5, 2023
a1f430d
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight Jun 5, 2023
a04815a
Merged master into current branch.
Jun 5, 2023
ce275f3
Bump pack from version Base to 1.32.8.
Jun 5, 2023
350652b
Update conf.json
Ni-Knight Jun 5, 2023
805972d
Fixed import path
Ni-Knight Jun 5, 2023
5e2e481
Update indicatorfield-vulnerableproducts.json
Ni-Knight Jun 5, 2023
16d5e95
typo fixes (changed to vulnerableproducts from vulnerableproduct)
Ni-Knight Jun 5, 2023
c32bb4c
vulnerableproduct -> vulnerableproducts in Common.CVE
Ni-Knight Jun 5, 2023
149933b
Camel in context keys
Ni-Knight Jun 5, 2023
63f770b
vulnerableproducts -> VulnerableProducts in mapping
Ni-Knight Jun 5, 2023
87c00a3
Apply suggestions from code review
Ni-Knight Jun 5, 2023
795ddd2
Updated ExtraHop PB to use new integration.
Ni-Knight Jun 5, 2023
a53e4aa
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight Jun 5, 2023
98c6700
RN
Ni-Knight Jun 5, 2023
9ba5893
RN
Ni-Knight Jun 5, 2023
52c42f6
vulnerableproduct - > vulnerableproducts
Ni-Knight Jun 5, 2023
7e39cd3
Update 3_3_73.md
Ni-Knight Jun 5, 2023
23dec6a
Removed deprecated pack CVE Search
Ni-Knight Jun 6, 2023
af66530
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 7, 2023
4157f61
RN
Ni-Knight Jun 7, 2023
150877b
Merged master into current branch.
Jun 7, 2023
e919f56
Bump pack from version CommonScripts to 1.11.86.
Jun 7, 2023
ef5b23b
removed CVESearch from nightly (deprecated)
Ni-Knight Jun 8, 2023
0808f45
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight Jun 8, 2023
d3919dc
Added CIRCL to nightly packs
Ni-Knight Jun 11, 2023
8bf25f3
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 11, 2023
45ef6d9
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight Jun 11, 2023
4f99372
RN
Ni-Knight Jun 11, 2023
e3fbee7
Update pack_metadata.json
Ni-Knight Jun 11, 2023
6dbfc42
Update pack_metadata.json
Ni-Knight Jun 11, 2023
d8d4615
Update playbook-ExtraHop_-_CVE-2019-0708_BlueKeep.yml
Ni-Knight Jun 11, 2023
594589e
Update pack_metadata.json
Ni-Knight Jun 11, 2023
6a8dd0b
RN
Ni-Knight Jun 11, 2023
57d97d2
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 12, 2023
17718a3
ReleaseNotes
Ni-Knight Jun 12, 2023
d13cb87
RN
Ni-Knight Jun 12, 2023
a2c18ee
Update 1_0_19.md
Ni-Knight Jun 12, 2023
b3a3763
ignore CJ105 in CveReputation.yml
Ni-Knight Jun 12, 2023
32eb5e3
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 12, 2023
484c2b8
RN
Ni-Knight Jun 12, 2023
4a54057
Update CveReputation.yml
Ni-Knight Jun 13, 2023
169dd91
Changed cve_id to cve
Ni-Knight Jun 14, 2023
8420623
Deprecated notifications
Ni-Knight Jun 14, 2023
819aee0
RN
Ni-Knight Jun 14, 2023
ac2abce
RN
Ni-Knight Jun 14, 2023
d3d20ef
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 14, 2023
1429d0d
RN
Ni-Knight Jun 14, 2023
8167fc3
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 14, 2023
4218ec7
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 14, 2023
7c974b5
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 14, 2023
180e0b5
added "toversion" again to try
Ni-Knight Jun 14, 2023
5e61e93
Merged master into current branch.
Jun 15, 2023
5b17457
Bump pack from version Base to 1.32.15.
Jun 15, 2023
7a0fcd9
Merged master into current branch.
Jun 15, 2023
6b3fd59
Bump pack from version CommonScripts to 1.11.88.
Jun 15, 2023
dac18b3
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 16, 2023
5fb3145
docker bump
Ni-Knight Jun 16, 2023
c607d95
RN
Ni-Knight Jun 16, 2023
b02a43d
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 19, 2023
27170bc
RN
Ni-Knight Jun 19, 2023
5677175
Test fixes to use "cve"
Ni-Knight Jun 19, 2023
352063f
PB Fix
Ni-Knight Jun 19, 2023
411f5b1
fromversion fix.
Ni-Knight Jun 20, 2023
da42a24
Apply suggestions from code review
Ni-Knight Jun 22, 2023
d3e7c51
CR fixes
Ni-Knight Jun 22, 2023
f2b97d0
More CR changes
Ni-Knight Jun 22, 2023
772ba73
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 22, 2023
e04c482
RN
Ni-Knight Jun 22, 2023
6a7da74
typo
Ni-Knight Jun 22, 2023
c6f4128
missing `return` after change
Ni-Knight Jun 22, 2023
d4dcc50
fix to tests
Ni-Knight Jun 22, 2023
a22f7d9
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 22, 2023
a54fa50
Update conf.json
Ni-Knight Jun 22, 2023
8c163a9
cvss_color fix
Ni-Knight Jun 25, 2023
bf2a50f
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 25, 2023
2c45f5b
RN
Ni-Knight Jun 25, 2023
4b16a55
Fixed test_module
Ni-Knight Jun 25, 2023
36e292d
catching bad JSON
Ni-Knight Jun 25, 2023
ae251d3
`cve_id`->`cve`
Ni-Knight Jun 25, 2023
cd0173e
Fixes to mypy issues.
Ni-Knight Jun 26, 2023
49c78cb
Merged master into current branch.
Jun 26, 2023
bcb64d2
Bump pack from version CommonTypes to 3.3.77.
Jun 26, 2023
20a6513
Merged master into current branch.
Jun 26, 2023
557b7fa
Bump pack from version CommonScripts to 1.11.90.
Jun 26, 2023
d06bed6
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 27, 2023
270df42
Update Packs/CIRCL/Integrations/CirclCVESearch/CirclCVESearch.py
Ni-Knight Jun 27, 2023
fa6da48
Fixed "id" issue and better exception for bad URL
Ni-Knight Jun 27, 2023
0893e3f
Fixed mypy issues and ruff
Ni-Knight Jun 28, 2023
37a28f1
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 28, 2023
5781498
RN
Ni-Knight Jun 28, 2023
44aae5a
Merge branch 'master' into DRA-CVE-UPDATE
Ni-Knight Jun 28, 2023
b03751a
RN
Ni-Knight Jun 28, 2023
2c8cf89
Update CVESearchV2.yml
Ni-Knight Jun 28, 2023
8bf802d
Merged master into current branch.
Jun 29, 2023
c5b34d0
Bump pack from version CommonScripts to 1.11.91.
Jun 29, 2023
742ea6b
removing toversion from cvereputatoin and changing id to V2
Ni-Knight Jun 29, 2023
8294b43
Merge branch 'DRA-CVE-UPDATE' of https://github.com/demisto/content i…
Ni-Knight Jun 29, 2023
320bc2c
RN
Ni-Knight Jun 29, 2023
f69e6b0
RN
Ni-Knight Jun 29, 2023
91961f9
updated comment
Ni-Knight Jun 29, 2023
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
2 changes: 2 additions & 0 deletions Packs/Base/.pack-ignore
Expand Up @@ -78,6 +78,8 @@ FeedIndicatorType
str
FileResult
JavaScript
CPE
CPEs

[tests_require_network]
CommonServerPython
Expand Down
5 changes: 5 additions & 0 deletions Packs/Base/ReleaseNotes/1_32_18.md
@@ -0,0 +1,5 @@

#### Scripts

##### CommonServerPython
Updated the CVE class adding missing attributes and creating the CPE class to handle CPEs.
47 changes: 42 additions & 5 deletions Packs/Base/Scripts/CommonServerPython/CommonServerPython.py
Expand Up @@ -3623,6 +3623,27 @@ def to_context(self):
'data': self.dns_record_data
}


class CPE:
"""
Represents one Common Platform Enumeration (CPE) object, see https://nvlpubs.nist.gov/nistpubs/legacy/ir/nistir7695.pdf

:type cpe: ``str``
:param cpe: a single CPE string

:return: None
:rtype: ``None``

"""
def __init__(self, cpe=None):
self.cpe = cpe

def to_context(self):
return {
'CPE': self.cpe,
}


class File(Indicator):
"""
File indicator class - https://xsoar.pan.dev/docs/integrations/context-standards-mandatory#file
Expand Down Expand Up @@ -3975,15 +3996,21 @@ class CVE(Indicator):
:type dbot_score: ``DBotScore``
:param dbot_score: If file has a score then create and set a DBotScore object

:type vulnerable_products: ``CPE``
:param vulnerable_products: A list of CPE objects

:type vulnerable_configurations: ``CPE``
:param vulnerable_configurations: A list of CPE objects

:return: None
:rtype: ``None``
"""
CONTEXT_PATH = 'CVE(val.ID && val.ID == obj.ID)'

def __init__(self, id, cvss, published, modified, description, relationships=None, stix_id=None,
cvss_version=None, cvss_score=None, cvss_vector=None, cvss_table=None, community_notes=None,
tags=None, traffic_light_protocol=None, dbot_score=None, publications=None):
# type (str, str, str, str, str) -> None
tags=None, traffic_light_protocol=None, dbot_score=None, publications=None,
vulnerable_products=None, vulnerable_configurations=None):

# Main indicator value
self.id = id
Expand All @@ -4010,6 +4037,10 @@ def __init__(self, id, cvss, published, modified, description, relationships=Non
integration_name=None,
score=Common.DBotScore.NONE)

# Core custom fields for CVE type
self.vulnerable_products = vulnerable_products
self.vulnerable_configurations = vulnerable_configurations

def to_context(self):
cve_context = {
'ID': self.id,
Expand Down Expand Up @@ -4057,16 +4088,22 @@ def to_context(self):
if self.traffic_light_protocol:
cve_context['TrafficLightProtocol'] = self.traffic_light_protocol

if self.publications:
cve_context['Publications'] = self.create_context_table(self.publications)

ret_value = {
Common.CVE.CONTEXT_PATH: cve_context
}

if self.dbot_score:
ret_value.update(self.dbot_score.to_context())

if self.publications:
cve_context['Publications'] = self.create_context_table(self.publications)

if self.vulnerable_products:
cve_context['VulnerableProducts'] = self.create_context_table(self.vulnerable_products)

if self.vulnerable_configurations:
cve_context['VulnerableConfigurations'] = self.create_context_table(self.vulnerable_configurations)

return ret_value

class EMAIL(Indicator):
Expand Down
2 changes: 1 addition & 1 deletion Packs/Base/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Base",
"description": "The base pack for Cortex XSOAR.",
"support": "xsoar",
"currentVersion": "1.32.17",
"currentVersion": "1.32.18",
"author": "Cortex XSOAR",
"serverMinVersion": "6.0.0",
"url": "https://www.paloaltonetworks.com/cortex",
Expand Down
2 changes: 2 additions & 0 deletions Packs/CIRCL/.secrets-ignore
@@ -0,0 +1,2 @@
https://cve.bad_url
cve@mitre.org