Enriching OracleParameterInfo with flag for PII data#70
Open
opejanovic wants to merge 1 commit intoDIPSAS:mainfrom
Open
Enriching OracleParameterInfo with flag for PII data#70opejanovic wants to merge 1 commit intoDIPSAS:mainfrom
opejanovic wants to merge 1 commit intoDIPSAS:mainfrom
Conversation
Added a new flag, MaskValueWhenLogging, to the OracleParameterInfo class. This flag is used to identify Oracle parameters containing Personally Identifiable Information (PII). When set to true, the parameter values can be masked in logs to enhance data security and compliance with privacy standards.
Contributor
Author
|
I find this flag very useful in practice. Here's a simple example demonstrating how it can be used to mask sensitive parameter values before logging: This approach helps ensure that PII or other sensitive values are not exposed in logs while still retaining visibility into which parameters were used. |
Contributor
Author
|
@epaulsen can you please pick this one off the ground? |
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.
I submitted a pull request to the project, introducing a new flag called MaskValueWhenLogging to the OracleParameterInfo class.
This flag is intended to identify Oracle parameters that contain Personally Identifiable Information (PII). When set to true, it enables masking of parameter values in logs, improving data security and supporting compliance with privacy regulations.