28 Sep 2018
06:24 AM
- last edited on
21 Apr 2023
01:23 AM
by
Karolina_Linda
We enabled bind variables capture at customer Dynatrace Managed environment. customer can now see values of bind variables. but in select there is also masked statement like:
something='*****'
seen as admin user or as user with flag "View sensitive request data" enabled.
is there any other setup how to unmask this statement? f.e. in this example values of something can be null or 1.
I would reach out to support on this as some masking is set up as a safeguard
Is it a prepared statement or just an SQL query? My guess is that it's an SQL query and the value is being masked, rather than the question mark in a prepared statement.
Featured Posts