assemblyline-v4-service 4.5.0.dev6__py3-none-any.whl → 4.5.0.dev7__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.
- assemblyline_v4_service/VERSION +1 -1
- assemblyline_v4_service/updater/updater.py +1 -2
- {assemblyline_v4_service-4.5.0.dev6.dist-info → assemblyline_v4_service-4.5.0.dev7.dist-info}/METADATA +1 -2
- {assemblyline_v4_service-4.5.0.dev6.dist-info → assemblyline_v4_service-4.5.0.dev7.dist-info}/RECORD +7 -7
- {assemblyline_v4_service-4.5.0.dev6.dist-info → assemblyline_v4_service-4.5.0.dev7.dist-info}/LICENCE.md +0 -0
- {assemblyline_v4_service-4.5.0.dev6.dist-info → assemblyline_v4_service-4.5.0.dev7.dist-info}/WHEEL +0 -0
- {assemblyline_v4_service-4.5.0.dev6.dist-info → assemblyline_v4_service-4.5.0.dev7.dist-info}/top_level.txt +0 -0
assemblyline_v4_service/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.5.0.
|
|
1
|
+
4.5.0.dev7
|
|
@@ -445,8 +445,7 @@ class ServiceUpdater(ThreadedCoreBase):
|
|
|
445
445
|
return True
|
|
446
446
|
|
|
447
447
|
# Define how your source update gets imported into Assemblyline
|
|
448
|
-
def import_update(self, files_sha256: List[Tuple[str, str]],
|
|
449
|
-
default_classification=None):
|
|
448
|
+
def import_update(self, files_sha256: List[Tuple[str, str]], source_name: str, default_classification=None):
|
|
450
449
|
raise NotImplementedError()
|
|
451
450
|
|
|
452
451
|
# Define how to prepare the output directory before being served, must return the path of the directory to serve.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: assemblyline-v4-service
|
|
3
|
-
Version: 4.5.0.
|
|
3
|
+
Version: 4.5.0.dev7
|
|
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
|
|
@@ -28,7 +28,6 @@ Requires-Dist: pillow ==10.2.0
|
|
|
28
28
|
Requires-Dist: python-Levenshtein
|
|
29
29
|
Requires-Dist: regex
|
|
30
30
|
Provides-Extra: updater
|
|
31
|
-
Requires-Dist: assemblyline-client ; extra == 'updater'
|
|
32
31
|
Requires-Dist: gunicorn[gevent] ; extra == 'updater'
|
|
33
32
|
Requires-Dist: flask ; extra == 'updater'
|
|
34
33
|
Requires-Dist: gitpython ; extra == 'updater'
|
{assemblyline_v4_service-4.5.0.dev6.dist-info → assemblyline_v4_service-4.5.0.dev7.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
assemblyline_v4_service/VERSION,sha256=
|
|
1
|
+
assemblyline_v4_service/VERSION,sha256=7ZEyNKxSJLFtICSssiQ0qITaqdemo6PVzpK4BEIon4g,11
|
|
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/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -22,7 +22,7 @@ assemblyline_v4_service/updater/app.py,sha256=Mtmx4bkXfP4nFqqa5q15jW8QIXr4JK84lC
|
|
|
22
22
|
assemblyline_v4_service/updater/client.py,sha256=HNmBKJI9VXsRso8IG3JojWsk9ujXJUu_cSJmKh7oG_k,4772
|
|
23
23
|
assemblyline_v4_service/updater/gunicorn_config.py,sha256=p3j2KPBeD5jvMw9O5i7vAtlRgPSVVxIG9AO0DfN82J8,1247
|
|
24
24
|
assemblyline_v4_service/updater/helper.py,sha256=HbH5p6UTdHyIgoctF1c1pQkoqTtzaxfHOi9KXGwn0eM,9435
|
|
25
|
-
assemblyline_v4_service/updater/updater.py,sha256=
|
|
25
|
+
assemblyline_v4_service/updater/updater.py,sha256=ze6Ja7AQYLt13e67lb_tdfenUw0k_DNDe9n6Qx1BFNM,28933
|
|
26
26
|
test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
test/test_healthz.py,sha256=DkeLUlrb7rGx3nZ04aADU9HXXu5mZTf_DBwT0xhzIv4,7
|
|
28
28
|
test/test_run_privileged_service.py,sha256=DkeLUlrb7rGx3nZ04aADU9HXXu5mZTf_DBwT0xhzIv4,7
|
|
@@ -37,8 +37,8 @@ test/test_common/test_request.py,sha256=wxSwnOj-_YOv2SuZjOJsw09q8A7p8GJmJuK4vozq
|
|
|
37
37
|
test/test_common/test_result.py,sha256=Wm0Cs5kZRzlZr0jL-l8OTsYAvkoN2eaB3NkeXzvyssI,42208
|
|
38
38
|
test/test_common/test_task.py,sha256=jnfF68EgJIu30Pz_4jiJHkncfI-3XpGaut5r79KIXOA,18718
|
|
39
39
|
test/test_common/test_utils.py,sha256=TbnBxqpS_ZC5ptXR9XJX3xtbItD0mTbtiBxxdyP8J5k,5904
|
|
40
|
-
assemblyline_v4_service-4.5.0.
|
|
41
|
-
assemblyline_v4_service-4.5.0.
|
|
42
|
-
assemblyline_v4_service-4.5.0.
|
|
43
|
-
assemblyline_v4_service-4.5.0.
|
|
44
|
-
assemblyline_v4_service-4.5.0.
|
|
40
|
+
assemblyline_v4_service-4.5.0.dev7.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
|
|
41
|
+
assemblyline_v4_service-4.5.0.dev7.dist-info/METADATA,sha256=LTQhp1Wb3tGNBx-lhgi8Sd0MCDaxYSsog2yfA_xiGug,9738
|
|
42
|
+
assemblyline_v4_service-4.5.0.dev7.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
43
|
+
assemblyline_v4_service-4.5.0.dev7.dist-info/top_level.txt,sha256=LpTOEaVCatkrvbVq3EZseMSIa2PQZU-2rhuO_FTpZgY,29
|
|
44
|
+
assemblyline_v4_service-4.5.0.dev7.dist-info/RECORD,,
|
|
File without changes
|
{assemblyline_v4_service-4.5.0.dev6.dist-info → assemblyline_v4_service-4.5.0.dev7.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|