Skip to content

Commit

Permalink
pyload: remove install script and warn about RCE
Browse files Browse the repository at this point in the history
  • Loading branch information
liaralabs committed Mar 13, 2024
1 parent b22ecf2 commit 9108a8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 193 deletions.
193 changes: 0 additions & 193 deletions scripts/install/pyload.sh

This file was deleted.

1 change: 1 addition & 0 deletions scripts/update/pyload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#

if [[ -f /install/.pyload.lock ]]; then
echo_warn "The version of pyload installed is susceptible to remote code execution (CVE-2023-0297). It is strongly recommended you uninstall pyload. No fixes will be forthcoming."
if [[ -f /etc/systemd/system/[email protected] ]]; then
echo_progress_start "Updating pyLoad to use pyenv"
codename=$(lsb_release -cs)
Expand Down

0 comments on commit 9108a8a

Please sign in to comment.