Bump keras from 3.6.0 to 3.13.2 in /Password Strength Checker by dependabot[bot] · Pull Request #548 · wasmerio/Python-Scripts
Bumps keras from 3.6.0 to 3.13.2.
Release notes
Sourced from keras's releases.
v3.13.2
Security Fixes & Hardening
This release introduces critical security hardening for model loading and saving, alongside improvements to the JAX backend metadata handling.
Disallow
TFSMLayerdeserialization insafe_mode(#22035)
- Previously,
TFSMLayercould load external TensorFlow SavedModels during deserialization without respecting Kerassafe_mode. This could allow the execution of attacker-controlled graphs during model invocation.TFSMLayernow enforcessafe_modeby default. Deserialization viafrom_config()will raise aValueErrorunlesssafe_mode=Falseis explicitly passed orkeras.config.enable_unsafe_deserialization()is called.Fix Denial of Service (DoS) in
KerasFileEditor(#21880)
- Introduces validation for HDF5 dataset metadata to prevent "shape bomb" attacks.
- Hardens the
.kerasfile editor against malicious metadata that could cause dimension overflows or unbounded memory allocation (unbounded numpy allocation of multi-gigabyte tensors).Block External Links in HDF5 files (#22057)
- Keras now explicitly disallows external links within HDF5 files during loading. This prevents potential security risks where a weight file could point to external system datasets.
- Includes improved verification for H5 Groups and Datasets to ensure they are local and valid.
Backend-specific Improvements (JAX)
- Set
mutable=Trueby default innnx_metadata(#22074)
- Updated the JAX backend logic to ensure that variables are treated as mutable by default in
nnx_metadata.- This makes Keras 3.13.2 compatible with Flax 0.12.3 when the Keras NNX integration is enabled.
Saving & Serialization
- Improved H5IOStore Integrity (#22057)
- Refactored
H5IOStoreandShardedH5IOStoreto remove unused, unverified methods.- Fixed key-ordering logic in sharded HDF5 stores to ensure consistent state loading across different environments.
Contributors
We would like to thank the following contributors for their security reports and code improvements:
@0xManan,@HyperPS,@hertschuh, and@divyashreepathihalli.Full Changelog: keras-team/keras@v3.13.1...v3.13.2
v3.13.1
Bug Fixes & Improvements
- General
- Removed a persistent warning triggered during
import keraswhen using NumPy 2.0 or higher. (#21949)- Backends
- JAX: Fixed an issue where CUDNN flash attention was broken when using JAX versions greater than 0.6.2. (#21970)
- Export & Serialization
- Resolved a regression in the export pipeline that incorrectly forced batch sizes to be dynamic. The export process now correctly respects static batch sizes when defined. (#21944)
Full Changelog: keras-team/keras@v3.13.0...v3.13.1
... (truncated)
Commits
e29d0efVersion bump and cherry picks for 3.13.2 (#22080)8914427Patch release commits for 3.13.1 (#22005)986ff97Update release version and comment orbax checkpoint (#21934)ca23fceRefactors AbsMaxQuantizer to accept axis in call (#21931)1a9893fAdds Serialization Support for QuantizationConfig based quantized models (#21...86bfab4More OpenVINO Numpy Operations (#21925)f48f480Add adaptive pooling (1D, 2D, 3D) support across JAX, NumPy, TensorFlow, and ...0771c80Fix ops.tile shape inference issue on TensorFlow backend (#21860)024c96dExtended fix OOM Issue #21634 on Keras side (#21755)71f4997Introduces QuantizationConfig for fine-grained quantization control (#21896)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.