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

refactor: removed regex Base64 check #13

Merged
merged 1 commit into from
Feb 12, 2024
Merged

refactor: removed regex Base64 check #13

merged 1 commit into from
Feb 12, 2024

Conversation

nronzel
Copy link
Owner

@nronzel nronzel commented Feb 12, 2024

this was causing issues with flagging Base64 encoded data as not encoded with Base64. Now it just tries to decode Base64 and returns if there is an error.

this was causing issues with flagging Base64 encoded data as not encoded
with Base64. Now it just tries to decode Base64 and returns if there is
an error.
@nronzel nronzel merged commit 8f8bf50 into main Feb 12, 2024
2 checks passed
@nronzel nronzel deleted the bugfix1 branch February 12, 2024 14:22
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.

1 participant