fix(gorgone): reduce log file permissions#3190
Conversation
Refs:MON-192925
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
New Issues (2)Checkmarx found the following issues in this Pull Request
|
… password exposure Refs:MON-192925
| $self->{severity} = 6; | ||
| } elsif ($input_severity eq "debug") { | ||
| $self->{severity} = 7; | ||
| }elsif ($input_severity eq "trace") { |
There was a problem hiding this comment.
| }elsif ($input_severity eq "trace") { | |
| } elsif ($input_severity eq "trace") { |
|
🤖 This is an automatic comment generated by an internal tool. Complexity Classification: StandardJustification: Automatic classification failed; defaulting to standard.
A maintainer can override this classification at any time. |



Description
set gorgone log permissions to 640 instead of 644
Fixes # MON-192925
Type of change
Target serie
How this pull request can be tested ?
need to test both update and new install : log file should be 640 in both case.
Checklist