Skip to content

Conversation

dacoburn
Copy link
Collaborator

In moving to using the supported files endpoint to get the patterns for manifest files it broke the detection for some of the Manifest types due to being regex patterns and not glob patterns.

Root Cause

Moving to Supported API and not accounting for patterns being regex and not glob

Fix

Added functions to convert the regex patterns to globs.

Public Changelog

  • Important fix for detecting supported manifest files after moving to the supported files API endpoint

@dacoburn dacoburn added the Product Changelog New features for the public changelog label Mar 18, 2025
@dacoburn dacoburn requested a review from a team as a code owner March 18, 2025 23:46
@dacoburn dacoburn requested review from bmeck and rchatrath7 and removed request for a team March 18, 2025 23:46
Copy link

github-actions bot commented Mar 18, 2025

🚀 Preview package published!

Install with:

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

Docker image: socketdev/cli:pr-63

@dacoburn dacoburn merged commit ec4e7f7 into main Mar 18, 2025
6 checks passed
@dacoburn dacoburn deleted the doug/fix-supported-files branch March 18, 2025 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product Changelog New features for the public changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants