mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
* Solving two of the code scanning fails Removes new lines from user input that is logged. Fixes CWE-117 from CodeQL * remove newlines from request headers * mask cookie value in header * comment out logging of headers to solve CWE-117 Instructions added on uncommenting the log statement and on rebuilding the docker container