Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Conversation

@nik-kc
Copy link
Collaborator

@nik-kc nik-kc commented Nov 22, 2024

No description provided.

luca-nardelli and others added 30 commits November 29, 2022 15:46
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.
In order to support running migrations through PgBouncer which does not
support advisory locks.
Signed-off-by: guoguangwu <[email protected]>
* Update dktest from v0.3.16 to v0.4.0 to fix docker vulnerability
* Fix linter issues
* Update outdated GitHub Actions
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]>
…lang.org/x/crypto-0.17.0

Bump golang.org/x/crypto from 0.14.0 to 0.17.0
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]>
Shion1305 and others added 27 commits June 5, 2024 23:40
#1104 Fix golanglint-ci lint config & lint errors
🧑‍💻 improve error message for invalid source, database, resolves: #1102
Upgrade go-sqlite3 to v1.14.22
Newer versions of postgres require a password
* chore: remove deprecated `rand.Seed()` in testing.docker

* Use math/rand/v2

* Remove Go 1.21

Go 1.21 doesn't support `math/rand/v2`.
build: use Go 1.23 to build the project
test(postgres): run tests with PostgreSQL 16
test(mysql): run tests with MySQL 8.0, 8.4, and 9.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.64.0...v1.64.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Support .deb package for Noble Numbat (24.04)
…ogle.golang.org/grpc-1.64.1

Bump google.golang.org/grpc from 1.64.0 to 1.64.1
CORRECTION DONE near m.Step(2) if you want to explicitly set the number of migrations to run
Don't output sensitive information on error
@gitguardian
Copy link

gitguardian bot commented Nov 22, 2024

⚠️ GitGuardian has uncovered 4 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
10512664 Triggered Generic Password 2063684 database/pgx/v5/pgx_test.go View secret
10512664 Triggered Generic Password ab24e76 database/pgx/v5/pgx_test.go View secret
14593347 Triggered Generic Password f44379d database/redshift/redshift_test.go View secret
14593347 Triggered Generic Password 899a244 database/redshift/redshift_test.go View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@nik-kc nik-kc merged commit 58a029d into master Nov 25, 2024
7 of 13 checks passed
@nik-kc nik-kc deleted the cve-2024-27289 branch November 25, 2024 21:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.