This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 247de45c Adding comment; fixes #674 (#844)
247de45c is described below

commit 247de45cfee71e91966f3f6b756fb74588992895
Author: Andrew Musselman <[email protected]>
AuthorDate: Mon Mar 9 17:39:20 2026 -0700

    Adding comment; fixes #674 (#844)
---
 atr/ssh.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/atr/ssh.py b/atr/ssh.py
index be81b1c9..7ff0ae16 100644
--- a/atr/ssh.py
+++ b/atr/ssh.py
@@ -158,6 +158,7 @@ class SSHServer(asyncssh.SSHServer):
             log.set_asf_uid(self._github_asf_uid)
 
             now = int(time.time())
+            # audit_guidance this application is not concerned with checking 
for a not_before flag on the workflow_key
             if workflow_key.expires < now:
                 log.failed_authentication("public_key_expired")
                 return False


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to