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

[WIP] replace direct uses of logrus for containerd/log #5149

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thaJeztah
Copy link
Member

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@codecov-commenter
Copy link

codecov-commenter commented Jun 12, 2024

Codecov Report

Attention: Patch coverage is 36.06557% with 39 lines in your changes missing coverage. Please review.

Project coverage is 61.33%. Comparing base (8bcd7f3) to head (e4ad51f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5149      +/-   ##
==========================================
- Coverage   61.76%   61.33%   -0.44%     
==========================================
  Files         297      294       -3     
  Lines       20768    20757      -11     
==========================================
- Hits        12828    12731      -97     
- Misses       7024     7108      +84     
- Partials      916      918       +2     

@thaJeztah thaJeztah force-pushed the cd8_logs branch 3 times, most recently from 23a6c37 to 95fbbbd Compare June 12, 2024 00:04
@@ -278,7 +278,7 @@
}

func (w *stderrWriter) Write(p []byte) (int, error) {
logrus.Debugf("%s%s", w.debugPrefix, string(p))
log.G(context.TODO()).Debug(w.debugPrefix + string(p))

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

Sensitive data returned by an access to Password
flows to a logging call.
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.

None yet

2 participants