splunk-soar-sdk 3.3.0__py3-none-any.whl → 3.3.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- soar_sdk/meta/actions.py +9 -0
- {splunk_soar_sdk-3.3.0.dist-info → splunk_soar_sdk-3.3.2.dist-info}/METADATA +3 -3
- {splunk_soar_sdk-3.3.0.dist-info → splunk_soar_sdk-3.3.2.dist-info}/RECORD +6 -6
- {splunk_soar_sdk-3.3.0.dist-info → splunk_soar_sdk-3.3.2.dist-info}/WHEEL +0 -0
- {splunk_soar_sdk-3.3.0.dist-info → splunk_soar_sdk-3.3.2.dist-info}/entry_points.txt +0 -0
- {splunk_soar_sdk-3.3.0.dist-info → splunk_soar_sdk-3.3.2.dist-info}/licenses/LICENSE +0 -0
soar_sdk/meta/actions.py
CHANGED
|
@@ -39,6 +39,15 @@ class ActionMeta(BaseModel):
|
|
|
39
39
|
"type": self.render_as,
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
if self.view_handler:
|
|
43
|
+
module = self.view_handler.__module__
|
|
44
|
+
module_parts = module.split(".")
|
|
45
|
+
if len(module_parts) > 1:
|
|
46
|
+
relative_module = ".".join(module_parts[1:])
|
|
47
|
+
else:
|
|
48
|
+
relative_module = module
|
|
49
|
+
data["render"]["view"] = f"{relative_module}.{self.view_handler.__name__}"
|
|
50
|
+
|
|
42
51
|
# Remove view_handler from the output since in render
|
|
43
52
|
data.pop("view_handler", None)
|
|
44
53
|
data.pop("render_as", None)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: splunk-soar-sdk
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.2
|
|
4
4
|
Summary: The official framework for developing and testing Splunk SOAR Apps
|
|
5
5
|
Project-URL: Homepage, https://github.com/phantomcyber/splunk-soar-sdk
|
|
6
6
|
Project-URL: Documentation, https://github.com/phantomcyber/splunk-soar-sdk
|
|
@@ -16,7 +16,7 @@ Classifier: Natural Language :: English
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3
|
|
17
17
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
18
18
|
Classifier: Typing :: Typed
|
|
19
|
-
Requires-Python:
|
|
19
|
+
Requires-Python: <3.15,>=3.13
|
|
20
20
|
Requires-Dist: beautifulsoup4>=4.10.0
|
|
21
21
|
Requires-Dist: bleach>=6.2.0
|
|
22
22
|
Requires-Dist: build>=1.3.0
|
|
@@ -59,7 +59,7 @@ The recommended installation method is via [uv](https://docs.astral.sh/uv/).
|
|
|
59
59
|
|
|
60
60
|
## Find us at .conf25
|
|
61
61
|
|
|
62
|
-
To learn more about the SDK, check out our presentation
|
|
62
|
+
To learn more about the SDK, check out our (presentation slides)[https://conf.splunk.com/files/2025/slides/DEV1495.pdf] from .conf25!
|
|
63
63
|
|
|
64
64
|
## Installing the SDK as a tool
|
|
65
65
|
|
|
@@ -61,7 +61,7 @@ soar_sdk/decorators/test_connectivity.py,sha256=tZt7w-BnZUpxCyixblXts4tsUp8z-Kmz
|
|
|
61
61
|
soar_sdk/decorators/view_handler.py,sha256=_qjfk2nQxPwraldjRIl4DWdW-tvANJfdVDU_lLA3UvE,7075
|
|
62
62
|
soar_sdk/decorators/webhook.py,sha256=PE37CcGzGYykJpU9AVDVtajENLrOIUA0su28lVDQ76M,2366
|
|
63
63
|
soar_sdk/meta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
|
-
soar_sdk/meta/actions.py,sha256=
|
|
64
|
+
soar_sdk/meta/actions.py,sha256=UDf_0cZ8lsAhkyhDIWonneNshUG9pzciG1Go9e7NJ6k,2189
|
|
65
65
|
soar_sdk/meta/adapters.py,sha256=KjSYIUtkCz2eesA_vhsNCjfi5C-Uz71tbSuDIjhuB8U,1112
|
|
66
66
|
soar_sdk/meta/app.py,sha256=eZlM8GIY1B_o-RzJrRNCNVEQSx0sFupxZqCM7sIWGv4,2777
|
|
67
67
|
soar_sdk/meta/datatypes.py,sha256=piR-oBVAATiRciXSdVE7XaqjUZTgSaOvTEqcOcNvCS0,795
|
|
@@ -103,8 +103,8 @@ soar_sdk/views/components/pie_chart.py,sha256=LVTeHVJN6nf2vjUs9y7PDBhS0U1fKW750l
|
|
|
103
103
|
soar_sdk/webhooks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
104
104
|
soar_sdk/webhooks/models.py,sha256=PG9SDs5xXqtFndm5C8AsJOTYXU5v_UTY7SpYosWT_CA,4542
|
|
105
105
|
soar_sdk/webhooks/routing.py,sha256=MnzbnIDy2uG_5mJzsTeX-NsE6QYvzyqEGbHmEFj-DG8,6900
|
|
106
|
-
splunk_soar_sdk-3.3.
|
|
107
|
-
splunk_soar_sdk-3.3.
|
|
108
|
-
splunk_soar_sdk-3.3.
|
|
109
|
-
splunk_soar_sdk-3.3.
|
|
110
|
-
splunk_soar_sdk-3.3.
|
|
106
|
+
splunk_soar_sdk-3.3.2.dist-info/METADATA,sha256=qeaayWzRJ09W1zZLoQqxokUs_ZXT5uqtptn7FHTYZ6I,7333
|
|
107
|
+
splunk_soar_sdk-3.3.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
108
|
+
splunk_soar_sdk-3.3.2.dist-info/entry_points.txt,sha256=CgBjo2ZWpYNkt9TgvToL26h2Tg1yt8FbvYTb5NVgNuc,51
|
|
109
|
+
splunk_soar_sdk-3.3.2.dist-info/licenses/LICENSE,sha256=gNCGrGhrSQb1PUzBOByVUN1tvaliwLZfna-QU2r2hQ8,11345
|
|
110
|
+
splunk_soar_sdk-3.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|