Skip to content

Commit 311decb

Browse files
shaypal5Copilot
andauthored
Update README.rst
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e3f38cb commit 311decb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Cachier supports a generic SQL backend via SQLAlchemy, allowing you to use SQLit
397397
- Requires SQLAlchemy (install with ``pip install SQLAlchemy``)
398398
- For production, use a persistent database (not ``:memory:``)
399399
- Thread/process safety is handled via transactions and row-level locks
400-
- Value serialization uses ``pickle``
400+
- Value serialization uses ``pickle``. **Warning:** `pickle` can execute arbitrary code during deserialization if the cache database is compromised. Ensure the cache is stored securely and consider using safer serialization methods like `json` if security is a concern.
401401
- For best performance, ensure your DB supports row-level locking
402402

403403

0 commit comments

Comments
 (0)