[Bug 1846512] [NEW] update-usbids runs as root and fetches over HTTP
Launchpad Bug Tracker
1846512 at bugs.launchpad.net
Thu Oct 3 20:34:54 UTC 2019
You have been subscribed to a public bug:
$ cat /usr/sbin/update-usbids
#!/bin/sh
# see also update-pciids.sh (fancier)
[ "$1" = "-q" ] && quiet="true" || quiet="false"
set -e
SRC="http://www.linux-usb.org/usb.ids"
DEST=/var/lib/usbutils/usb.ids
...
** Affects: usbutils (Ubuntu)
Importance: Undecided
Status: New
** Tags: bot-comment
--
update-usbids runs as root and fetches over HTTP
https://bugs.launchpad.net/bugs/1846512
You received this bug notification because you are a member of Ubuntu Foundations Bugs, which is subscribed to usbutils in Ubuntu.
More information about the foundations-bugs
mailing list