Bucket logo

Security

Updated on March 1, 2022. All policies.
Security is our highest priority. In the spirit of openness and transparency, here are some of the security measures we take to protect and defend the Bucket platform.

We protect your data #

All data is written to multiple disks instantly, backed up daily, and stored in multiple locations.

We don’t collect any PII on default #

When Bucket.js is installed in your app, the only information that’s required to be sent to Bucket is the current user’s company identifier.

On default, we don't send any user information (PII) to Bucket.

You can track user information, such as user name or user email, but it's not required, and therefore not enabled on default.

If you would like to track individual users without sending any PII to Bucket, we recommend hashing user name and/or email before sending it to Bucket.

Bucket does not collect any meta data, such as browser information or page views. You can track meta data, but you'll have to do so manually as custom attributes.

Your users’ data never leaves our servers #

We distinguish between data about you, our customer, and your users. Your information is shared with Stripe and Intercom for billing and support, but, any data about your users is never shared with any external providers, and never leaves our servers.

Encrypting data in transit #

Any data in transit between your application and Bucket is encrypted using HTTPS. We use Strict Transport Security Header (HSTS) to ensure that all requests are done via HTTPS, even if a link to Bucket is specified as HTTP. Additionally, we use HSTS preload, guaranteeing that requests are never – not even the very first – made over a non-encrypted connection. Cookies are also set with a secure flag.

Encrypting data at rest #

All data is encrypted at rest.

Hosting and backups #

Bucket is using the following infrastructure for queing and hosting data:
All data is hosted in the US East region. All of our hosting providers are SOC2 Type 2 certified and all hosting providers perform daily backups.

Concurrency and rate limiting #

We employ several layers to protect against abuse and DoS attacks, including Heroku's DDoS Mitigation. Our servers gracefully queue requests when under high load, using Confluent Kafka, and handles them at a safe pace.

Organizational practices #

Development practices #

Penetration testing #

On top of our development-related continuous testing, we also conduct periodic third-party manual penetration testing of both our application and infrastructure. Customers can request a copy of our latest report at hello@bucket.co.

Regularly-updated infrastructure #

Our software infrastructure is updated regularly with the latest security patches. Our products run on a dedicated network which is locked down with firewalls and carefully monitored. While perfect security is a moving target, we work with security researchers to keep up with the state-of-the-art in web security.

We protect your billing information #

All credit card transactions are processed via Stripe using secure encryption — the same level of encryption used by leading banks. Card information is transmitted, stored, and processed securely on a PCI-Compliant network.

Have a concern? #

Have you noticed abuse, misuse, an exploit, or experienced an incident with your account? Please contact us at hello@bucket.co

Keeping customer data safe and secure is a huge responsibility and a top priority. We work hard to protect our customers from the latest threats. Your input and feedback on our security is always appreciated.

This policy have been adapted from the Basecamp open-source policies.