-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Closed as not planned
Labels
code-qualityobsoleteIssues with old (unsupported) versions of LLVMIssues with old (unsupported) versions of LLVM
Milestone
Description
An automated security scan of 17.0.0-rc1 complained about the following dependencies


The relevant requirement files are:
- llvm/utils/git/requirements.txt
- certifi==2023.5.7 CVE-2023-3792 ; Security advisory
- requests==2.28.1 CVE-2023-32681
- mlir/utils/vscode/package-lock.json
- minimatch:3.0.4 Sonatype CWE 1333
- semver:7.3.7 CVE-2022-25883
- third-party/benchmark/requirements.txt
- numpy==1.19.4 CVE-2021-41495, CVE-2021-41496
- pandas==1.1.5 CVE-2020-13091
- scipy==1.5.4 CVE-2018-1999024
- flang/examples/FlangOmpReport/requirements.txt
- ruamel.yaml==0.17.16 CVE-2019-20478; this actually looks like a false positive in the scanner; the used version should no longer be impacted; but I guess upgrading to the latest version
0.17.32
can't hurt
- ruamel.yaml==0.17.16 CVE-2019-20478; this actually looks like a false positive in the scanner; the used version should no longer be impacted; but I guess upgrading to the latest version
(Previously reported in #57907 (comment) ; splitting this off as a separate issue as requested on Discourse)
Metadata
Metadata
Assignees
Labels
code-qualityobsoleteIssues with old (unsupported) versions of LLVMIssues with old (unsupported) versions of LLVM
Type
Projects
Status
Done