Skip to content

[Question]: CVE-2024-47068 still present? #4717

Answered by danny-avila
5ulas asked this question in Q&A
Discussion options

You must be logged in to vote

the reason for doing this on my end was to address the CVE you're concerned of: #4226

trivy is issuing the warning because it finds a reference to rollup 0.0.0 (which isn't even a valid version, earliest valid version is v0.3.1) in /app/node_modules/fetch-undici/tests/rollup/package.json. Further look at this file shows rollup is only used for building the test files which are likely ran as part of this library's build/publishing pipeline.

If you look through /app/node_modules/ within the docker build, rollup isn't even installed because it's only used when building the client files during image build process, that's why you get this:

npm ls rollup
LibreChat@v0.7.5 /app
`-- (empty)
  1. The …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@5ulas
Comment options

@danny-avila
Comment options

Answer selected by 5ulas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #4713 on November 13, 2024 14:21.