> ## Documentation Index
> Fetch the complete documentation index at: https://support.bolt.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Database: Security settings

> View and manage the security settings for your database in a Bolt project.

The Security section of database settings lets you identify vulnerabilities, such as missing RLS policies and insecure permissions.

## View Security settings

To open the security settings for your project's database, follow these steps:

<Frame>
  <img className="block mx-auto" src="https://res.cloudinary.com/dlq2nawz5/image/upload/f_auto,q_auto/v1763267701/db-security_zazam3.png" alt="The Security section in database settings in Bolt." />
</Frame>

1. Log in to your Bolt project.
2. Click the **database icon** in the top center of your screen.
3. Click **Security Audit** in the top navigation menu.

## Fix security issues

Any security issues Bolt identifies are listed in the Security Audit screen. In the example screenshot below, two security issues are identified:

<Frame>
  <img className="block mx-auto" src="https://res.cloudinary.com/dlq2nawz5/image/upload/f_auto,q_auto/v1763267917/db-security-fix_ubrwfz.png" alt="The Ask Bolt to fix button in the Security screen of database settings." />
</Frame>

* Function Search Path Mutable
* Leaked Password Protection Disabled
  <Info>
    Leaked Password Protection requires a Supabase Pro plan or higher and isn't available for Bolt databases. If you manage your database in Supabase and have a paid account, you can enable Leaked Password Protection in your Supabase settings. To learn more, see [Supabase's password security documentation](https://supabase.com/docs/guides/auth/password-security).
  </Info>

To automatically correct security issues, click the **Ask Bolt to fix** button.
