skypher opened a new pull request, #59588:
URL: https://github.com/apache/airflow/pull/59588

   Adds an upstream-owned OSS-Fuzz fuzzer suite under \.
   
   Fuzz targets (Atheris):
   - dag construction (\)
   - DAG serialization/deserialization (\)
   - connection URI parsing (\)
   - YAML parsing (\)
   - cron timetable parsing (\)
   - params JSON schema validation (\)
   - API request body parsing/validation (\, \, \)
   
   Each fuzzer includes tuned \ (input size limits) and small seed corpora 
under \. Structured targets also include \ files.
   
   Note: Airflow is fuzzed as a Python project in OSS-Fuzz, so 
libFuzzer/Atheris is the supported engine; MSan / alternate engines are not 
applicable for Python targets.


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

Reply via email to