fuzzbench
                                
                                 fuzzbench copied to clipboard
                                
                                    fuzzbench copied to clipboard
                            
                            
                            
                        Bump the pip group across 1 directory with 3 updates
Bumps the pip group with 3 updates in the / directory: jinja2, redis and scipy.
Updates jinja2 from 3.1.2 to 3.1.4
Release notes
Sourced from jinja2's releases.
3.1.4
This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes.
PyPI: https://pypi.org/project/Jinja2/3.1.4/ Changes: https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-4
- The
xmlattrfilter does not allow keys with/solidus,>greater-than sign, or=equals sign, in addition to disallowing spaces. Regardless of any validation done by Jinja, user input should never be used as keys to this filter, or must be separately validated first. GHSA-h75v-3vvj-5mfj3.1.3
This is a fix release for the 3.1.x feature branch.
- Fix for GHSA-h5c8-rqwp-cp95. You are affected if you are using
xmlattrand passing user input as attribute keys.- Changes: https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-3
- Milestone: https://github.com/pallets/jinja/milestone/15?closed=1
Changelog
Sourced from jinja2's changelog.
Version 3.1.4
Released 2024-05-05
- The
xmlattrfilter does not allow keys with/solidus,>greater-than sign, or=equals sign, in addition to disallowing spaces. Regardless of any validation done by Jinja, user input should never be used as keys to this filter, or must be separately validated first. :ghsa:h75v-3vvj-5mfjVersion 3.1.3
Released 2024-01-10
- Fix compiler error when checking if required blocks in parent templates are empty. :pr:
1858
xmlattrfilter does not allow keys with spaces. :ghsa:h5c8-rqwp-cp95- Make error messages stemming from invalid nesting of
{% trans %}blocks more helpful. :pr:1918
Commits
- dd4a8b5release version 3.1.4
- 0668239Merge pull request from GHSA-h75v-3vvj-5mfj
- d655030disallow invalid characters in keys to xmlattr filter
- a7863baadd ghsa links
- b5c98e7start version 3.1.4
- da3a9f0update project files (#1968)
- 0ee5eb4satisfy formatter, linter, and strict mypy
- 20477c6update project files (#5457)
- e491223update pyyaml dev dependency
- 36f9885fix pr link
- Additional commits viewable in compare view
Updates redis from 4.3.4 to 4.4.4
Release notes
Sourced from redis's releases.
4.4.4
Changes
Upgrade urgency: SECURITY, contains fixes to security issues.
- (CVE-2023-28859) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases.
- (CVE-2023-28858) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases.
🐛 Bug Fixes
- Fixing cancelled async futures (#2671 )
4.4.3
Changes
Update urgency: HIGH: There is a critical bug that may affect a subset of users. Upgrade!
🐛 Bug Fixes
4.4.2
Changes
Note: this release include #2548 and it is suggested that users upgrade immediately.
🧪 Experimental Features
- Add support for BF.CARD (#2545)
🚀 New Features
- Add support for custom connection pool class in NodesManager (#2547)
🐛 Bug Fixes
- Allow replica to master promotion in nodes_cache (#2549)
- Security Fix: Updating graph parser for potential injection cases (#2548)
Contributors
We'd like to thank all the contributors who worked on this release!
@Threated,@dvora-h,@shacharPashand@zakaf4.4.1
Changes
🚀 New Features
- Add dialect to
FT.AGGREGATE(#2537)
... (truncated)
Commits
- 49d9cb7Version 4.4.4 (#2671)
- b3c89acAsyncIO Race Condition Fix (#2640)
- 8592cacversion 4.4.2 (#2550)
- be84b93Add support to BF.CARD (#2545)
- 7dd73a3add support for custom connection pool class in NodesManager (#2547)
- bae6385allow replica to master promotion in nodes_cache (#2549)
- 4a825bcString cleanse (#2548)
- f46d7f3Version 4.4.1 (#2544)
- c7600b4add type checking for graph eq (#2531)
- decd1f6ValueError must be AttributeError in init.py (#2542)
- Additional commits viewable in compare view
Updates scipy from 1.9.2 to 1.11.1
Release notes
Sourced from scipy's releases.
SciPy 1.11.1 Release Notes
SciPy
1.11.1is a bug-fix release with no new features compared to1.11.0. In particular, a licensing issue discovered after the release of1.11.0has been addressed.Authors
- Name (commits)
- h-vetinari (1)
- Robert Kern (1)
- Ilhan Polat (4)
- Tyler Reddy (8)
A total of 4 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.
SciPy 1.11.0 Release Notes
SciPy
1.11.0is the culmination of 6 months of hard work. It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented below. All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations. Before upgrading, we recommend that users check that their own code does not use deprecated SciPy functionality (to do so, run your code withpython -Wdand check forDeprecationWarnings). Our development attention will now shift to bug-fix releases on the 1.11.x branch, and on adding new features on the main branch.This release requires Python
3.9+and NumPy1.21.6or greater.For running on PyPy, PyPy3
6.0+is required.Highlights of this release
- Several
scipy.sparsearray API improvements, includingsparse.sparray, a new public base class distinct from the oldersparse.spmatrixclass, proper 64-bit index support, and numerous deprecations paving the way to a modern sparse array experience.
scipy.statsadded tools for survival analysis, multiple hypothesis testing, sensitivity analysis, and working with censored data.
... (truncated)
Commits
- cfe8011REL: 1.11.1 rel commit [wheel build]
- 450d8aaMerge pull request #18779 from tylerjereddy/treddy_1_11_1_prep
- 6f942e8DOC: update 1.11.1 relnotes
- 145cec5MAINT: fix unuran licensing
- 0760babMAINT:linalg.det:Return scalars for singleton inputs (#18763)
- a1c6f99MAINT:linalg:Use only NumPy types in lu
- 5cdc2feMAINT:linalg:Remove memcpy from lu
- d9ac3f3FIX:linalg:Guard against possible permute_l out of bound behavior
- 7ec5010BUG: fix handling for- factorial(..., exact=False)for 0-dim array inputs (#...
- 90415c6BUG: Fix work array construction for various weight shapes. (#18741)
- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency
- @dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- @dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- @dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- @dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency
- @dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.