You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ConnectionName property of DurabilityProvider is used to generate HTTP Management APIs.
By populating with the resolved connection string instead of the connection string name, we are leaking the connection string to clients when they should only need the connection string name.
Bug identified by running Activity_Gets_HttpManagementPayload with Netherite in emulator mode.
The text was updated successfully, but these errors were encountered:
The
ConnectionName
property ofDurabilityProvider
is used to generate HTTP Management APIs.By populating with the resolved connection string instead of the connection string name, we are leaking the connection string to clients when they should only need the connection string name.
Bug identified by running
Activity_Gets_HttpManagementPayload
with Netherite in emulator mode.The text was updated successfully, but these errors were encountered: