Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions sources/platform/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following Apify services and domains are eligible for security research and
- [console.apify.com](https://console.apify.com)
- [api.apify.com](https://api.apify.com)

Please use your own test account for research purposes. Free accounts are sufficient for most testing.
Please use your personal account for research purposes. Free accounts are sufficient for most testing.

_Out-of-scope:_

Expand Down Expand Up @@ -94,12 +94,23 @@ If you notice or suspect a potential security issue, please report it to our sec

If you follow these guidelines and act in good faith, we will not take legal action against you for responsibly reporting a security issue.

:::warning
:::danger

Please refrain from publicly disclosing the vulnerability until it has been resolved. This ensures that the issue can be properly evaluated and mitigated before being exposed to potential exploitation.

:::

:::warning

Please note that any information about the issue while we are working on the fix is considered to be Apify confidential information and cannot be disclosed unless otherwise approved by Apify in writing.

:::

:::danger

Please be aware that you must comply with the legal terms applicable to the specific product or services (see: https://docs.apify.com/legal) at all times; particularly, you must not take any actions that might cause an overload, disruption or denial of service of our systems, resulting in an unauthorized access to data belonging to another user or have a similarly adverse effect on our services or other users

:::
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have to have 3 different admonitions next to each other? That is extremely visually distracting, and it makes it hard to go throught it
image

I would propose maybe merging them into a single :::danger one :

:::danger Crucial rules and legal obligations
Please adhere strictly to the following rules. Failure to do so may result in legal action.

  • Do not publicly disclose vulnerabilities until they have been resolved - This ensures the issue can be properly evaluated and mitigated before it can be exploited.
  • Treat all related information as confidential - Any details about a vulnerability you're reporting are considered Apify confidential information and cannot be disclosed unless explicitly approved by Apify in writing.
  • Comply with all legal terms - As per our Terms of Service, you must not take any action that might cause an overload, disruption, or denial of service, result in unauthorized access to another user's data, or have a similarly adverse effect on our services or other users.

:::

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your help!


## Securing your data

Expand Down