In Phoenix, if you have a param filter for password it will filter any parameter value where the key contains the string password (e.g. including user-password).
The behavior of our own parameter filtering only filters the value if the key exactly matches the key to filter. (e.g. password is filtered, but user-password is not).
Ideally the behavior is the same as Phoenix's behavior.
In Phoenix, if you have a param filter for
password
it will filter any parameter value where the key contains the stringpassword
(e.g. includinguser-password
).The behavior of our own parameter filtering only filters the value if the key exactly matches the key to filter. (e.g.
password
is filtered, butuser-password
is not).Ideally the behavior is the same as Phoenix's behavior.
Intercom: https://app.intercom.com/a/inbox/yzor8gyw/inbox/shared/unassigned/conversation/16410700311389?view=List