diff --git a/src/lib.rs b/src/lib.rs index 4f5a8bb4d..7fe44b180 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -29,6 +29,9 @@ //! `tempfile` doesn't rely on file paths so this isn't an issue. However, `NamedTempFile` does //! rely on file paths for _some_ operations. See the security documentation on //! the `NamedTempFile` type for more information. +//! +//! The OWASP Foundation provides a resource on vulnerabilities concerning insecure +//! temporary files: https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File //! //! ## Early drop pitfall //!