Mmuzaf commented on code in PR #32: URL: https://github.com/apache/cassandra-builds/pull/32#discussion_r1272465882
########## cassandra-release/cassandra-check-release.sh: ########## @@ -0,0 +1,271 @@ +#!/bin/bash + +# Parameters +# $1 release +# $2 maven artefacts url (as specified in the vote email) +# +# Example use: `./cassandra-check-release.sh 4.0-beta3 https://repository.apache.org/content/repositories/orgapachecassandra-1224/org/apache/cassandra/cassandra-all/4.0-beta3/` Review Comment: From the security point of view, I think it is better to pass a staging number only to avoid loading artifacts from untrusted sources e.g. in this case `1224`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

