We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b232c58 commit ae22b27Copy full SHA for ae22b27
src/lib.rs
@@ -29,6 +29,9 @@
29
//! `tempfile` doesn't rely on file paths so this isn't an issue. However, `NamedTempFile` does
30
//! rely on file paths for _some_ operations. See the security documentation on
31
//! the `NamedTempFile` type for more information.
32
+//!
33
+//! The OWASP Foundation provides a resource on vulnerabilities concerning insecure
34
+//! temporary files: https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File
35
//!
36
//! ## Early drop pitfall
37
0 commit comments