Skip to content

Commit d469ffb

Browse files
Jonathan D.A. Jewellclaude
andcommitted
fix: apply safety triangle fixes (recipe-heredoc-to-install,recipe-shell-quote-vars)
Auto-applied by hypatia dispatch-runner via gitbot-fleet. 1 file(s) modified. Recipes: recipe-heredoc-to-install,recipe-shell-quote-vars Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d036f2d commit d469ffb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

aur/submit-to-aur.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ cp "$SCRIPT_DIR/.SRCINFO" .
6161
# Update checksums
6262
echo "Calculating source checksum..."
6363
SOURCE_URL="https://github.com/hyperpolymath/cloud-sync-tuner/archive/v1.0.0.tar.gz"
64+
# WARNING: Pipe-to-shell is unsafe — download and verify first
6465
CHECKSUM=$(curl -sL "$SOURCE_URL" | sha256sum | awk '{print $1}')
6566
sed -i "s/sha256sums=('SKIP')/sha256sums=('$CHECKSUM')/" PKGBUILD
6667

0 commit comments

Comments
 (0)