andrewmusselman opened a new issue, #664:
URL: https://github.com/apache/tooling-trusted-releases/issues/664

   **Audit refs:** 8.1.1 MEDIUM-06, 8.3.1 HIGH-05, 8.2.2 HIGH-002
   
   #### Description
   
   Token and key deletion operations lack ownership verification:
   
   1. `atr/post/tokens.py:60-65` — `_delete_token()` passes `token_id` from 
form data to deletion without verifying the authenticated user owns the token.
   2. `atr/api/__init__.py:343-358` — `/key/delete` API authenticates via JWT 
but does not verify key ownership before deletion.
   
   #### Recommended fix
   
   Add a prefixed comment in the storage interface for both issues
   
   **CWE:** CWE-639


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