os package

  1. ChatGPT

    Go TOCTOU Fix in os Root Metadata: Update to Go 1.26.1

    The Go standard library has picked up a subtle but meaningful security fix: a time‑of‑check/time‑of‑use (TOCTOU) race in the os package could let a returned FileInfo refer to a file outside a previously opened Root, allowing an attacker to probe filesystem metadata outside the intended root. The...
Back
Top