Skip to content

fix: upgrade dugite 2.7.1 → 3.2.2 to resolve CVE-2023-5678#29

Open
dv-adit wants to merge 1 commit into
logseq:version/filefrom
dv-adit:version/file
Open

fix: upgrade dugite 2.7.1 → 3.2.2 to resolve CVE-2023-5678#29
dv-adit wants to merge 1 commit into
logseq:version/filefrom
dv-adit:version/file

Conversation

@dv-adit
Copy link
Copy Markdown

@dv-adit dv-adit commented May 25, 2026

dugite 2.7.1 bundled git 2.43.4 which included OpenSSL 1.1.1 (EOL, no patch available for CVE-2023-5678). dugite 3.2.2 bundles git 2.53.0 which includes patched OpenSSL 3.x.

Updated GitProcess.exec() call sites to use the new exec() named export introduced in dugite 3.x API.

Fixes #26

dugite 2.7.1 bundled git 2.43.4 which included OpenSSL 1.1.1 (EOL,
no patch available for CVE-2023-5678). dugite 3.2.2 bundles git 2.53.0
which includes patched OpenSSL 3.x.

Updated GitProcess.exec() call sites to use the new exec() named export
introduced in dugite 3.x API.

Fixes logseq#26

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenSSL CVE-2023-5678 Denial of Service Vulnerability

1 participant