Skip to content

fix(security): restrict VTOP SSL certificate bypass to debug builds only - #34

Merged
Vishal-770 merged 1 commit into
masterfrom
fix/vtop-ssl-validation
Aug 13, 2026
Merged

fix(security): restrict VTOP SSL certificate bypass to debug builds only#34
Vishal-770 merged 1 commit into
masterfrom
fix/vtop-ssl-validation

Conversation

@Vishal-770

Copy link
Copy Markdown
Member

Closes #32. Restricts reqwest builder's danger_accept_invalid_certs(true) configuration to debug builds only using #[cfg(debug_assertions)]. This prevents SSL certificate verification bypasses in production releases while maintaining developer proxy compatibility during development and testing.

Copilot AI lite review requested due to automatic review settings August 13, 2026 06:24

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Vishal-770
Vishal-770 merged commit 80dc1bc into master Aug 13, 2026
1 check passed
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.

Security: Insecure SSL/TLS Certificate Validation in VTOP HTTP client

2 participants