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

Bugfix for forward slashes in regex, negative lookaheads. #27

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

cerrussell
Copy link
Member

Enhances handling of forward slashes within regex expressions in endpoints. Fixes omission of negative lookaheads when detecting parameters outside of named groups.

@cerrussell cerrussell merged commit 44d1591 into main Feb 28, 2024
5 checks passed
for ep in endpoints:
for ep in set(endpoints):
if ep.startswith('/ftp(?!/quarantine)'):
print('found')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this debug?

@cerrussell cerrussell deleted the fix/regex-negative-lookahead branch March 2, 2024 20:32
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