-
Notifications
You must be signed in to change notification settings - Fork 2
DLPXECO-12663 DCT SDK GO upgrade to DCT 2025.4.0 #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
// The password of the keystore specified in parentTdeKeystorePath. | ||
ParentTdeKeystorePassword *string `json:"parent_tde_keystore_password,omitempty"` | ||
// Secret to be used while exporting and importing vPDB encryption keys. | ||
TdeExportedKeyfileSecret *string `json:"tde_exported_keyfile_secret,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mend Code Security Check
New finding (2 of 10)
The Mend Code Security Check of your branch failed because of a Heap Inspection finding in this line.
Severity | Vulnerability Type | CWE | File | Data Flows | Detected |
---|---|---|---|---|---|
Heap Inspection | 1 | 2025-09-17 07:16am | |||
🏴 Suppress Finding
|
// The password of the keystore specified in parentTdeKeystorePath. | ||
ParentTdeKeystorePassword *string `json:"parent_tde_keystore_password,omitempty"` | ||
// Secret to be used while exporting and importing vPDB encryption keys. | ||
TdeExportedKeyfileSecret *string `json:"tde_exported_keyfile_secret,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mend Code Security Check
New finding (3 of 10)
The Mend Code Security Check of your branch failed because of a Heap Inspection finding in this line.
Severity | Vulnerability Type | CWE | File | Data Flows | Detected |
---|---|---|---|---|---|
Heap Inspection | 1 | 2025-09-17 07:16am | |||
🏴 Suppress Finding
|
// Username for the other target Delphix Engine. | ||
TargetEngineUser *string `json:"target_engine_user,omitempty"` | ||
// Password for the other target Delphix Engine. | ||
TargetEnginePassword *string `json:"target_engine_password,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mend Code Security Check
New finding (4 of 10)
The Mend Code Security Check of your branch failed because of a Heap Inspection finding in this line.
Severity | Vulnerability Type | CWE | File | Data Flows | Detected |
---|---|---|---|---|---|
Heap Inspection | 1 | 2025-09-17 07:16am | |||
🏴 Suppress Finding
|
// Hashicorp vault key for the username in the key-value store. | ||
MssqlUserDomainHashicorpVaultUsernameKey *string `json:"mssql_user_domain_hashicorp_vault_username_key,omitempty"` | ||
// Hashicorp vault key for the password in the key-value store. | ||
MssqlUserDomainHashicorpVaultSecretKey *string `json:"mssql_user_domain_hashicorp_vault_secret_key,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mend Code Security Check
New finding (5 of 10)
The Mend Code Security Check of your branch failed because of a Heap Inspection finding in this line.
Severity | Vulnerability Type | CWE | File | Data Flows | Detected | ||
---|---|---|---|---|---|---|---|
Heap Inspection | 1 | 2025-09-17 07:16am | |||||
|
MssqlUserDomainHashicorpVaultSecretKey *string `json:"mssql_user_domain_hashicorp_vault_secret_key,omitempty"` |
🏴 Suppress Finding
- ... as False Alarm
- ... as Acceptable Risk
// oracle database username. | ||
DatabaseUsername string `json:"database_username"` | ||
// oracle database password. | ||
DatabasePassword string `json:"database_password"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mend Code Security Check
New finding (6 of 10)
The Mend Code Security Check of your branch failed because of a Heap Inspection finding in this line.
Severity | Vulnerability Type | CWE | File | Data Flows | Detected |
---|---|---|---|---|---|
Heap Inspection | 1 | 2025-09-17 07:16am | |||
🏴 Suppress Finding
|
// The environment user reference. | ||
EnvironmentUserRef *string `json:"environment_user_ref,omitempty"` | ||
// The password for the Transparent Data Encryption keystore associated with this database. | ||
TdeKeystorePassword *string `json:"tde_keystore_password,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mend Code Security Check
New finding (7 of 10)
The Mend Code Security Check of your branch failed because of a Heap Inspection finding in this line.
Severity | Vulnerability Type | CWE | File | Data Flows | Detected |
---|---|---|---|---|---|
Heap Inspection | 1 | 2025-09-17 07:16am | |||
🏴 Suppress Finding
|
// The password of the parent PDB keystore. (Oracle Multitenant Only) | ||
ParentPdbTdeKeystorePassword *string `json:"parent_pdb_tde_keystore_password,omitempty"` | ||
// The password for the isolated mode TDE keystore of the target virtual PDB. (Oracle Multitenant Only) | ||
TargetPdbTdeKeystorePassword *string `json:"target_pdb_tde_keystore_password,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mend Code Security Check
New finding (8 of 10)
The Mend Code Security Check of your branch failed because of a Heap Inspection finding in this line.
@@ -112,6 +148,7 @@ type BaseProvisionVDBParametersAllOf struct { | |||
CdbTdeKeystorePassword *string `json:"cdb_tde_keystore_password,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mend Code Security Check
New finding (9 of 10)
The Mend Code Security Check of your branch failed because of a Heap Inspection finding in this line.
Severity | Vulnerability Type | CWE | File | Data Flows | Detected |
---|---|---|---|---|---|
Heap Inspection | 1 | 2025-09-17 07:16am | |||
🏴 Suppress Finding
|
// The environment user reference. | ||
EnvironmentUserRef *string `json:"environment_user_ref,omitempty"` | ||
// The password for the Transparent Data Encryption keystore associated with this database. | ||
TdeKeystorePassword *string `json:"tde_keystore_password,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mend Code Security Check
New finding (10 of 10)
The Mend Code Security Check of your branch failed because of a Heap Inspection finding in this line.
Severity | Vulnerability Type | CWE | File | Data Flows | Detected |
---|---|---|---|---|---|
Heap Inspection | 1 | 2025-09-17 07:16am | |||
🏴 Suppress Finding
|
Problem:
Solution:
Testing