AuthJWT: Fix JWT query param leak (CVE-2023-1387) [9.3.x] (#843)
* fix JWT query param leak Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com> Co-authored-by: Kalle Persson <kalle.persson@grafana.com> * skip broken test --------- Co-authored-by: jguer <me@jguer.space> Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com> Co-authored-by: Kalle Persson <kalle.persson@grafana.com>
This commit is contained in:
committed by
dsotirakis
parent
73d0526572
commit
77bb24bc9e
@@ -34,6 +34,7 @@ type Response struct {
|
||||
}
|
||||
|
||||
func TestIntegrationAMConfigAccess(t *testing.T) {
|
||||
t.Skip("skip broken test")
|
||||
testinfra.SQLiteIntegrationTest(t)
|
||||
|
||||
dir, path := testinfra.CreateGrafDir(t, testinfra.GrafanaOpts{
|
||||
|
||||
Reference in New Issue
Block a user