We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e838f commit 7a6f34dCopy full SHA for 7a6f34d
solnlib/splunkenv.py
@@ -298,6 +298,7 @@ def get_conf_stanzas(conf_name: str) -> dict:
298
"btool",
299
conf_name,
300
"list",
301
+ "--app=system",
302
]
303
p = subprocess.Popen( # nosemgrep: python.lang.security.audit.dangerous-subprocess-use.dangerous-subprocess-use
304
btool_cli, stdout=subprocess.PIPE, stderr=subprocess.PIPE
0 commit comments