assemblyline-v4-service 4.4.1.dev331__py3-none-any.whl → 4.4.1.dev334__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.

Potentially problematic release.


This version of assemblyline-v4-service might be problematic. Click here for more details.

@@ -1 +1 @@
1
- 4.4.1.dev331
1
+ 4.4.1.dev334
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: assemblyline-v4-service
3
- Version: 4.4.1.dev331
3
+ Version: 4.4.1.dev334
4
4
  Summary: Assemblyline 4 - Service base
5
5
  Home-page: https://github.com/CybercentreCanada/assemblyline-v4-service/
6
6
  Author: CCCS Assemblyline development team
@@ -1,4 +1,4 @@
1
- assemblyline_v4_service/VERSION,sha256=jH0Agn6l_kMb7HlUh8o-H6otw0G67_NmRRdMaFhk6Mg,13
1
+ assemblyline_v4_service/VERSION,sha256=OuyFsIfPYuqPRncefK1r6y1QYEIgN3SkO-Q797DT0-Y,13
2
2
  assemblyline_v4_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  assemblyline_v4_service/healthz.py,sha256=sS1cFkDLw8hUPMpj7tbHXFv8ZmHcazrwZ0l6oQDwwkQ,1575
4
4
  assemblyline_v4_service/run_privileged_service.py,sha256=qd4DmHo5G_Tpv8tb0A96qNfCGuXBu5MlIKB205z5e5w,14514
@@ -31,13 +31,13 @@ test/test_common/test_api.py,sha256=D1J2YQE3sB56vnRQOmYhEzGtPLi-lV7XG9u9iCh2-8k,
31
31
  test/test_common/test_base.py,sha256=3B35CTxumj1jI-Yap17aWuoruWp0DYwUwnPl-hxrpkA,13143
32
32
  test/test_common/test_helper.py,sha256=4r5S4W7EXUx4ldq7LZny0j3oohpnskya9pjMhrWBHD4,2388
33
33
  test/test_common/test_ocr.py,sha256=s5kL0vKjLmbyXuCg-9v6V6wQwwFRu0w2hYpjG0_BXy4,1874
34
- test/test_common/test_ontology_helper.py,sha256=snkj61_iPzU0cE1dzJounZikkG2LY-GQrDgyqYqA5Hs,7784
34
+ test/test_common/test_ontology_helper.py,sha256=TuvTeP9BTRqklOlsLu_yMdN9wdPWlVAENx2JqUe9a-A,7856
35
35
  test/test_common/test_request.py,sha256=K-gaHe20AUztfU3pLdWYv5bc6088GBBKP-eb833cis0,11729
36
36
  test/test_common/test_result.py,sha256=Wm0Cs5kZRzlZr0jL-l8OTsYAvkoN2eaB3NkeXzvyssI,42208
37
37
  test/test_common/test_task.py,sha256=RWsGEN0L-xKoRAsGv2x4JZcSAySS9aBF4dwL9t7tepo,18668
38
38
  test/test_common/test_utils.py,sha256=TbnBxqpS_ZC5ptXR9XJX3xtbItD0mTbtiBxxdyP8J5k,5904
39
- assemblyline_v4_service-4.4.1.dev331.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
40
- assemblyline_v4_service-4.4.1.dev331.dist-info/METADATA,sha256=EuXONaGu1X0s4q3RwAUj8kHePGiXA-ImvMjDMLFcm_Y,9691
41
- assemblyline_v4_service-4.4.1.dev331.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
42
- assemblyline_v4_service-4.4.1.dev331.dist-info/top_level.txt,sha256=LpTOEaVCatkrvbVq3EZseMSIa2PQZU-2rhuO_FTpZgY,29
43
- assemblyline_v4_service-4.4.1.dev331.dist-info/RECORD,,
39
+ assemblyline_v4_service-4.4.1.dev334.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
40
+ assemblyline_v4_service-4.4.1.dev334.dist-info/METADATA,sha256=t31UYhEI8viQ_3Of3Nh05ttTkPzqBGdOkWBkM9zRHmo,9691
41
+ assemblyline_v4_service-4.4.1.dev334.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
42
+ assemblyline_v4_service-4.4.1.dev334.dist-info/top_level.txt,sha256=LpTOEaVCatkrvbVq3EZseMSIa2PQZU-2rhuO_FTpZgY,29
43
+ assemblyline_v4_service-4.4.1.dev334.dist-info/RECORD,,
@@ -7,6 +7,7 @@ import pytest
7
7
  from assemblyline_v4_service.common.ontology_helper import *
8
8
  from assemblyline_v4_service.common.result import ResultSection
9
9
 
10
+ from assemblyline.odm.models.ontology.ontology import ODM_VERSION
10
11
  from assemblyline.odm.models.ontology.filetypes import PE
11
12
  from assemblyline.odm.models.ontology.results import Antivirus
12
13
 
@@ -218,7 +219,7 @@ def test_attach_ontology(dummy_request_class):
218
219
  'size': 123,
219
220
  'type': None},
220
221
  'odm_type': 'Assemblyline Result Ontology',
221
- 'odm_version': '1.5',
222
+ 'odm_version': ODM_VERSION,
222
223
  'results': {'heuristics': [],
223
224
  'tags': {'network.static.domain': ['blah.com']}},
224
225
  'service': {'name': 'blah',