Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: consume some env variables from bash instead of JS #5696

Merged
merged 2 commits into from
Feb 4, 2021

Conversation

a-b-r-o-w-n
Copy link
Contributor

Description

Do not interpolate env variables when executing bash scripts. This had unintended consequences when values contained un-escaped characters. It is also safer to do so by not leaking secrets in the bash history.

Task Item

#minor

tonyanziano
tonyanziano previously approved these changes Feb 4, 2021
@coveralls
Copy link

Coverage Status

Coverage remained the same at 55.113% when pulling eab2c88 on abrown/update-sign-mac into 91d3f6f on main.

@a-b-r-o-w-n a-b-r-o-w-n merged commit 383cc31 into main Feb 4, 2021
@a-b-r-o-w-n a-b-r-o-w-n deleted the abrown/update-sign-mac branch February 4, 2021 23:05
cwhitten pushed a commit that referenced this pull request Feb 10, 2021
* consume some env variables from bash instead of JS

* update DEV_CERT_ID to be consumed in bash
benbrown pushed a commit to benbrown/BotFramework-Composer that referenced this pull request May 24, 2021
* consume some env variables from bash instead of JS

* update DEV_CERT_ID to be consumed in bash
benbrown pushed a commit that referenced this pull request Jun 11, 2021
* consume some env variables from bash instead of JS

* update DEV_CERT_ID to be consumed in bash
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
* consume some env variables from bash instead of JS

* update DEV_CERT_ID to be consumed in bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants