snmp_facts: Hide user sensitive information in console (#1621)

**SECURITY** - CVE-2021-20178

Hide user sensitive information like `privkey` and `authkey`
while logging in console.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2021-01-12 15:36:58 +05:30
committed by GitHub
parent 63817f7c1b
commit 3560aeb12f
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
security_fixes:
- 'snmp_facts - **CVE-2021-20178** - hide user sensitive information such as ``privkey`` and ``authkey`` from logging into the console (https://github.com/ansible-collections/community.general/pull/1621).'