DF-2484 / build.sh
#!/bin/sh # No buildable PoC: this is a HW-gated kernel driver finding. # The vulnerable driver does not exist on this guest (no HBA hardware). # The defense-in-depth fix is in fix.diff (git apply --check verified). echo "HW-gated driver finding — no userspace PoC to build." echo "Gate proof: see env.txt and manifest.json" echo "Fix validation: git apply --check fix.diff" exit 0 |