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

Use Better Unquote Function For Suricata Titles #437

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

coreyogburn
Copy link
Contributor

strconv.Unquote seems to be geared towards how the Go language parses strings when parsing Go code such as only removing single quotes if they're around a single char. Updated to use a more thorough, hand-written function that also doesn't throw an error.

strconv.Unquote seems to be geared towards how the Go language parses strings when parsing Go code such as only removing single quotes if they're around a single char. Updated to use a more thorough, hand-written function that also doesn't throw an error.
@coreyogburn coreyogburn merged commit c36e572 into 2.4/dev Apr 23, 2024
3 checks passed
@coreyogburn coreyogburn deleted the cogburn/suricata-titles branch April 23, 2024 19:23
@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants