Skip to content

Fix run_hook() missing several pickle entry points (GHSA-wccx-j62j-r448)#242

Merged
thomas-chauchefoin-tob merged 2 commits intomasterfrom
fix/GHSA-wccx-j62j-r448
Mar 3, 2026
Merged

Fix run_hook() missing several pickle entry points (GHSA-wccx-j62j-r448)#242
thomas-chauchefoin-tob merged 2 commits intomasterfrom
fix/GHSA-wccx-j62j-r448

Conversation

@thomas-chauchefoin-tob
Copy link
Collaborator

@thomas-chauchefoin-tob thomas-chauchefoin-tob commented Mar 3, 2026

run_hook() only hooked pickle.load and pickle.Unpickler, leaving pickle.loads, _pickle.load, and _pickle.loads unprotected. Thanks @mldangelo for the report!

run_hook() only hooked pickle.load and pickle.Unpickler, leaving
pickle.loads, _pickle.load, and _pickle.loads unprotected.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@thomas-chauchefoin-tob thomas-chauchefoin-tob merged commit 8c24c6e into master Mar 3, 2026
11 checks passed
@thomas-chauchefoin-tob thomas-chauchefoin-tob deleted the fix/GHSA-wccx-j62j-r448 branch March 3, 2026 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant