taranis-models 1.3.3.dev7__tar.gz → 1.3.3.dev8__tar.gz
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.
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/PKG-INFO +1 -1
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/models/types.py +2 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/taranis_models.egg-info/PKG-INFO +1 -1
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/typings/models/types.pyi +2 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/uv.lock +22 -22
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/.dockerignore +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/.gitignore +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/.python-version +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/LICENSE.md +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/README.md +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/models/__init__.py +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/models/admin.py +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/models/assess.py +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/models/asset.py +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/models/base.py +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/models/dashboard.py +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/models/product.py +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/models/py.typed +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/models/report.py +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/models/user.py +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/pyproject.toml +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/setup.cfg +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/taranis_models.egg-info/SOURCES.txt +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/taranis_models.egg-info/dependency_links.txt +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/taranis_models.egg-info/requires.txt +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/taranis_models.egg-info/top_level.txt +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/typings/models/__init__.pyi +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/typings/models/admin.pyi +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/typings/models/assess.pyi +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/typings/models/asset.pyi +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/typings/models/base.pyi +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/typings/models/dashboard.pyi +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/typings/models/product.pyi +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/typings/models/report.pyi +0 -0
- {taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/typings/models/user.pyi +0 -0
|
@@ -129,6 +129,7 @@ class PUBLISHER_TYPES(StrEnum):
|
|
|
129
129
|
EMAIL_PUBLISHER = auto()
|
|
130
130
|
WORDPRESS_PUBLISHER = auto()
|
|
131
131
|
MISP_PUBLISHER = auto()
|
|
132
|
+
TAXII_PUBLISHER = auto()
|
|
132
133
|
|
|
133
134
|
@classmethod
|
|
134
135
|
def _missing_(cls, value):
|
|
@@ -169,6 +170,7 @@ class WORKER_TYPES(StrEnum):
|
|
|
169
170
|
EMAIL_PUBLISHER = auto()
|
|
170
171
|
WORDPRESS_PUBLISHER = auto()
|
|
171
172
|
MISP_PUBLISHER = auto()
|
|
173
|
+
TAXII_PUBLISHER = auto()
|
|
172
174
|
MISP_CONNECTOR = auto()
|
|
173
175
|
PPN_COLLECTOR = auto()
|
|
174
176
|
|
|
@@ -76,6 +76,7 @@ class PUBLISHER_TYPES(StrEnum):
|
|
|
76
76
|
EMAIL_PUBLISHER = ...
|
|
77
77
|
WORDPRESS_PUBLISHER = ...
|
|
78
78
|
MISP_PUBLISHER = ...
|
|
79
|
+
TAXII_PUBLISHER = ...
|
|
79
80
|
|
|
80
81
|
class WORKER_TYPES(StrEnum):
|
|
81
82
|
RSS_COLLECTOR = ...
|
|
@@ -107,6 +108,7 @@ class WORKER_TYPES(StrEnum):
|
|
|
107
108
|
EMAIL_PUBLISHER = ...
|
|
108
109
|
WORDPRESS_PUBLISHER = ...
|
|
109
110
|
MISP_PUBLISHER = ...
|
|
111
|
+
TAXII_PUBLISHER = ...
|
|
110
112
|
MISP_CONNECTOR = ...
|
|
111
113
|
PPN_COLLECTOR = ...
|
|
112
114
|
|
|
@@ -247,16 +247,16 @@ wheels = [
|
|
|
247
247
|
|
|
248
248
|
[[package]]
|
|
249
249
|
name = "pydantic-settings"
|
|
250
|
-
version = "2.
|
|
250
|
+
version = "2.13.1"
|
|
251
251
|
source = { registry = "https://pypi.org/simple" }
|
|
252
252
|
dependencies = [
|
|
253
253
|
{ name = "pydantic" },
|
|
254
254
|
{ name = "python-dotenv" },
|
|
255
255
|
{ name = "typing-inspection" },
|
|
256
256
|
]
|
|
257
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
257
|
+
sdist = { url = "https://files.pythonhosted.org/packages/52/6d/fffca34caecc4a3f97bda81b2098da5e8ab7efc9a66e819074a11955d87e/pydantic_settings-2.13.1.tar.gz", hash = "sha256:b4c11847b15237fb0171e1462bf540e294affb9b86db4d9aa5c01730bdbe4025", size = 223826, upload-time = "2026-02-19T13:45:08.055Z" }
|
|
258
258
|
wheels = [
|
|
259
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
259
|
+
{ url = "https://files.pythonhosted.org/packages/00/4b/ccc026168948fec4f7555b9164c724cf4125eac006e176541483d2c959be/pydantic_settings-2.13.1-py3-none-any.whl", hash = "sha256:d56fd801823dbeae7f0975e1f8c8e25c258eb75d278ea7abb5d9cebb01b56237", size = 58929, upload-time = "2026-02-19T13:45:06.034Z" },
|
|
260
260
|
]
|
|
261
261
|
|
|
262
262
|
[[package]]
|
|
@@ -323,27 +323,27 @@ wheels = [
|
|
|
323
323
|
|
|
324
324
|
[[package]]
|
|
325
325
|
name = "ruff"
|
|
326
|
-
version = "0.15.
|
|
326
|
+
version = "0.15.2"
|
|
327
327
|
source = { registry = "https://pypi.org/simple" }
|
|
328
|
-
sdist = { url = "https://files.pythonhosted.org/packages/04/
|
|
328
|
+
sdist = { url = "https://files.pythonhosted.org/packages/06/04/eab13a954e763b0606f460443fcbf6bb5a0faf06890ea3754ff16523dce5/ruff-0.15.2.tar.gz", hash = "sha256:14b965afee0969e68bb871eba625343b8673375f457af4abe98553e8bbb98342", size = 4558148, upload-time = "2026-02-19T22:32:20.271Z" }
|
|
329
329
|
wheels = [
|
|
330
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
331
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
332
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
333
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
334
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
335
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
336
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
337
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
338
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
339
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
340
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
341
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
342
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
343
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
344
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
345
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
346
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
330
|
+
{ url = "https://files.pythonhosted.org/packages/2f/70/3a4dc6d09b13cb3e695f28307e5d889b2e1a66b7af9c5e257e796695b0e6/ruff-0.15.2-py3-none-linux_armv6l.whl", hash = "sha256:120691a6fdae2f16d65435648160f5b81a9625288f75544dc40637436b5d3c0d", size = 10430565, upload-time = "2026-02-19T22:32:41.824Z" },
|
|
331
|
+
{ url = "https://files.pythonhosted.org/packages/71/0b/bb8457b56185ece1305c666dc895832946d24055be90692381c31d57466d/ruff-0.15.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:a89056d831256099658b6bba4037ac6dd06f49d194199215befe2bb10457ea5e", size = 10820354, upload-time = "2026-02-19T22:32:07.366Z" },
|
|
332
|
+
{ url = "https://files.pythonhosted.org/packages/2d/c1/e0532d7f9c9e0b14c46f61b14afd563298b8b83f337b6789ddd987e46121/ruff-0.15.2-py3-none-macosx_11_0_arm64.whl", hash = "sha256:e36dee3a64be0ebd23c86ffa3aa3fd3ac9a712ff295e192243f814a830b6bd87", size = 10170767, upload-time = "2026-02-19T22:32:13.188Z" },
|
|
333
|
+
{ url = "https://files.pythonhosted.org/packages/47/e8/da1aa341d3af017a21c7a62fb5ec31d4e7ad0a93ab80e3a508316efbcb23/ruff-0.15.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a9fb47b6d9764677f8c0a193c0943ce9a05d6763523f132325af8a858eadc2b9", size = 10529591, upload-time = "2026-02-19T22:32:02.547Z" },
|
|
334
|
+
{ url = "https://files.pythonhosted.org/packages/93/74/184fbf38e9f3510231fbc5e437e808f0b48c42d1df9434b208821efcd8d6/ruff-0.15.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f376990f9d0d6442ea9014b19621d8f2aaf2b8e39fdbfc79220b7f0c596c9b80", size = 10260771, upload-time = "2026-02-19T22:32:36.938Z" },
|
|
335
|
+
{ url = "https://files.pythonhosted.org/packages/05/ac/605c20b8e059a0bc4b42360414baa4892ff278cec1c91fff4be0dceedefd/ruff-0.15.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2dcc987551952d73cbf5c88d9fdee815618d497e4df86cd4c4824cc59d5dd75f", size = 11045791, upload-time = "2026-02-19T22:32:31.642Z" },
|
|
336
|
+
{ url = "https://files.pythonhosted.org/packages/fd/52/db6e419908f45a894924d410ac77d64bdd98ff86901d833364251bd08e22/ruff-0.15.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:42a47fd785cbe8c01b9ff45031af875d101b040ad8f4de7bbb716487c74c9a77", size = 11879271, upload-time = "2026-02-19T22:32:29.305Z" },
|
|
337
|
+
{ url = "https://files.pythonhosted.org/packages/3e/d8/7992b18f2008bdc9231d0f10b16df7dda964dbf639e2b8b4c1b4e91b83af/ruff-0.15.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cbe9f49354866e575b4c6943856989f966421870e85cd2ac94dccb0a9dcb2fea", size = 11303707, upload-time = "2026-02-19T22:32:22.492Z" },
|
|
338
|
+
{ url = "https://files.pythonhosted.org/packages/d7/02/849b46184bcfdd4b64cde61752cc9a146c54759ed036edd11857e9b8443b/ruff-0.15.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b7a672c82b5f9887576087d97be5ce439f04bbaf548ee987b92d3a7dede41d3a", size = 11149151, upload-time = "2026-02-19T22:32:44.234Z" },
|
|
339
|
+
{ url = "https://files.pythonhosted.org/packages/70/04/f5284e388bab60d1d3b99614a5a9aeb03e0f333847e2429bebd2aaa1feec/ruff-0.15.2-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:72ecc64f46f7019e2bcc3cdc05d4a7da958b629a5ab7033195e11a438403d956", size = 11091132, upload-time = "2026-02-19T22:32:24.691Z" },
|
|
340
|
+
{ url = "https://files.pythonhosted.org/packages/fa/ae/88d844a21110e14d92cf73d57363fab59b727ebeabe78009b9ccb23500af/ruff-0.15.2-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:8dcf243b15b561c655c1ef2f2b0050e5d50db37fe90115507f6ff37d865dc8b4", size = 10504717, upload-time = "2026-02-19T22:32:26.75Z" },
|
|
341
|
+
{ url = "https://files.pythonhosted.org/packages/64/27/867076a6ada7f2b9c8292884ab44d08fd2ba71bd2b5364d4136f3cd537e1/ruff-0.15.2-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:dab6941c862c05739774677c6273166d2510d254dac0695c0e3f5efa1b5585de", size = 10263122, upload-time = "2026-02-19T22:32:10.036Z" },
|
|
342
|
+
{ url = "https://files.pythonhosted.org/packages/e7/ef/faf9321d550f8ebf0c6373696e70d1758e20ccdc3951ad7af00c0956be7c/ruff-0.15.2-py3-none-musllinux_1_2_i686.whl", hash = "sha256:1b9164f57fc36058e9a6806eb92af185b0697c9fe4c7c52caa431c6554521e5c", size = 10735295, upload-time = "2026-02-19T22:32:39.227Z" },
|
|
343
|
+
{ url = "https://files.pythonhosted.org/packages/2f/55/e8089fec62e050ba84d71b70e7834b97709ca9b7aba10c1a0b196e493f97/ruff-0.15.2-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:80d24fcae24d42659db7e335b9e1531697a7102c19185b8dc4a028b952865fd8", size = 11241641, upload-time = "2026-02-19T22:32:34.617Z" },
|
|
344
|
+
{ url = "https://files.pythonhosted.org/packages/23/01/1c30526460f4d23222d0fabd5888868262fd0e2b71a00570ca26483cd993/ruff-0.15.2-py3-none-win32.whl", hash = "sha256:fd5ff9e5f519a7e1bd99cbe8daa324010a74f5e2ebc97c6242c08f26f3714f6f", size = 10507885, upload-time = "2026-02-19T22:32:15.635Z" },
|
|
345
|
+
{ url = "https://files.pythonhosted.org/packages/5c/10/3d18e3bbdf8fc50bbb4ac3cc45970aa5a9753c5cb51bf9ed9a3cd8b79fa3/ruff-0.15.2-py3-none-win_amd64.whl", hash = "sha256:d20014e3dfa400f3ff84830dfb5755ece2de45ab62ecea4af6b7262d0fb4f7c5", size = 11623725, upload-time = "2026-02-19T22:32:04.947Z" },
|
|
346
|
+
{ url = "https://files.pythonhosted.org/packages/6d/78/097c0798b1dab9f8affe73da9642bb4500e098cb27fd8dc9724816ac747b/ruff-0.15.2-py3-none-win_arm64.whl", hash = "sha256:cabddc5822acdc8f7b5527b36ceac55cc51eec7b1946e60181de8fe83ca8876e", size = 10941649, upload-time = "2026-02-19T22:32:18.108Z" },
|
|
347
347
|
]
|
|
348
348
|
|
|
349
349
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/taranis_models.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/taranis_models.egg-info/requires.txt
RENAMED
|
File without changes
|
{taranis_models-1.3.3.dev7 → taranis_models-1.3.3.dev8}/taranis_models.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|