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

   **Source:** ASVS 2.1.1 Finding 8, ASVS 2.2.1 Finding HIGH-005
   **CWE:** CWE-20 (Improper Input Validation)
   **Location:** `atr/worker.py`, lines 178–222; `atr/tasks/__init__.py`, lines 
90–99
   
   #### Description
   
   Task arguments pass through the worker processing pipeline with only 
type-level validation (checking if dict or list). The contents are not 
validated against expected schemas before being dispatched to task handlers. 
Tasks drive security-critical operations including signature checks, license 
validation, and SBOM generation.
   
   #### Recommendation
   
   - Add to runbook that `checks.with_model` does this
   


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