Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note about hash used for resources #1125

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions resources/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down