Security Fixes#31
Merged
Merged
Conversation
Extract shared helpers (ensure_client_stub_compatibility, read_pem_param, get_chain_metadata, connect_keystore, fetch_current_chain, apply_certificate, verify_and_get_details) into a new vdc_cert_common.py module_utils file. Both modules now import from the shared file and differ only in their DOCUMENTATION blocks and three configuration constants (_LABEL, _DETAILS_KEY, and the keystore API class). This eliminates ~87% code duplication flagged by SonarQube. All 267 existing unit tests pass (133 vdc_certificate/chain + 92 info + 42 keystore API). Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
…ool support The ObjectScale management API requires the namespace to be passed as the x-emc-namespace HTTP header rather than in the JSON body. The generated client only puts it in the body, which causes a 500 Server Error on some ObjectScale versions. Also adds an optional vpool parameter to the bucket module so the replication group can be specified during bucket creation. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Krunal-Thakkar
approved these changes
Jun 23, 2026
ShrinidhiRao15
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes lint, sanity, sonarr, blackduck, and checkmarx issues.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration