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

feat(go): add log output neutralization (CWE-117) #275

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

elsapet
Copy link
Collaborator

@elsapet elsapet commented Feb 16, 2024

Description

Add Go rule to catch cases of missing log output neutralization.

Relates to #271

This rule is similar to CWE-93 (CRLF injection) so if/when we add this rule for Golang there may be some overlap.

Checklist

  • I've added a snapshot that shows my rule works as expected.
  • My rule has adequate metadata to explain its use.
  • PR title follows Conventional Commits format

@elsapet elsapet mentioned this pull request Feb 16, 2024
28 tasks
@elsapet elsapet merged commit 6a471f2 into main Feb 19, 2024
20 checks passed
@elsapet elsapet deleted the feat/go/log-output-neutralization branch February 19, 2024 11:31
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