This commit is contained in:
Salman Chishti 2025-03-10 04:24:44 -07:00
parent 7d05b27fb9
commit 9450d42d15
4 changed files with 4 additions and 4 deletions

View File

@ -8872,7 +8872,7 @@ class CacheServiceClient {
maskSigUrl(url, urlType) {
const sigIndex = url.indexOf('sig=');
if (sigIndex !== -1) {
const sigValue = url.substring(sigIndex + 4).split('&')[0];
const sigValue = url.substring(sigIndex + 4);
(0, core_1.setSecret)(sigValue);
const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
(0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);

View File

@ -8872,7 +8872,7 @@ class CacheServiceClient {
maskSigUrl(url, urlType) {
const sigIndex = url.indexOf('sig=');
if (sigIndex !== -1) {
const sigValue = url.substring(sigIndex + 4).split('&')[0];
const sigValue = url.substring(sigIndex + 4);
(0, core_1.setSecret)(sigValue);
const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
(0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);

View File

@ -8872,7 +8872,7 @@ class CacheServiceClient {
maskSigUrl(url, urlType) {
const sigIndex = url.indexOf('sig=');
if (sigIndex !== -1) {
const sigValue = url.substring(sigIndex + 4).split('&')[0];
const sigValue = url.substring(sigIndex + 4);
(0, core_1.setSecret)(sigValue);
const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
(0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);

2
dist/save/index.js vendored
View File

@ -8872,7 +8872,7 @@ class CacheServiceClient {
maskSigUrl(url, urlType) {
const sigIndex = url.indexOf('sig=');
if (sigIndex !== -1) {
const sigValue = url.substring(sigIndex + 4).split('&')[0];
const sigValue = url.substring(sigIndex + 4);
(0, core_1.setSecret)(sigValue);
const maskedUrl = `${url.substring(0, sigIndex + 4)}***`;
(0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);