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

Fixed the table crtsh_certificate to populate the public_key column value correctly and increase the connection timeout for the crt.sh public postgres database #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ParthaI
Copy link

@ParthaI ParthaI commented Feb 3, 2025

Example query results

Results
> select * from crtsh_certificate where query = 'example.com';
+-------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------+---------------------------+------------------------------------------------------------------>
| id          | dns_names                                                                                                                         | not_before                | not_after                 | subject                                                          >
+-------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------+---------------------------+------------------------------------------------------------------>
| 24560621    | ["*.example.com","m.example.com","www.example.com","example.com"]                                                                 | 2016-07-14T05:30:00+05:30 | 2017-07-15T05:29:59+05:30 | {"CommonName":"www.example.com","Country":["KR"],"ExtraNames":nul>
|             |                                                                                                                                   |                           |                           |                                                                  >
|             |                                                                                                                                   |                           |                           |                                                                  >
|             |                                                                                                                                   |                           |                           |                                                                  >
|             |                                                                                                                                   |                           |                           |                                                                  >
|             |                                                                                                                                   |                           |                           |                                                                  >
|             |                                                                                                                                   |                           |                           |                                                                  >
|             |                                                                                                                                   |                           |                           |                                                                  >
|             |                                                                                                                                   |                           |                           |                                                                  >
|             |                                                                                                                                   |                           |                           |                                                                  >
| 24558997    | ["dev.example.com","products.example.com","support.example.com","www.example.com","example.com"]                                  | 2016-07-14T05:30:00+05:30 | 2018-07-15T05:29:59+05:30 | {"CommonName":"www.example.com","Country":["KR"],"ExtraNames":nul>
|             |                                                                                                                                   |                           |                           |                                                                  >
|             |                                                                                                                                   |                           |                           |                                                                  >
|             |                                                                                                                                   |                           |                           |                                                                  >

…alue correctly and increase the connection timeout for the crt.sh public postgres database
@ParthaI ParthaI requested a review from misraved February 3, 2025 13:51
@ParthaI ParthaI self-assigned this Feb 3, 2025
@ParthaI ParthaI linked an issue Feb 3, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Queries against example.com fail with multiple possible errors
1 participant