-
Notifications
You must be signed in to change notification settings - Fork 81
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 log entries with user input #2404
Conversation
They were completely missing.
Huh, seems like CodeQL is not convinced. |
Codecov Report
@@ Coverage Diff @@
## master #2404 +/- ##
==========================================
- Coverage 85.06% 84.98% -0.09%
==========================================
Files 290 290
Lines 36115 36128 +13
==========================================
- Hits 30721 30702 -19
- Misses 4098 4133 +35
+ Partials 1296 1293 -3
Continue to review full report at Codecov.
|
3e056b9
to
e79d700
Compare
Looks a lot like github/codeql-go#635, but it should fixed in version 2.8.1 we're using. |
CWE-117: Log entries created from user input If unsanitized user input is written to a log entry, a malicious user may be able to forge new log entries.
e79d700
to
9d5b8d6
Compare
I think, it's fixed. If CodeQL thinks otherwise, I'll just ignore the warning. |
Problem
CodeQL.
Solution
Aquí.