From f09ff69c7e1aec30d52a4282d63d66535b51c8c3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Dec 2024 11:03:27 -0800 Subject: [PATCH] Release notes for version 2.2.3 --- LICENSE | 2 +- README.md | 6 +++--- release_notes/2.2.3.md | 1 + release_notes/unreleased.md | 2 -- 4 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 release_notes/2.2.3.md diff --git a/LICENSE b/LICENSE index a7dfdbd..d0f6848 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. + limitations under the License. \ No newline at end of file diff --git a/README.md b/README.md index cfdb481..ab786f0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # MISP Publisher: Splunk -Connector Version: 2.2.2 +Connector Version: 2.2.3 Product Vendor: MISP Product Name: MISP Product Version Supported (regex): ".\*" @@ -105,8 +105,8 @@ used by Splunk SOAR. | https | tcp | 443 | -### Configuration Variables -The below configuration variables are required for this Connector to operate. These variables are specified when configuring a MISP asset in SOAR. +### Configuration variables +This table lists the configuration variables required to operate MISP. These variables are specified when configuring a MISP asset in Splunk SOAR. VARIABLE | REQUIRED | TYPE | DESCRIPTION -------- | -------- | ---- | ----------- diff --git a/release_notes/2.2.3.md b/release_notes/2.2.3.md new file mode 100644 index 0000000..473f73a --- /dev/null +++ b/release_notes/2.2.3.md @@ -0,0 +1 @@ +* Updates to setuptools and zipp libraries for vulnerabilities [PAPP-34915] \ No newline at end of file diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index 15d7984..fbcb2fd 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1,3 +1 @@ **Unreleased** - -* Updates to setuptools and zipp libraries for vulnerabilities [PAPP-34915]