We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A commandline tool wants to integrate lookup/validation based on the hash of an actual downloaded script.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use case
A commandline tool wants to integrate lookup/validation based on the hash of an actual downloaded script.
Suggested API
Returns: JSON:
Note: warning objects have not been implemented yet. See discussion in last paragraph here.
Reference: verified-hashes.json
The text was updated successfully, but these errors were encountered: