On scanning code using checkmarx for security vulnerabilities, a privacy violation issue was reported pointing to a variable name.
public const string Authentication = "authentication";
I am using this variable to create a region in cache by this name("authentication") which stores all the authentication related details.
Is it right to change this variable name into some less meaningful name in order to fix privacy violation issue. How is this a security threat?