diff options
author | Jan Jansky <jjansky@redhat.com> | 2023-07-10 13:10:22 +0200 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-07-13 10:43:55 -0400 |
commit | 59c2660584734af92eca2eae31af3fbf5557f853 (patch) | |
tree | dcd064fbcf0399d4e2d37f31ed135590c7756fc6 /.github | |
parent | aade89e49303d69ccb9b636c5e53575e4c0614f4 (diff) | |
download | sos-59c2660584734af92eca2eae31af3fbf5557f853.tar.gz |
[clean] Properly obfuscate MAC addresses
Some of mac addresses was not properly obfuscated because
some collected data contains mac addresses in format
01:<mac> and parser was not ready for that.
Also added mapper which will obfuscate mac address in case
it is in format with _ instead of : as for example
00_50_56_87_5d_01
instead of
00:50:56:87:5d:01
Format with _ is used for example by vmware plugin.
Resolves: #3302
Signed-off-by: Jan Jansky <jjansky@redhat.com>
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions