splunk / splunk-sdk-python

Splunk Software Development Kit for Python
http://dev.splunk.com
Apache License 2.0
698 stars 370 forks source link

Remove bias language to adhere with Splunk AppInspect 2.3+ #359

Closed bakermat closed 2 years ago

bakermat commented 4 years ago

Is your feature request related to a problem? Please describe. Splunk AppInspect 2.3.1+ throws warnings regarding the use of bias language when using splunklib: Bias language is found in the app. ent['<<<WHITELIST>>>'] (lib/splunklib/client.py:839) [whitelist]. File: client.py Line Number: 839 Bias language is found in the app. ent.<<<WHITELIST>>> (lib/splunklib/client.py:856) [whitelist]. File: client.py Line Number: 856

Describe the solution you'd like Change the language and avoid these warnings.

ashah-splunk commented 2 years ago

Closing this Issue as the change is available in the latest Release.