Closed shundhammer closed 7 months ago
This is the merge PR of #1363 to SLE-15-SP5.
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.584% (+0.03%) from 80.555% when pulling afc12ab85749e92dfba39e829a9d4fc1a76c25ea on huha-pw-leak-15-5 into 1d8ba6a3b4e4d08d56bc15c6d02b83db29ebdac5 on SLE-15-SP5.
:x: Internal Jenkins job #769 failed
:heavy_check_mark: Internal Jenkins job #770 successfully finished :heavy_check_mark: Created IBS submit request #324055
Target Branch
This is the merge PR of #1363 to SLE-15-SP5.
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