From d9bb459c5cb5ab6ee40f3f2b5076ad7897577834 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 27 Sep 2024 07:32:28 -0600 Subject: [PATCH 1/2] add note about hash used for resources --- resources/resources.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/resources.md b/resources/resources.md index 068b3b07..08e3387a 100644 --- a/resources/resources.md +++ b/resources/resources.md @@ -86,6 +86,10 @@ To change the actual contents of the resource, drag a file into the gray 'File' Changes to the resource description will not be saved unless the "Save" button is clicked. ``` +```{note} +All resources are validated using a one way hash, the hash displayed is a base64 encoded MD5 hash. +``` + ## Using resources Resources are used by some search modules. This example will use the 'lookup' module to do a basic reference lookup of MAC address to hostname (which we originally generated from a csv file). From 187d7d0dcbaf0b6e616ab8c05e454895439d4ac3 Mon Sep 17 00:00:00 2001 From: Ashley Wade <107071905+ashnwade@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:36:34 -0400 Subject: [PATCH 2/2] Update resources.md --- resources/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/resources.md b/resources/resources.md index 08e3387a..08add583 100644 --- a/resources/resources.md +++ b/resources/resources.md @@ -87,7 +87,7 @@ Changes to the resource description will not be saved unless the "Save" button i ``` ```{note} -All resources are validated using a one way hash, the hash displayed is a base64 encoded MD5 hash. +All resources are validated using a one way hash. The hash displayed is a base64-encoded MD5 hash. ``` ## Using resources