Closed shundhammer closed 7 months ago
This is the merge PR of #1365 to master.
https://bugzilla.suse.com/show_bug.cgi?id=1221194
https://trello.com/c/6SAaaYZ3/
Secret attributes of the wifi connection object might leak to the logs, e.g. if methods like inspect() are used.
inspect()
Mark them as secret with secret_attr from YaST2::SecretAttributes.
secret_attr
YaST2::SecretAttributes
coverage: 80.784% (+0.003%) from 80.781% when pulling c974a08e1f5f96945110440ff8ba0ae0b64e3e0d on huha-pw-leak-master into 2ac81c0d38ab61112f059e97af6b3a1dc60db03a on master.
:x: Internal Jenkins job #606 failed
:heavy_check_mark: Internal Jenkins job #607 successfully finished :heavy_check_mark: Created OBS submit request #1157994
Target Branch
This is the merge PR of #1365 to master.
Bugzilla
https://bugzilla.suse.com/show_bug.cgi?id=1221194
Trello
https://trello.com/c/6SAaaYZ3/
Problem
Secret attributes of the wifi connection object might leak to the logs, e.g. if methods like
inspect()
are used.Solution
Mark them as secret with
secret_attr
fromYaST2::SecretAttributes
.Test
Related PRs