Skip to content

Commit

Permalink
SOC2 Top2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
hcourdent committed Sep 22, 2023
1 parent fda2ca0 commit 0c1dcad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/misc/12_support_and_sla/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Our SLA defines the expected response times for each priority level:

## Security

Windmill adheres to SOC 2 Type I compliance. We are currently in the process of completing our Type II audit to further enhance our security measures. As part of our commitment to maintaining a secure platform, we conduct regular penetration testing. Any identified vulnerabilities are treated with utmost priority (P0) and addressed promptly, with same-day fixes being our standard practice. We prioritize the security of our users and strive to provide a safe environment for their automation needs.
Windmill adheres to SOC 2 Type II compliance. We are currently in the process of completing our Type II audit to further enhance our security measures. As part of our commitment to maintaining a secure platform, we conduct regular penetration testing. Any identified vulnerabilities are treated with utmost priority (P0) and addressed promptly, with same-day fixes being our standard practice. We prioritize the security of our users and strive to provide a safe environment for their automation needs.

## Contacting Support

Expand Down
2 changes: 1 addition & 1 deletion docs/misc/7_plans_details/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ To enable the license key, switch from the windmill image to the windmill-ee ima
- **What is an operator?** An [operator](../../core_concepts/16_roles_and_permissions/index.mdx) is a user who can only execute scripts, flows, and apps but cannot create or edit them.
- **What is an execution?** An execution corresponds to a single job with a duration of less than 1s. Additional computation is accounted for based on the duration of each job.
- **What is your Technical Support SLA?** We provide [support](../12_support_and_sla/index.mdx) with different response times based on issue priorities. Our support team is available 24/7, and the SLA is consistent for both Cloud and Self-hosted deployments.
- **What is your Security level on APIs?** Windmill is SOC 2 Type I compliant, and we prioritize addressing vulnerabilities promptly.
- **What is your Security level on APIs?** Windmill is SOC 2 Type II compliant, and we prioritize addressing vulnerabilities promptly.
- **Could the application keep running if Windmill as a company is shut down?** Yes, Windmill will continue to operate as long as the license key remains valid, even in the absence of an internet connection.

For any further inquiries or assistance regarding the Enterprise Edition upgrade process, please [contact us](../6_getting_help/index.mdx).
2 changes: 1 addition & 1 deletion src/landing/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default function Footer() {
<div className="flex justify-center items-center mt-4">
<img className="h-10" src="/img/soc.png" alt="SOC Compliance badge" />
<p className="text-xs text-left leading-6 text-gray-500 ml-2">
Windmill Labs is SOC 2 Type I compliant
Windmill Labs is SOC 2 Type II compliant
</p>
</div>
</div>
Expand Down

0 comments on commit 0c1dcad

Please sign in to comment.