proud-dentist-22844
05/14/2021, 8:25 PMdistro
in a plugin (in an @_uncacheable_rule
)?
https://pypi.org/project/distro/
https://github.com/nir0s/distro/blob/master/distro.py
Looks like it runs these basic commands: uname -rs
lsb_release -a
It also accesses a variety of files like /etc/os-release
.
Would I shoot myself in the foot by using this?