-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[Radar] Mention new CT dataset in release notes, changelog and glossary #24016
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
Closed
Closed
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
9e7e3b9
[Radar] Mention new CT endpoints in both release notes and changelog
andre-j3sus 1cbf2d4
[Radar] Add CT section to glossary
andre-j3sus ef3c6fb
[Radar] Update changelog
andre-j3sus 0f7307f
[Radar] Update changelog
andre-j3sus b45fb6f
[Radar] Update changelog
andre-j3sus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
src/content/changelog/radar/2025-08-04-radar-ct-insights.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| --- | ||
| title: Certificate Transparency Insights in Cloudflare Radar | ||
| description: New Certificate Transparency (CT) insights in Cloudflare Radar, with new API endpoints for certificate issuance trends | ||
| products: | ||
| - radar | ||
| date: 2025-08-04 | ||
| --- | ||
|
|
||
| [**Radar**](/radar/) now introduces Certificate Transparency (CT) insights, providing visibility into certificate issuance trends based on Certificate Transparency logs currently monitored by Cloudflare. | ||
|
|
||
| The following API endpoints are now available: | ||
|
|
||
| - [`/ct/timeseries`](/api/resources/radar/subresources/ct/methods/timeseries/): Retrieves certificate issuance time series. | ||
| - [`/ct/summary/{dimension}`](/api/resources/radar/subresources/ct/methods/summary/): Retrieves certificate distribution by dimension. | ||
| - [`/ct/timeseries_groups/{dimension}`](/api/resources/radar/subresources/ct/methods/timeseries_groups/): Retrieves time series of certificate distribution by dimension. | ||
| - [`/ct/authorities`](/api/resources/radar/subresources/ct/methods/authorities/): Lists certification authorities. | ||
| - [`/ct/authorities/{ca_slug}`](/api/resources/radar/subresources/ct/methods/authorities/): Retrieves details about a Certification Authority (CA). CA information is derived from the [Common CA Database (CCADB)](https://www.ccadb.org/). | ||
| - [`/ct/logs`](/api/resources/radar/subresources/ct/methods/logs/): Lists CT logs. | ||
| - [`/ct/logs/{log_slug}`](/api/resources/radar/subresources/ct/methods/logs/): Retrieves details about a CT log. CT log information is derived from the [Google Chrome log list](https://googlechrome.github.io/CertificateTransparency/log_lists.html). | ||
|
|
||
| For the `summary` and `timeseries_groups` endpoints, the following dimensions are available (and also usable as filters): | ||
|
|
||
| - `ca`: Certification Authority (certificate issuer) | ||
| - `ca_owner`: Certification Authority Owner | ||
| - `duration`: Certificate validity duration (between NotBefore and NotAfter dates) | ||
| - `entry_type`: Entry type (certificate vs. pre-certificate) | ||
| - `expiration_status`: Expiration status (valid vs. expired) | ||
| - `has_ips`: Presence of IP addresses in certificate [Subject Alternative Names (SANs)](https://developers.cloudflare.com/ssl/origin-configuration/origin-ca/#hostname-and-wildcard-coverage) | ||
| - `has_wildcards`: Presence of wildcard DNS names in certificate SANs | ||
| - `log`: CT log name | ||
| - `log_api`: CT log API ([RFC6962](https://datatracker.ietf.org/doc/html/rfc6962) vs. [Static](https://c2sp.org/static-ct-api)) | ||
| - `log_operator`: CT log operator | ||
| - `public_key_algorithm`: Public key algorithm of certificate's key | ||
| - `signature_algorithm`: Signature algorithm used by CA to sign certificate | ||
| - `tld`: Top-level domain for DNS names found in certificates SANs | ||
| - `validation_level`: [Validation level](https://www.cloudflare.com/learning/ssl/types-of-ssl-certificates/) | ||
|
|
||
| Learn more about the new Certificate Transparency insights in our [blog post](https://blog.cloudflare.com/new-ct-section-on-cloudflare-radar/), and check out the [new Radar page](https://radar.cloudflare.com/certificate-transparency). | ||
andre-j3sus marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,8 +5,12 @@ productLink: "/radar/" | |
| productArea: Developer platform | ||
| productAreaLink: /workers/platform/changelog/platform/ | ||
| entries: | ||
| - publish_date: "2025-08-04" | ||
| title: Add Certificate Transparency (CT) endpoints | ||
| description: |- | ||
| * Added [CT endpoints](/api/resources/radar/subresources/ct/). | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Review the link after the endpoints are published |
||
| - publish_date: "2025-07-01" | ||
| title: Add Bots and Web Crawlers Endpoints | ||
| title: Add Bots and Web Crawlers endpoints | ||
| description: |- | ||
| * Added new [bots endpoints](/api/resources/radar/subresources/bots/), replacing the deprecated verified bots | ||
| endpoints. Use the following replacements: | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review the links after the endpoints are published