Skip to content

Commit

Permalink
docs: add owasp link on insecure temporary files (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0toose authored Nov 17, 2024
1 parent b232c58 commit ae22b27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

0 comments on commit ae22b27

Please sign in to comment.