YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
F-005 Submission Bundle
Contents:
repro.c: self-contained C PoC that inlines the real struct layout and reproduces the exact code path fromesp_image_format.cDockerfile: pinned, ASAN-instrumented Linux repro environmentrun.sh: container entrypointupload_hf.py: helper to create the HuggingFace repo, enable gating, grant reviewer access, and upload submission filesSUBMISSION.md: writeup
Validation target:
- Upstream repo:
https://github.com/espressif/esp-idf.git - Pinned commit:
ed7c90c8aa
Expected result:
- Control path (
do_verify=true) printsREJECTED — segment_count check triggered - Vulnerable path (
do_verify=false) triggers ASANstack-buffer-overflowinprocess_segments - Container exits non-zero due to ASAN abort
Usage:
docker build -t esp-idf-005 .
docker run --rm esp-idf-005
Optional HuggingFace upload:
export HF_TOKEN=...
export HF_REPO_ID=ret2c/esp-idf-005-poc
python3 upload_hf.py
This helper will:
- keep the model repo public by default
- enable gated/manual access by default
- grant
protectai-botread access by default - upload
repro.c,Dockerfile,run.sh,README.md, andSUBMISSION.md
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support