This is an automated email from the ASF dual-hosted git repository. akm pushed a commit to branch public-download-comment-665 in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit f11c6341508b4e57db1e7bb55b0af1be570fa90f Author: Andrew K. Musselman <[email protected]> AuthorDate: Mon Mar 9 17:08:51 2026 -0700 Adding comment about public download of release files; fixes #665 --- atr/get/download.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atr/get/download.py b/atr/get/download.py index 39e5a43c..801adcd7 100644 --- a/atr/get/download.py +++ b/atr/get/download.py @@ -51,6 +51,7 @@ async def all_selected( URL: /download/all/<project_name>/<version_name> Display download commands for a release. """ + # audit_guidance this application intentionally allows release files to be downloaded without authentication import atr.get.root as root async with db.session() as data: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
