fix(logs/azure): redact sensitive header when DEBUG is set #1069
Annotations
10 errors and 1 warning
Check types:
src/core.ts#L1142
Replace `"authorization",·"api-key"` with `'authorization',·'api-key'`
|
Check types:
src/core.ts#L1149
Replace `"headers"` with `'headers'`
|
Check types:
src/core.ts#L1150
Replace `"headers"])` with `'headers'])·`
|
Check types:
src/core.ts#L1151
Insert `·`
|
Check types:
src/core.ts#L1152
Replace `"headers"][header]·=·"REDACTED"` with `'headers'][header]·=·'REDACTED'`
|
Check types:
src/core.ts#L1157
Insert `·`
|
Check types:
src/core.ts#L1158
Insert `·`
|
Check types:
src/core.ts#L1159
Replace `"REDACTED"` with `'REDACTED'`
|
Check types:
tests/qs/utils.test.ts#L172
Replace `"debug()",·function()` with `'debug()',·function·()·`
|
Check types:
tests/qs/utils.test.ts#L173
Replace `"DEBUG"` with `'DEBUG'`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading