This is an automated email from the ASF dual-hosted git repository. akm pushed a commit to branch ssh-comment-674 in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit f936db9c0d7cef7e366eb9517c7daff8fe30a148 Author: Andrew K. Musselman <[email protected]> AuthorDate: Mon Mar 9 16:49:19 2026 -0700 Adding comment; fixes #674 --- 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]
