-
Notifications
You must be signed in to change notification settings - Fork 1.2k
sensitive information leak to log #12018
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
base: 4.20
Are you sure you want to change the base?
sensitive information leak to log #12018
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #12018 +/- ##
=============================================
- Coverage 16.18% 4.00% -12.19%
=============================================
Files 5657 402 -5255
Lines 498466 32665 -465801
Branches 60491 5808 -54683
=============================================
- Hits 80696 1309 -79387
+ Misses 408789 31203 -377586
+ Partials 8981 153 -8828
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
DaanHoogland
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clgtm, all comments nitpicking
agent/src/main/java/com/cloud/agent/resource/consoleproxy/ConsoleProxyResource.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/cloud/storage/template/HttpTemplateDownloader.java
Outdated
Show resolved
Hide resolved
engine/schema/src/main/java/com/cloud/upgrade/DatabaseCreator.java
Outdated
Show resolved
Hide resolved
...ors/baremetal/src/main/java/com/cloud/baremetal/networkservice/BaremetalDnsmasqResource.java
Outdated
Show resolved
Hide resolved
...ors/baremetal/src/main/java/com/cloud/baremetal/networkservice/BaremetalDnsmasqResource.java
Outdated
Show resolved
Hide resolved
...aremetal/src/main/java/com/cloud/baremetal/networkservice/BaremetalKickStartPxeResource.java
Outdated
Show resolved
Hide resolved
...ors/baremetal/src/main/java/com/cloud/baremetal/networkservice/BaremetalPingPxeResource.java
Outdated
Show resolved
Hide resolved
...ors/baremetal/src/main/java/com/cloud/baremetal/networkservice/BaremetalPingPxeResource.java
Outdated
Show resolved
Hide resolved
...ors/baremetal/src/main/java/com/cloud/baremetal/networkservice/BaremetalPingPxeResource.java
Outdated
Show resolved
Hide resolved
…oleProxyResource.java Co-authored-by: dahn <[email protected]>
…loader.java Co-authored-by: dahn <[email protected]>
…java Co-authored-by: dahn <[email protected]>
…l/networkservice/BaremetalDnsmasqResource.java Co-authored-by: dahn <[email protected]>
…l/networkservice/BaremetalDnsmasqResource.java Co-authored-by: dahn <[email protected]>
…l/networkservice/BaremetalKickStartPxeResource.java Co-authored-by: dahn <[email protected]>
…l/networkservice/BaremetalPingPxeResource.java Co-authored-by: dahn <[email protected]>
…l/networkservice/BaremetalPingPxeResource.java Co-authored-by: dahn <[email protected]>
…l/networkservice/BaremetalPingPxeResource.java Co-authored-by: dahn <[email protected]>
Co-authored-by: dahn <[email protected]>
Description
This PR fixed sensitive information leak to log #11985