Add bucket object and leak event docs#237
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Could you add screenshots in the MR description ? |
|
|
||
| import BucketObjectExample from '/snippets/event_model_examples/bucket_object.mdx' | ||
|
|
||
| The `bucket_object` type represents individual files (objects) discovered within a publicly exposed cloud storage bucket, such as Amazon S3, Azure Blob, or Google Cloud Storage. |
There was a problem hiding this comment.
The "Storage" is missing: it is present in https://api.docs.flare.io/event-types/bucket-object
|
|
||
| Each record corresponds to a single leak and may include: | ||
| - The search term that matched the leak and the site it originated from. | ||
| - Timing details: when the leak occurred (`leaked_at`) and when the breach was disclosed (`breached_at`). |
There was a problem hiding this comment.
nit: no need to mention the specific field i.e. leaked_at: we don't do that for the other events in https://api.docs.flare.io/event-types-v
|
|
||
| import LeakExample from '/snippets/event_model_examples/leak.mdx' | ||
|
|
||
| The `leak` type represents a discrete data leak, such as a batch of credentials or PII published, sold, or shared on a leak site, forum, or marketplace. |
There was a problem hiding this comment.
maybe this could be simplified to such as a batch of credentials or PII published a leak site.
Add some documentation for bucket object and leak events as part of the MCP changes
4b8f915 to
8658fec
Compare
Add some documentation for bucket object and leak events as part of the MCP changes

