Skip to content

Patch CVEs#236

Merged
IshaChid76 merged 37 commits intoaws:masterfrom
IshaChid76:master
Mar 7, 2025
Merged

Patch CVEs#236
IshaChid76 merged 37 commits intoaws:masterfrom
IshaChid76:master

Conversation

@IshaChid76
Copy link
Copy Markdown
Contributor

@IshaChid76 IshaChid76 commented Feb 25, 2025

Issue #, if available:

Description of changes:

  • This PR patches the following CVEs: CVE-2021-44906 CVE-2023-36665 CVE-2024-47685
  • Includes upgrading packages minimist, protobufjs, linux-libc-dev.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@IshaChid76 IshaChid76 closed this Mar 4, 2025
@IshaChid76 IshaChid76 reopened this Mar 4, 2025
@IshaChid76 IshaChid76 changed the title Bump libgrpc library version to resolve CVEs Patch CVEs Mar 6, 2025
&& \
python3 -m pip install --upgrade pip && \
python3 -m pip install --upgrade certifi && \
apt-get clean && \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we doing this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason when I do a upgrade of the required packages, it gives me a new CVE relating to certifi so I am separately doing a upgrade for it.

# Node.js setup
mkdir -p /etc/apt/keyrings && \
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | \
gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these additions verified?

@IshaChid76 IshaChid76 merged commit 38c8b75 into aws:master Mar 7, 2025
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.

3 participants