Commit 9d4af4e
authored
Improve security in pickle module
Fix a potential denial of service in the :mod:`pickle` module by preventing arbitrary memory allocation when unpickling data from untrusted sources.1 parent 2a1cff8 commit 9d4af4e
1 file changed
Lines changed: 8 additions & 2 deletions
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments