Self-update installs releases from the upstream author's repo as root #19
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
update_thread(aqomui_service.py:560-610) fetcheshttps://api.github.com/repos/corrad1nho/aqomui/releases/latestand installsfrom
https://github.com/corrad1nho/aqomui/(aqomui_service.py:562), runningpip install/dpkg -ias root.That is the original upstream author's repository, not this fork. So it is
both wrong (points at a different project, which has been dormant since 2019)
and a supply-chain hazard: a root service self-updating from a hardcoded
third-party URL.
Distro packaging (
packaging/arch/PKGBUILD,debian/) is the correct updatepath and already exists. Remove the self-update, or repoint and gate it.