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

Init fix #402

Merged
merged 9 commits into from
May 29, 2024
Merged

Init fix #402

merged 9 commits into from
May 29, 2024

Conversation

nicholasio
Copy link
Member

Related Issue/RFC: #

Description of the Change

Alternate Designs

Possible Drawbacks

Verification Process

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.
  • I have added a changeset to my PR. See CONTRIBUTING document for instructions

Copy link

changeset-bot bot commented May 29, 2024

🦋 Changeset detected

Latest commit: 5559a24

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
10up-toolkit Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -126,7 +126,7 @@

const initScript = `${__dirname}/bash/init.sh`;

execSync(`sh ${initScript}`, { stdio: 'inherit' });
execSync(`bash ${initScript}`, { stdio: 'inherit' });

Check warning

Code scanning / CodeQL

Shell command built from environment values Medium

This shell command depends on an uncontrolled
absolute path
.
@nicholasio nicholasio merged commit 58d5861 into develop May 29, 2024
7 checks passed
@nicholasio nicholasio deleted the init-fix branch May 29, 2024 14:29
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.

2 participants