Skip to content

Commit 5f47d03

Browse files
mkolasinski-splunkdvarasani-crestmbruzda-splunksrv-rr-github-token
authored
chore: backport main to develop (#923)
Co-authored-by: dvarasani-crest <[email protected]> Co-authored-by: Marcin Bruzda <[email protected]> Co-authored-by: srv-rr-github-token <[email protected]>
1 parent 7dfe147 commit 5f47d03

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

NOTICE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
The following 3rd-party software packages may be used by or distributed with pytest-splunk-addon. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
99

10-
Date generated: 2025-9-8
10+
Date generated: 2025-9-10
1111

12-
Revision ID: b399c5a9d580cc21c7554fa20278c311733d4a44
12+
Revision ID: 467ba9ffed5261c0cc829cc791e1640f51a03879
1313

1414
================================================================================
1515
================================================================================
@@ -6338,4 +6338,4 @@ This formulation of W3C's notice and license became active on August 14 1998 so
63386338
--------------------------------------------------------------------------------
63396339
--------------------------------------------------------------------------------
63406340

6341-
Report Generated by FOSSA on 2025-9-8
6341+
Report Generated by FOSSA on 2025-9-10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "pytest-splunk-addon"
19-
version = "6.1.0-beta.1"
19+
version = "6.1.1"
2020
description = "A Dynamic test tool for Splunk Apps and Add-ons"
2121
authors = ["Splunk <[email protected]>"]
2222
license = "APACHE-2.0"

pytest_splunk_addon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
__author__ = """Splunk Inc."""
2020
__email__ = "[email protected]"
21-
__version__ = "6.1.0-beta.1"
21+
__version__ = "6.1.1"

pytest_splunk_addon/data_models/Endpoint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
{
8989
"name": "transport_dest_port",
9090
"type": "required",
91-
"validity": "(?:tcp|udp|dccp|sctp)\\/(?:(6553[0-5]|655[0-2][0-9]|65[0-4][0-9]{2}|6[0-4][0-9]{3}|[1-5][0-9]{4}|[0-9]{1,4})$)",
91+
"validity": "if(match(transport_dest_port, \"(?:tcp|udp|dccp|sctp)\\/(?:(6553[0-5]|655[0-2][0-9]|65[0-4][0-9]{2}|6[0-4][0-9]{3}|[1-5][0-9]{4}|[0-9]{1,4})$)\"), transport_dest_port, null())",
9292
"comment": "Calculated as transport/dest_port, such as tcp/53."
9393
},
9494
{

0 commit comments

Comments
 (0)