skypher opened a new pull request, #60148: URL: https://github.com/apache/airflow/pull/60148
## Summary Adds an upstream-owned OSS-Fuzz fuzzer suite under `ossfuzz/`. **Fuzz targets (Atheris):** - DAG serialization/deserialization (`serialized_dag_fuzz`) - Connection URI parsing (`connection_uri_fuzz`) Each fuzzer includes: - `.options` files with tuned input size limits - `.dict` files for structured input fuzzing - Small seed corpora under `ossfuzz/seed_corpus/` ## Security Model Alignment These fuzzers target code paths with **clear security boundaries** per Airflow's security model, avoiding the "DAG author trust zone" where DAG authors are expected to run arbitrary code. ## Test plan - [x] Tested locally with atheris (`-max_total_time=10`) - [ ] OSS-Fuzz integration build validation -- 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]
