This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/src/sonic-eventd
Mai Bui f34ca2b6a6
[sonic-eventd] Replace subprocess with shell=True (#12536)
Signed-off-by: maipbui <maibui@microsoft.com>
#### Why I did it
`subprocess` is used with `shell=True`, which is very dangerous for shell injection.
#### How I did it
remove `shell=True`, use `shell=False`
2022-10-28 15:50:04 -04:00
..
debian Add events to host and create rsyslog_plugin deb pkg (#12059) 2022-09-21 09:20:53 -07:00
rsyslog_plugin Streaming structured events implementation (#11848) 2022-09-03 07:33:25 -07:00
rsyslog_plugin_tests Streaming structured events implementation (#11848) 2022-09-03 07:33:25 -07:00
src Streaming structured events implementation (#11848) 2022-09-03 07:33:25 -07:00
tests Streaming structured events implementation (#11848) 2022-09-03 07:33:25 -07:00
tools [sonic-eventd] Replace subprocess with shell=True (#12536) 2022-10-28 15:50:04 -04:00
Makefile Add events to host and create rsyslog_plugin deb pkg (#12059) 2022-09-21 09:20:53 -07:00