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
Bug
N/A
The crt.sh result gets wrapped in a list when parsing the json, but the json returned from crt.sh is already a list. This results in a nested list:
Example (truncated for brevity):
{ "summary": { "taxonomies": [ { "predicate": "Certificates", "namespace": "crt.sh", "value": "1", "level": "info" } ] }, "full": { "certobj": { "domain": "example.com", "result": [ [ { "not_after": "2020-12-02T12:00:00", "min_entry_timestamp": "2018-11-29T13:44:14.118", "min_cert_id": 987119772, "issuer_ca_id": 1191, "name_value": "www.example.com", "issuer_name": "C=US, O=DigiCert Inc, CN=DigiCert SHA2 Secure Server CA", "not_before": "2018-11-28T00:00:00" } ] ] } }, "success": true, "artifacts": [], "operations": [] }
The text was updated successfully, but these errors were encountered:
This should be fixed by #411
Sorry, something went wrong.
#410 removed wrapping of crt.sh result in a list (#411)
905f509
No branches or pull requests
Request Type
Bug
Work Environment
N/A
Description
The crt.sh result gets wrapped in a list when parsing the json, but the json returned from crt.sh is already a list. This results in a nested list:
Example (truncated for brevity):
The text was updated successfully, but these errors were encountered: