trufflesecurity / driftwood

Private key usage verification
https://trufflesecurity.com
Apache License 2.0
406 stars 32 forks source link

503 on https://keychecker.trufflesecurity.com/publickey #11

Closed sinnwise closed 1 year ago

sinnwise commented 1 year ago

Describe the bug

Currently when you run driftwood, it loops within the main client for loop and then doesn't ever exit.

This is because driftwood doesn't throw a fatal exception during the loop and exit upon receiving a non HTTP-OK response.

To Reproduce Steps to reproduce the behaviour:

  1. Run driftwood against any private key

Expected behavior The program:

The API:

Screenshots Screenshot 2023-03-28 at 13 55 24

Desktop (please complete the following information):

Additional context Let me know if you want a PR for adding non-ok pattern matching

dustin-decker commented 1 year ago

This is resolved.