We use these services and cookies to improve your user experience. You may opt out if you wish, however, this may limit some features on this site.
Please see our statement on Data Privacy.
The filepath.Walk and filepath.WalkDir functions are documented as not following symbolic links, but both functions are susceptible to a TOCTOU (time of check/time of use) race condition where a portion of the path being walked is replaced with a symbolic link while the walk is in progress.
Reserved 2024-08-27 | Published 2025-08-06 | Updated 2025-08-06 | Assigner GoCWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition
Support options