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

bug-1764633: remove non-printable/non-ascii characters from signature #6782

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

willkg
Copy link
Contributor

@willkg willkg commented Nov 1, 2024

The crash signature contains data from stackwalker output as well as JavaException annotations and other places, too. Because of this, it's possible for the signature to contain non-ascii and non-printable characters. This rule restricts signatures to printable ASCII characters.

@willkg willkg requested a review from a team as a code owner November 1, 2024 20:53
The crash signature contains data from stackwalker output as well as
JavaException annotations and other places, too. Because of this, it's
possible for the signature to contain non-ascii and non-printable
characters. This rule restricts signatures to printable ASCII
characters.
@willkg willkg force-pushed the willkg-bug-1764633-nonascii branch from a1aa522 to 3c56123 Compare November 1, 2024 20:59
@willkg willkg added this pull request to the merge queue Nov 1, 2024
@willkg
Copy link
Contributor Author

willkg commented Nov 1, 2024

Thank you!

Merged via the queue into main with commit 8bf7b51 Nov 1, 2024
1 check passed
@willkg willkg deleted the willkg-bug-1764633-nonascii branch November 1, 2024 22:02
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