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: clean up control chars from issue titles as well #232

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

laurentS
Copy link
Contributor

Just like some issue bodies contain control char \x00 which crashes targets like postgresql, it appears that some issue titles can cause the same problem, eg. cockroachdb/cockroach#100343 or cockroachdb/cockroach#100344.

This PR applies the same logic to fix the problem.

@sonarcloud
Copy link

sonarcloud bot commented Sep 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@laurentS laurentS changed the title Clean up control chars from issue titles as well fix: clean up control chars from issue titles as well Sep 29, 2023
@ericboucher ericboucher merged commit a81f6cd into main Oct 2, 2023
8 checks passed
@ericboucher ericboucher deleted the fix-crash-on-control-chars-in-issue-title branch October 2, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants