Skip to content

Commit ae22b27

Browse files
authored
docs: add owasp link on insecure temporary files (#309)
1 parent b232c58 commit ae22b27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
//! `tempfile` doesn't rely on file paths so this isn't an issue. However, `NamedTempFile` does
3030
//! rely on file paths for _some_ operations. See the security documentation on
3131
//! 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
3235
//!
3336
//! ## Early drop pitfall
3437
//!

0 commit comments

Comments
 (0)