Skip to content

[Fix]: Fix CVEs#9

Merged
Kylejeong2 merged 3 commits into
masterfrom
kj/fix-deps
Jun 7, 2025
Merged

[Fix]: Fix CVEs#9
Kylejeong2 merged 3 commits into
masterfrom
kj/fix-deps

Conversation

@Kylejeong2

Copy link
Copy Markdown
Member

What

Updating dependencies to avoid CVEs

@Kylejeong2 Kylejeong2 marked this pull request as draft May 31, 2025 00:59
@Kylejeong2 Kylejeong2 marked this pull request as ready for review June 3, 2025 23:19
@Kylejeong2 Kylejeong2 requested a review from Copilot June 3, 2025 23:19

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request fixes known CVEs by updating dependency versions across integrations.

  • Upgraded "@mozilla/readability" in BrowseGPT's package.json
  • Added a minimum version for cryptography in Portia's requirements.txt
  • Specified a version constraint for langchain-community in langchain/browserbase's requirements.txt

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
examples/integrations/vercel/BrowseGPT/package.json Updated "@mozilla/readability" version to address CVEs
examples/integrations/portia/requirements.txt Added "cryptography" dependency with a minimum version
examples/integrations/langchain/browserbase/requirements.txt Updated langchain-community to include a version constraint
Files not reviewed (1)
  • examples/integrations/vercel/BrowseGPT/package-lock.json: Language not supported
Comments suppressed due to low confidence (3)

examples/integrations/vercel/BrowseGPT/package.json:15

  • The update to '@mozilla/readability' should be verified against its changelog to ensure that no breaking changes affect the integration.
"@mozilla/readability": "^0.6.0",

examples/integrations/portia/requirements.txt:17

  • Ensure that the new 'cryptography' version meets current security requirements and is compatible with other dependencies.
cryptography>=44.0.1

examples/integrations/langchain/browserbase/requirements.txt:2

  • Specifying a version for 'langchain-community' can improve dependency management; please confirm this version addresses the identified vulnerabilities.
langchain-community>=0.2.19

@Kylejeong2 Kylejeong2 requested a review from alexdphan June 3, 2025 23:23
@Kylejeong2 Kylejeong2 merged commit 22c9e54 into master Jun 7, 2025
charlypoly pushed a commit that referenced this pull request May 27, 2026
* fix cve

* portia cryptography update

* update next version browsegpt
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