-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Use case
A commandline tool wants to integrate lookup/validation based on the hash of an actual downloaded script.
Suggested API
https://should-i-pipe.it/<Blake2b-512 hash>
Returns: JSON:
{
"known": /* false | */ {
"type": "verification" /* | "warning" */,
// … other fields are the same as in the verified-hashes data structure.
}
}Note: warning objects have not been implemented yet. See discussion in last paragraph here.
Reference: verified-hashes.json
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request