assemblyline-v4-service 4.6.0.16__py3-none-any.whl → 4.6.0.19__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/common/api.py +1 -2
- assemblyline_v4_service/updater/helper.py +1 -1
- {assemblyline_v4_service-4.6.0.16.dist-info → assemblyline_v4_service-4.6.0.19.dist-info}/METADATA +1 -1
- {assemblyline_v4_service-4.6.0.16.dist-info → assemblyline_v4_service-4.6.0.19.dist-info}/RECORD +8 -8
- {assemblyline_v4_service-4.6.0.16.dist-info → assemblyline_v4_service-4.6.0.19.dist-info}/WHEEL +0 -0
- {assemblyline_v4_service-4.6.0.16.dist-info → assemblyline_v4_service-4.6.0.19.dist-info}/licenses/LICENCE.md +0 -0
- {assemblyline_v4_service-4.6.0.16.dist-info → assemblyline_v4_service-4.6.0.19.dist-info}/top_level.txt +0 -0
assemblyline_v4_service/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.6.0.
|
|
1
|
+
4.6.0.19
|
|
@@ -164,12 +164,11 @@ class PrivilegedServiceAPI:
|
|
|
164
164
|
def get_safelist(self, tag_list=None):
|
|
165
165
|
if DEVELOPMENT_MODE:
|
|
166
166
|
return {}
|
|
167
|
-
tag_types = None
|
|
168
167
|
|
|
169
168
|
if tag_list and not isinstance(tag_list, list):
|
|
170
169
|
raise ValueError("Parameter tag_list should be a list of strings.")
|
|
171
170
|
|
|
172
|
-
return self.safelist_client.get_safelisted_tags(
|
|
171
|
+
return self.safelist_client.get_safelisted_tags(tag_list)
|
|
173
172
|
|
|
174
173
|
def lookup_safelist(self, qhash):
|
|
175
174
|
if DEVELOPMENT_MODE:
|
|
@@ -163,7 +163,7 @@ def url_download(source: Dict[str, Any], previous_update: int, logger: Logger, o
|
|
|
163
163
|
format = ident_type.split('archive/')[-1]
|
|
164
164
|
|
|
165
165
|
# Make sure identified format is supported by the library
|
|
166
|
-
format =
|
|
166
|
+
format = {"zip": "zip", "tar": "tar", "gzip": "gztar"}.get(format)
|
|
167
167
|
shutil.unpack_archive(file_path, extract_dir=extract_dir, format=format)
|
|
168
168
|
|
|
169
169
|
return extract_dir
|
{assemblyline_v4_service-4.6.0.16.dist-info → assemblyline_v4_service-4.6.0.19.dist-info}/RECORD
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
assemblyline_v4_service/VERSION,sha256=
|
|
1
|
+
assemblyline_v4_service/VERSION,sha256=5iQw15VJurtrKR4erOJfFmpePN_EvlHuLcJzv_Dh8n8,9
|
|
2
2
|
assemblyline_v4_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
assemblyline_v4_service/healthz.py,sha256=3QGBg0EZuXC6UN411HFwpLNEop9UvS9feFhvBUTP-k4,1576
|
|
4
4
|
assemblyline_v4_service/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
assemblyline_v4_service/run_privileged_service.py,sha256=un2zcZjQVKYwMWihLLmeUc3IMJ6ALnFbR1FPeMW1U2A,14486
|
|
6
6
|
assemblyline_v4_service/run_service.py,sha256=XfdABk3hEZsIw31tmFcJc-FbcxvBF9tiDIlg9oHCtZA,5900
|
|
7
7
|
assemblyline_v4_service/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
assemblyline_v4_service/common/api.py,sha256=
|
|
8
|
+
assemblyline_v4_service/common/api.py,sha256=59XcuHxOpR4gSZI0foNqOaRh7IINTGvWD-pjEUrU-jU,6823
|
|
9
9
|
assemblyline_v4_service/common/base.py,sha256=psivTxiOeN2jqL3G3I26oY9JFK-qPuwrg5y_y_d7xYs,14127
|
|
10
10
|
assemblyline_v4_service/common/helper.py,sha256=xs9quuf-M1JOdKieBqOmWaOece0CtzXFhhe85xQYmuY,3289
|
|
11
11
|
assemblyline_v4_service/common/ocr.py,sha256=NgkFqAq2lRzIveYUulKJmiiWYqwf4siYbL59n1Ow02o,8350
|
|
@@ -22,9 +22,9 @@ assemblyline_v4_service/updater/__main__.py,sha256=9Os-u8Tf7MD73JSrUSPmOaErTgfve
|
|
|
22
22
|
assemblyline_v4_service/updater/app.py,sha256=Mtmx4bkXfP4nFqqa5q15jW8QIXr4JK84lCovxAVyvPs,3317
|
|
23
23
|
assemblyline_v4_service/updater/client.py,sha256=tLY84gaGdFBVIDaMgRHIEa7x2S8jBl7lQLzp4seC6aI,11200
|
|
24
24
|
assemblyline_v4_service/updater/gunicorn_config.py,sha256=p3j2KPBeD5jvMw9O5i7vAtlRgPSVVxIG9AO0DfN82J8,1247
|
|
25
|
-
assemblyline_v4_service/updater/helper.py,sha256=
|
|
25
|
+
assemblyline_v4_service/updater/helper.py,sha256=OTV6WA77wBDOSVWaxijNg-HpwvEwnZozH03S3Q4oUns,10764
|
|
26
26
|
assemblyline_v4_service/updater/updater.py,sha256=XiqabDp89-t_J6C3U33R-RvA5lMIahFW_MsAVUGyXok,31876
|
|
27
|
-
assemblyline_v4_service-4.6.0.
|
|
27
|
+
assemblyline_v4_service-4.6.0.19.dist-info/licenses/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
|
|
28
28
|
test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
29
|
test/conftest.py,sha256=W3SieQpZsZpGEmtLqY4aIlxREDSsHceyCrFcFsWUM0U,1851
|
|
30
30
|
test/test_healthz.py,sha256=DkeLUlrb7rGx3nZ04aADU9HXXu5mZTf_DBwT0xhzIv4,7
|
|
@@ -40,7 +40,7 @@ test/test_common/test_request.py,sha256=HiDU1n4Rjso_U0qDME4ohA_9j7rpfqLSD1-e2Rfq
|
|
|
40
40
|
test/test_common/test_result.py,sha256=ZtLUddBDA_BTIjG3Jasbq78_AdEjCRe4cb85XLBwH5o,43585
|
|
41
41
|
test/test_common/test_task.py,sha256=P44mNcSe-3tJgDk9ppN3KbM7oN4LBVIuhONG-Gveh74,19007
|
|
42
42
|
test/test_common/test_utils.py,sha256=TbnBxqpS_ZC5ptXR9XJX3xtbItD0mTbtiBxxdyP8J5k,5904
|
|
43
|
-
assemblyline_v4_service-4.6.0.
|
|
44
|
-
assemblyline_v4_service-4.6.0.
|
|
45
|
-
assemblyline_v4_service-4.6.0.
|
|
46
|
-
assemblyline_v4_service-4.6.0.
|
|
43
|
+
assemblyline_v4_service-4.6.0.19.dist-info/METADATA,sha256=7kU8CeA9nA5vqrNlhZZizdnTA8TD1sV8d6oX3ohUxME,5621
|
|
44
|
+
assemblyline_v4_service-4.6.0.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
45
|
+
assemblyline_v4_service-4.6.0.19.dist-info/top_level.txt,sha256=LpTOEaVCatkrvbVq3EZseMSIa2PQZU-2rhuO_FTpZgY,29
|
|
46
|
+
assemblyline_v4_service-4.6.0.19.dist-info/RECORD,,
|
{assemblyline_v4_service-4.6.0.16.dist-info → assemblyline_v4_service-4.6.0.19.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|