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


##########
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:
   I think on the checks front it would be a mistake if you didn't also have a 
reference for that release to all the checks, but we have that in attestable 
data so we should be able to find them - I suppose the issue in there is not 
being able to remove them as we don't know if they're used by any other release



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