Skip to content

Conversation

@rennf93
Copy link
Owner

@rennf93 rennf93 commented Oct 14, 2025

Added end-to-end payload encryption for secure telemetry transmission using AES-256-GCM

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on November 24

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

# Use encrypted endpoint
encrypted_url = (
f"{self.config.endpoint.rstrip('/')}/api/v1/events/encrypted"
)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Incorrect Endpoint URL for Encrypted Metrics

When encryption is enabled, the _make_request method incorrectly hardcodes the encrypted endpoint URL to /api/v1/events/encrypted. This causes encrypted metrics requests to be sent to the events endpoint instead of a dedicated metrics encrypted endpoint, potentially leading to backend processing issues.

Fix in Cursor Fix in Web

@rennf93 rennf93 merged commit 58f4ed8 into master Oct 14, 2025
9 checks passed
@rennf93 rennf93 deleted the feature/encrypted-logistics branch October 14, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant