dave2wave commented on code in PR #1243:
URL: 
https://github.com/apache/tooling-trusted-releases/pull/1243#discussion_r3248789567


##########
atr/get/committees.py:
##########
@@ -67,6 +68,20 @@ async def view(session: web.Public, _committees: 
Literal["committees"], name: sa
         )
         names: dict[str, str | None] = {u.asfuid: u.name for u in 
user_rows.scalars().all()}
 
+        fingerprints = [k.fingerprint for k in committee.public_signing_keys]

Review Comment:
   Checks are unique to a release. Fingerprints span releases. We do want to 
track all uses of a fingerprint so that we can disallow deletion of that 
fingerprint.



-- 
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]

Reply via email to