Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.blocklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ langgraph-checkpoint<3.0.0

# LangGraph SQLite Checkpoint - RCE vulnerability (uses vulnerable langgraph-checkpoint)
# CVE-2025-64439: Remote Code Execution in JsonPlusSerializer
# Affected: langgraph-checkpoint-sqlite < 3.0.0 (depends on langgraph-checkpoint < 3.0.0)
# Affected: langgraph-checkpoint-sqlite < 4.0.0 (depends on langgraph-checkpoint < 3.0.0)
# Note: We don't use SQLite checkpoint (we use in-memory state), but blocking prevents
# accidental installation. The vulnerability is in the base langgraph-checkpoint package.
langgraph-checkpoint-sqlite<3.0.0
Expand Down
Loading