Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulns #33

Merged
merged 55 commits into from
Dec 21, 2023
Merged

Vulns #33

merged 55 commits into from
Dec 21, 2023

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    90273fe View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Quote in drop as well

    luca-nardelli committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9fe7383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839421e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    50112e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a3ac4 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    volum-nova committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    64755d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    3b02b18 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    92dec35 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    7a72550 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    45d23ed View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

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

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    876a13d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Update lib/pq to fix cert permissions issues

    When attempting to connect to a PostgreSQL database using certificate
    credentials, authentication may fail due to permissions issues on the
    certificate files. When using migrate in Kubernetes, this issue may be
    unavoidable when using secrets.
    
    The github.com/lib/pq library has resolved this issue as of v1.10.6, so
    this commit updates that library to the latest release version (v1.10.9)
    to resolve the issue in migrate.
    jorng committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f2e0b33 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Added support for pgx locking table

    In order to support running migrations through PgBouncer which does not
    support advisory locks.
    fortnox-andreas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    129922a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bead4a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    12968a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    72957b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. fix: typo

    Signed-off-by: guoguangwu <[email protected]>
    testwill committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ee8a8e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. feature: add rqlite support

    swensone committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5163ac7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 8, 2023

  1. patch vulns

    daniel-garcia committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b82c168 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    669437c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request golang-migrate#1006 from testwill/typo

    fix: typo
    dhui authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7eac919 View commit details
    Browse the repository at this point in the history
  2. New release prep

    * Update dktest from v0.3.16 to v0.4.0 to fix docker vulnerability
    * Fix linter issues
    * Update outdated GitHub Actions
    dhui committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4078ef8 View commit details
    Browse the repository at this point in the history
  3. Update from alpine 3.18 to 3.19

    dhui committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b567287 View commit details
    Browse the repository at this point in the history
  4. Bump golang.org/x/crypto from 0.14.0 to 0.17.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    - [Commits](golang/crypto@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    5ded96d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d03609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfedabb View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge pull request golang-migrate#1014 from golang-migrate/dependabot…

    …/go_modules/golang.org/x/crypto-0.17.0
    
    Bump golang.org/x/crypto from 0.14.0 to 0.17.0
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    834fa39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request golang-migrate#1007 from swensone/master

    Add support for rqlite
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f375aeb View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/grpc from 1.55.0 to 1.56.3

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0 to 1.56.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.55.0...v1.56.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c3ebd52 View commit details
    Browse the repository at this point in the history
  4. Merge pull request golang-migrate#999 from tobyscott25/patch-1

    Add syntax highlighting to Postgres example
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b39ee92 View commit details
    Browse the repository at this point in the history
  5. Merge pull request golang-migrate#1015 from golang-migrate/dependabot…

    …/go_modules/google.golang.org/grpc-1.56.3
    
    Bump google.golang.org/grpc from 1.55.0 to 1.56.3
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    47a2661 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb22436 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5026488 View commit details
    Browse the repository at this point in the history
  8. Merge pull request golang-migrate#959 from jorng/libpq-update

    Update lib/pq to fix cert permissions issues
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    90c5015 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76efa72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d1cd48 View commit details
    Browse the repository at this point in the history
  11. Merge pull request golang-migrate#929 from SuperSandro2000/patch-1

    Move supported go version to standard place
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0695426 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2063684 View commit details
    Browse the repository at this point in the history
  13. Merge pull request golang-migrate#1002 from jsabbatini-upguard/upgrad…

    …e-spanner
    
    Updated version of spanner to support sequences and generate uuid
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0ba6fc3 View commit details
    Browse the repository at this point in the history
  14. Merge pull request golang-migrate#857 from luca-nardelli/master

    clickhouse: Quote db name in ensureVersionTable
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a94396c View commit details
    Browse the repository at this point in the history
  15. Merge pull request golang-migrate#947 from mkorolyov/scylladb_support

    add tests for scylladb. add scylladb to docs
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    eb64ffa View commit details
    Browse the repository at this point in the history
  16. Reformat ScyllaDB/Cassandra docs

    dhui committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    691f687 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e8edcdc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ab24e76 View commit details
    Browse the repository at this point in the history
  19. Quote locktable from config in queries

    Defer rollback of transactions
    tommykfortnox committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    091ad5d View commit details
    Browse the repository at this point in the history
  20. Merge pull request golang-migrate#875 from no-name16/clickhouse_creat…

    …e_database_migrations
    
    clickhouse: add to README.md and examples database creation
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9c551d4 View commit details
    Browse the repository at this point in the history
  21. Merge pull request golang-migrate#956 from Kenai/master

    Update aws-sdk-go to adress vulerabilitiy
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c7c5011 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f2c4b52 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cd17c5a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d63a5c2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5aa4670 View commit details
    Browse the repository at this point in the history
  26. Merge pull request golang-migrate#992 from fortnox-andreas/master

    Add support for locking table in pgx-driver
    dhui authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0815e2d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. merge upstream master

    daniel-garcia committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    af3698e View commit details
    Browse the repository at this point in the history