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 case where files external to the package build temp file path can be deleted #1266

Merged
merged 10 commits into from
Nov 10, 2023

Conversation

monkut
Copy link
Collaborator

@monkut monkut commented Aug 16, 2023

Description

Files given in exclude_glob can be deleted even if they are external to the temp packing filepath.
This PR adds a check to see if the path is in the tmp_file_path before deleting.

🔥 remove old commented out code.

GitHub Issues

#1240

@coveralls
Copy link

coveralls commented Aug 16, 2023

Coverage Status

coverage: 74.865% (+0.1%) from 74.736%
when pulling 27d072d on fix/excludeglob-deletes-files
into 581144c on master.

storkwrangler and others added 3 commits August 16, 2023 16:05
…en if zappa was upgraded and an older version was used previously)

🔧 refactore/clarify context_header_mapping handling
@monkut monkut requested a review from hellno August 18, 2023 01:17
@monkut monkut merged commit 7ab491e into master Nov 10, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants