howler-sentinel-plugin 0.2.0.151__py3-none-any.whl → 0.2.0.189__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.
@@ -1,8 +1,9 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: howler-sentinel-plugin
3
- Version: 0.2.0.151
3
+ Version: 0.2.0.189
4
4
  Summary: A howler plugin for integration with Microsoft's Sentinel API
5
5
  License: MIT
6
+ License-File: LICENSE
6
7
  Author: CCCS
7
8
  Author-email: analysis-development@cyber.gc.ca
8
9
  Requires-Python: >=3.9.17, <4.0
@@ -12,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.10
12
13
  Classifier: Programming Language :: Python :: 3.11
13
14
  Classifier: Programming Language :: Python :: 3.12
14
15
  Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3.14
15
17
  Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
16
18
  Description-Content-Type: text/markdown
17
19
 
@@ -13,9 +13,9 @@ sentinel/odm/hit.py,sha256=XEStYFIfiEUzcNVYo2Z1s6U7j6B-IDQOhRZR6YRUJn0,867
13
13
  sentinel/odm/models/sentinel.py,sha256=XT3XdT92uoCV5vmY9dT1jmcxRyuu9vp1gE8AwZdKBIc,337
14
14
  sentinel/routes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  sentinel/routes/ingest.py,sha256=XlQqOaZT-6_cBUuhe_DAdD81brKIgG1B4d3ZH8JJ0NA,10788
16
- sentinel/utils/tenant_utils.py,sha256=Xfxh90x87pl0rdf8aqkwYtEOje8Hw5U5KNXLFtVxXCw,1725
17
- howler_sentinel_plugin-0.2.0.151.dist-info/LICENSE,sha256=Wg2luVnxEkP2NSn11nh1US6W_nFFbICBAVTG9iG3t5M,1091
18
- howler_sentinel_plugin-0.2.0.151.dist-info/METADATA,sha256=BzaqefQsZjJSAyQrULqQZL3HsTZLG8ZEL6yulGOcUf8,746
19
- howler_sentinel_plugin-0.2.0.151.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
20
- howler_sentinel_plugin-0.2.0.151.dist-info/entry_points.txt,sha256=4IJyMY0V49s3Wp659ngN_7U8g66-czeKxI-_dNAFP5g,60
21
- howler_sentinel_plugin-0.2.0.151.dist-info/RECORD,,
16
+ sentinel/utils/tenant_utils.py,sha256=Wc7v2A8pQ69YdK9LsNCb2Vmg77kV2teHq9Sqn2EKoqc,1725
17
+ howler_sentinel_plugin-0.2.0.189.dist-info/METADATA,sha256=WceQDrlfhfVClvPo67LU39wqukdbsrWQFkzQMS0kp5w,819
18
+ howler_sentinel_plugin-0.2.0.189.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
19
+ howler_sentinel_plugin-0.2.0.189.dist-info/entry_points.txt,sha256=4IJyMY0V49s3Wp659ngN_7U8g66-czeKxI-_dNAFP5g,60
20
+ howler_sentinel_plugin-0.2.0.189.dist-info/licenses/LICENSE,sha256=Wg2luVnxEkP2NSn11nh1US6W_nFFbICBAVTG9iG3t5M,1091
21
+ howler_sentinel_plugin-0.2.0.189.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.3
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -16,7 +16,7 @@ def skip_cache(*args):
16
16
 
17
17
  @cache.memoize(15 * 60, unless=skip_cache)
18
18
  def get_token(tenant_id: str, scope: str) -> Optional[str]:
19
- """Get a borealis token based on the current howler token"""
19
+ """Get a sentinel token based on the current howler token"""
20
20
  from sentinel.config import config
21
21
 
22
22
  token = None