andrewmusselman opened a new issue, #660: URL: https://github.com/apache/tooling-trusted-releases/issues/660
**Labels:** `ASVS`, `critical`, `security`, `L1` **Audit refs:** 8.2.2 CRITICAL-004/CRITICAL-005, 8.2.2 HIGH-001 #### Description Several API endpoints expose sensitive information without authentication or authorization: **Unauthenticated API endpoints:** - `/api/checks/list/<project>/<version>` — exposes check results (security issues, license violations) - `/api/checks/ongoing` — lists all ongoing checks - `/api/release/paths/<project>/<version>` — enumerates file paths including drafts - `/api/release/revisions/<project>/<version>` — enumerates revision history #### Recommended fix 1. Document that info from these endpoints are meant to be public 2. Ensure `atr/docs` is read during audit **CWE:** CWE-862 / CWE-639 | **CVSS:** 8.1 -- 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]
