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 git dependencies with salt 3005.5+ and 3006.6+ #349

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sblaisot
Copy link

@sblaisot sblaisot commented May 25, 2024

Salt 3005.5 and salt 3006.6 introduced a fix for a CVE that refuse to serve files outside of files_root

When using git dependencies, they are cloned outside of files_root and we used to make a symlink from files_root to the dependencies formulas.

This pull request replace the symlink witth a hard copy of the dependencies inside files_root to make dependencies work under salt 3005.5+ and 306.6+

This fixes #348

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.

git dependencies fail with salt 3005.5+
1 participant