Conversation
Removed duplicate architecture section and cleaned up module list.
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
| @@ -1,18 +1,16 @@ | |||
| # Use Ruby 3.4.5 slim image (better Windows compatibility) | |||
| FROM ruby:3.4.5-slim | |||
| # Use Ruby 3.4.8 slim image (better Windows compatibility) | |||
| @@ -1,18 +1,16 @@ | |||
| # Use Ruby 3.4.5 slim image (better Windows compatibility) | |||
| FROM ruby:3.4.5-slim | |||
| # Use Ruby 3.4.8 slim image (better Windows compatibility) | |||
| @@ -1,18 +1,16 @@ | |||
| # Use Ruby 3.4.5 slim image (better Windows compatibility) | |||
| FROM ruby:3.4.5-slim | |||
| # Use Ruby 3.4.8 slim image (better Windows compatibility) | |||
| @@ -1,18 +1,16 @@ | |||
| # Use Ruby 3.4.5 slim image (better Windows compatibility) | |||
| FROM ruby:3.4.5-slim | |||
| # Use Ruby 3.4.8 slim image (better Windows compatibility) | |||
| @@ -1,18 +1,16 @@ | |||
| # Use Ruby 3.4.5 slim image (better Windows compatibility) | |||
| FROM ruby:3.4.5-slim | |||
| # Use Ruby 3.4.8 slim image (better Windows compatibility) | |||
Not up to standards ⛔
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 20763950 | Triggered | JSON Web Token | 915bab3 | .pentest/scripts/27_supabase_direct_bypass.sh | View secret |
| 21484269 | Triggered | Generic Password | feecbb8 | security_tests/scripts/test-ssrf-protection.sh | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
No description provided.