Skip to content

Conversation

@dacoburn
Copy link
Collaborator

Customer reported that folders that started with . were being filtered out.

Root Cause

Python glob unintentionally filtered these paths out.

Fix

Moving to pathlib.Path.rglob() fixes this.

Public Changelog

  • Fixed an issue that was unintentionally filtering out manifest files in folders starting with . at the root.

@dacoburn dacoburn requested a review from a team as a code owner December 24, 2025 03:08
@github-actions
Copy link

github-actions bot commented Dec 24, 2025

🚀 Preview package published!

Install with:

pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==2.2.59.dev1

Docker image: socketdev/cli:pr-143

@dacoburn dacoburn requested a review from a team December 24, 2025 03:12
@dacoburn dacoburn merged commit 0b7f49a into main Dec 24, 2025
6 checks passed
@dacoburn dacoburn deleted the doug/fix-improper-glob-filtering branch December 24, 2025 03:17
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.

3 participants