Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sidorares/node-mysql2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.19.0
Choose a base ref
...
head repository: sidorares/node-mysql2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.19.1
Choose a head ref
  • 9 commits
  • 12 files changed
  • 3 contributors

Commits on Mar 5, 2026

  1. ci: define a timeout for tests (#4154)

    * ci: define a timeout for tests
    
    * chore: fix Deno
    
    * ci: use distinct timeouts for sequential and parallel tests
    wellwelwel authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    d207686 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. build(deps-dev): bump poku from 3.0.2 to 4.0.0 in /website (#4158)

    Bumps [poku](https://github.com/wellwelwel/poku) from 3.0.2 to 4.0.0.
    - [Release notes](https://github.com/wellwelwel/poku/releases)
    - [Changelog](https://github.com/wellwelwel/poku/blob/main/CHANGELOG.md)
    - [Commits](wellwelwel/poku@v3.0.2...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: poku
      dependency-version: 4.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    d8d69c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. Configuration menu
    Copy the full SHA
    9708848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1490783 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. fix: validate buffer bounds in geometry parser (fixes a potential DoS…

    … vulnerability reported by Doruk Tan Ozturk (peaktwilight)) (#4159)
    
    * fix: validate buffer bounds in geometry parser
    
    * ci: improve coverage
    wellwelwel authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    7c2ae00 View commit details
    Browse the repository at this point in the history
  2. fix: bound null-terminated string read to packet end (fixes a poten…

    …tial OOB read reported by Doruk Tan Ozturk (peaktwilight)) (#4161)
    wellwelwel authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    91c5229 View commit details
    Browse the repository at this point in the history
  3. fix: prevent query param override of URL-defined connection options…

    … (fixes a potential config injection vulnerability reported by Doruk Tan Ozturk (peaktwilight)) (#4162)
    wellwelwel authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    3123b4e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. fix: handle malformed geometry payloads (fixes a potential DoS vulner…

    …ability reported by Doruk Tan Ozturk (peaktwilight)) (#4164)
    wellwelwel authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    1869215 View commit details
    Browse the repository at this point in the history
  2. chore(master): release 3.19.1 (#4160)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    fa06903 View commit details
    Browse the repository at this point in the history
Loading