asf-tooling opened a new issue, #1134: URL: https://github.com/apache/tooling-trusted-releases/issues/1134
**ASVS Level(s):** L1 **Description:** ### Summary Project deletion in storage writer accepts deletion requests without additional validation that project has no active releases or ongoing votes that should prevent deletion. ### Details In `atr/storage/writers/project.py`, the project deletion logic does not check for blocking conditions such as active releases, ongoing votes, or other dependencies that should prevent deletion. ### Recommended Remediation Add validation checks before project deletion to ensure no active releases, ongoing votes, or other blocking conditions exist. ### Acceptance Criteria - [ ] Project deletion validates no active releases exist - [ ] Project deletion validates no ongoing votes exist - [ ] Clear error messages for blocked deletions - [ ] Unit tests verify validation logic ### References - Source reports: L1:8.3.1.md - Related findings: None - ASVS sections: 8.3.1 ### Priority Low --- --- **Related issue:** https://github.com/apache/tooling-trusted-releases/issues/510 --- **Triage notes:** related to https://github.com/apache/tooling-trusted-releases/issues/510 -- 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]
