andrewmusselman opened a new issue, #777: URL: https://github.com/apache/tooling-trusted-releases/issues/777
**Source:** ASVS 2.2.2 Finding 5 **CWE:** CWE-20 (Improper Input Validation) **Location:** `atr/models/distribution.py`, lines 65–76 #### Description The distribution `Data` model uses `schema.Lax` configuration, which allows extra fields and provides no format validation on `package`, `version`, and `owner_namespace` fields. #### Recommendation - Migrate all of these from `schema.Lax` to `schema.Subset` -- 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]
