snok / asgi-correlation-id

Request ID propagation for ASGI apps
MIT License
369 stars 29 forks source link

Use new header value in failed validation warning #71

Closed tlinhart closed 1 year ago

tlinhart commented 1 year ago

We should use the newly generated header value in the failed validation warning message as using the original header value might be a security risk. See the discussion here – https://github.com/snok/asgi-correlation-id/discussions/69.