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

add mustB64dec which fails on bad b64 data instead of decoding to "illegal base64 data at input byte ..." #417

Open
dastrobu opened this issue Nov 19, 2024 · 0 comments · May be fixed by #418

Comments

@dastrobu
Copy link

When trying to decode bad b64 data, the current b64dec function does not fail, but prints out illegal base64 data at input byte instead.

Along sprigs must... pattern, I propose to add a mustB64dec function, which fails on bad b64 encoded data.

dastrobu added a commit to dastrobu/sprig that referenced this issue Nov 19, 2024
…f decoding to "illegal base64 data at input byte ..."

Closes Masterminds#417
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 a pull request may close this issue.

1 participant