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

Metadata "ASCII" contents cannot contain "non-printable" characters (less than 32) #185

Open
KevinFHartmann opened this issue Aug 8, 2019 · 0 comments

Comments

@KevinFHartmann
Copy link
Contributor

From the javadoc:

"The strings contain only following characters:
Space: 0x20, but must not be at the beginning or at the end of the value. Leading or trailing whitespace may not be preserved.
ASCII visible characters (0x21-0x7E)"

Our stack-traces contain newlines (0x0a). We should sanitize all of our exceptions by stripping all of the characters outside of the range; or switch to the base64 encoded versions.

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

No branches or pull requests

1 participant