microsoft / app-store-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the App Store store from your automated CI builds
Other
95 stars 53 forks source link

Investigate whether the exposed secret in L0.ts is used only for testing purpose #288

Open louis-wuitton opened 1 year ago

louis-wuitton commented 1 year ago

Issue Description

There is an ask to my team concerning an exposed secret in line 182 of the file Tasks/AppStoreRelease/Tests/L0.ts. Since my team does not own the extension, I need to ask for help related to this secret. Mainly I want to ask if anyone know for what purpose this secret is created. Is it created only for testing purposes?

exposed_key

LiliaSabitova commented 1 year ago

Hi @louis-wuitton yes, it is used only for testing purposes.

kirill-ivlev commented 1 year ago

@louis-wuitton thank you for noticing that, we will replace it with dummy string inside the repo.

LiliaSabitova commented 1 year ago

Merged changes to master.