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 sanitizer forbid colon within quotes #469

Merged
merged 1 commit into from
Jan 20, 2024

Conversation

27rabbitlt
Copy link
Contributor

@27rabbitlt 27rabbitlt commented Jan 19, 2024

Sanitizer will forbid forbidden characters to be used within quotes, which is unnecessary.

I passed this by firstly removing content within quotes and then let regular expression to match the blacked list.

I also added corresponding tests for this and a previous change #462

This should fix issue #468

Copy link
Contributor

@FrancescAlted FrancescAlted left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @27rabbitlt !

@FrancescAlted FrancescAlted merged commit 808221d into pydata:master Jan 20, 2024
4 checks passed
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