Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps adodb/adodb-php from 5.20.16 to 5.22.10.

Release notes

Sourced from adodb/adodb-php's releases.

v5.22.10

Security release fixing an SQL injection issue in the SQLite3 driver (CVE-2025-54119, see advisory), thanks to Marco Nappi (@​mrcnpp).

Also fixes a few bugs in the SQLite3 driver.

See Changelog for details

v5.22.9

Security release fixing an SQL injection issue in the PostgreSQL driver (CVE-2025-46337, see advisory), credits to Marco Nappi (@​mrcnpp).

Also fixes a couple bugs in the SQLite3 driver and a PHP 8.2 compatibility issue with Active Record.

See Changelog for details.

v5.22.8

Long overdue hotfix release.

See Changelog for details.

v5.22.7

Maintenance release focusing on PHP 8.x compatibility.

See Changelog for details

v5.22.6

Maintenance release focusing mainly on PHP 8 compatibility. The Date/Time library was deprecated and will be removed in 5.23.0.

See Changelog for details

v5.22.5

Maintenance release focusing mainly on PHP 8.2 compatibility.

See Changelog for details

v5.22.4

Hotfix release, see Changelog

v5.22.3

Hotfix release, see Changelog

v5.22.2

Hotfix release, see Changelog for details.

v5.22.1

Hotfix release, see Changelog for details.

v5.22.0

This is a feature and maintenance release.

Please see the Changelog for details.

... (truncated)

Changelog

Sourced from adodb/adodb-php's changelog.

[5.22.10] - 2025-08-03

Security

Fixed

  • sqlite: metaForeignKeys() returns nothing when FOREIGN keyword is in lower case #1078
  • sqlite: metaForeignKeys() does not support column-levels constraints #1079
  • sqlite: metaForeignKeys() composite foreign keys are not supported #1080

[5.22.9] - 2025-05-01

Security

Fixed

  • sqlite: Fulfill PRIMARY KEY AUTOINCREMENT requirements #1055
  • sqlite: fix error reporting #1061
  • Creation of dynamic property deprecated warning with PHP 8.2 #1068

[5.22.8] - 2025-01-25

Added

  • mysql: allow forcing use of emulated prepared statements #1028
  • Georgian language strings #1042

Changed

  • mysqli: Improve setConnectionParameter() #1044

Fixed

... (truncated)

Commits
  • 38ce257 Bump version to 5.22.10
  • cb08cba Update Changelog
  • be60339 Refactor metaForeignKeys() method
  • 5fe4fc8 Ignore case when matching FOREIGN keyword
  • e361aa9 Code cleanup
  • a8bc962 Execute PRAGMA to retrieve PK after getting table info
  • 90a11eb Remove unnecessary where clause
  • a78e02e Remove unnecessary subquery in metaForeignKeys()
  • 5b8bd52 Prevent SQL injection in sqlite3 driver
  • a568bfe Bump version to 5.22.9
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.16 to 5.22.10.
- [Release notes](https://github.com/ADOdb/ADOdb/releases)
- [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md)
- [Commits](ADOdb/ADOdb@v5.20.16...v5.22.10)

---
updated-dependencies:
- dependency-name: adodb/adodb-php
  dependency-version: 5.22.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants