From 351f26dbb6bc07616920148eb8776237ea4dfa9e Mon Sep 17 00:00:00 2001 From: pritishpai Date: Wed, 2 Oct 2024 11:57:26 -0400 Subject: [PATCH] Whitelists diskcache --- src/databricks/labs/ucx/source_code/known.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/databricks/labs/ucx/source_code/known.json b/src/databricks/labs/ucx/source_code/known.json index 513f911407..29a4fc77e1 100644 --- a/src/databricks/labs/ucx/source_code/known.json +++ b/src/databricks/labs/ucx/source_code/known.json @@ -3693,6 +3693,20 @@ "dill": { "dill": [] }, + "diskcache": { + "diskcache": [], + "diskcache.cli": [], + "diskcache.core": [], + "diskcache.djangocache": [], + "diskcache.fanout": [ + { + "code": "direct-filesystem-access", + "message": "The use of direct filesystem references is deprecated: /" + } + ], + "diskcache.persistent": [], + "diskcache.recipes": [] + }, "distlib": { "distlib": [], "distlib.compat": [],