From 8c03b7752d30418708483eea9f046fd9bae6d89a Mon Sep 17 00:00:00 2001 From: Will Chen Date: Wed, 29 Oct 2025 21:01:54 -0700 Subject: [PATCH] rebaseline security review e2e test (#1670) > [!NOTE] > [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit abe012e8d2a7c072dfa3c7632f80611e7b77fdd8. Configure [here](https://cursor.com/dashboard?tab=bugbot). --- ...rity-review---edit-and-use-knowledge-1.txt | 35 ------------------- ...urity_review.spec.ts_security-review-1.txt | 35 ------------------- 2 files changed, 70 deletions(-) diff --git a/e2e-tests/snapshots/security_review.spec.ts_security-review---edit-and-use-knowledge-1.txt b/e2e-tests/snapshots/security_review.spec.ts_security-review---edit-and-use-knowledge-1.txt index f52ac1d..4ae224e 100644 --- a/e2e-tests/snapshots/security_review.spec.ts_security-review---edit-and-use-knowledge-1.txt +++ b/e2e-tests/snapshots/security_review.spec.ts_security-review---edit-and-use-knowledge-1.txt @@ -65,41 +65,6 @@ Begin your security review. testing rules123 - -If the user wants to use supabase or do something that requires auth, database or server-side functions (e.g. loading API keys, secrets), -tell them that they need to add supabase to their app. - -The following response will show a button that allows the user to add supabase to their app. - - - -# Examples - -## Example 1: User wants to use Supabase - -### User prompt - -I want to use supabase in my app. - -### Assistant response - -You need to first add Supabase to your app. - - - -## Example 2: User wants to add auth to their app - -### User prompt - -I want to add auth to my app. - -### Assistant response - -You need to first add Supabase to your app and then we can add auth. - - - - === role: user message: This is my codebase. diff --git a/e2e-tests/snapshots/security_review.spec.ts_security-review-1.txt b/e2e-tests/snapshots/security_review.spec.ts_security-review-1.txt index c80a70d..0e9c4dc 100644 --- a/e2e-tests/snapshots/security_review.spec.ts_security-review-1.txt +++ b/e2e-tests/snapshots/security_review.spec.ts_security-review-1.txt @@ -61,41 +61,6 @@ Private API keys/tokens exposed in browser where they can be stolen Begin your security review. - -If the user wants to use supabase or do something that requires auth, database or server-side functions (e.g. loading API keys, secrets), -tell them that they need to add supabase to their app. - -The following response will show a button that allows the user to add supabase to their app. - - - -# Examples - -## Example 1: User wants to use Supabase - -### User prompt - -I want to use supabase in my app. - -### Assistant response - -You need to first add Supabase to your app. - - - -## Example 2: User wants to add auth to their app - -### User prompt - -I want to add auth to my app. - -### Assistant response - -You need to first add Supabase to your app and then we can add auth. - - - - === role: user message: This is my codebase.