The neuraltale branch#5
Conversation
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| - | - | PostgreSQL Credentials | 486e05c | DATABASE_CONFIG.md | View secret |
| - | - | PostgreSQL Credentials | 486e05c | DATABASE_CONFIG.md | View secret |
| - | - | PostgreSQL Credentials | 486e05c | DATABASE_CONFIG.md | View secret |
| - | - | MongoDB Credentials | 486e05c | DATABASE_CONFIG.md | View secret |
| - | - | PostgreSQL Credentials | 486e05c | DATABASE_CONFIG.md | View secret |
| - | - | MongoDB Credentials | 486e05c | DATABASE_CONFIG.md | 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.
|
the start |
…ction, and TechHighlights components
…ors, and write review components - Implemented ProductReviews component for displaying and managing product reviews. - Created QuickViewModal for quick product details and actions. - Added RecentlyViewed component to showcase recently viewed products. - Developed TrustIndicators component to display trust metrics and achievements. - Introduced WriteReview component for submitting product reviews with validation.
…mobile navigation, and improve layout responsiveness - Updated price display in ProductCard, QuickViewModal, RecentlyViewed, and HeroSection to show TZs instead of USD. - Simplified MobileNavigation by removing unnecessary items and adding new categories and deals. - Enhanced Navbar with a categories dropdown featuring subcategories for better navigation. - Adjusted layout and spacing in ProductList and ProductCard for improved mobile responsiveness. - Removed unused imports and components to streamline code.
TZS conversion and formatting
…update product service to allow connection without Kafka; add API routes for fetching categories and products; create comprehensive database setup script with categories and products; enhance database setup with verification queries.
…Modal, and WriteReview
…ments for clarity
…uctCard components for improved performance and maintainability
feat: implement category filter component with multi-select options feat: create category filter sheet for mobile view with overlay feat: develop shop by category section with responsive design and dynamic links
All 5 items resolved: - #1 email-verify e2e PASS + ENFORCE_EMAIL_VERIFICATION=true now live (after fixing the missing docker-compose env mapping) - #2 06-02 Kafka ENOSPC root-caused to tandemdent buildkit ingest - #3 jwt-rotation.md written by subagent B - #4 consumer-offset replay N/A (Kafka log dir was wiped 06-02) - #5 co-tenant context captured in rollback.md
No description provided.